mbox series

[0/2] Enable PSTORE_RAM as a module in the arm64 defconfig

Message ID 20240110210600.787703-1-nfraprado@collabora.com (mailing list archive)
Headers show
Series Enable PSTORE_RAM as a module in the arm64 defconfig | expand

Message

Nícolas F. R. A. Prado Jan. 10, 2024, 9:05 p.m. UTC
This series enables the PSTORE_RAM config, aka the ramoops driver, in
the defconfig.


Nícolas F. R. A. Prado (2):
  pstore/ram: Register to module device table
  arm64: defconfig: Enable PSTORE_RAM

 arch/arm64/configs/defconfig | 1 +
 fs/pstore/ram.c              | 1 +
 2 files changed, 2 insertions(+)

Comments

Kees Cook Feb. 1, 2024, 5:58 p.m. UTC | #1
On Wed, 10 Jan 2024 18:05:01 -0300, Nícolas F. R. A. Prado wrote:
> This series enables the PSTORE_RAM config, aka the ramoops driver, in
> the defconfig.
> 
> 
> Nícolas F. R. A. Prado (2):
>   pstore/ram: Register to module device table
>   arm64: defconfig: Enable PSTORE_RAM
> 
> [...]

Applied to for-next/pstore, thanks!

[1/2] pstore/ram: Register to module device table
      https://git.kernel.org/kees/c/d8c70720ebfd
[2/2] arm64: defconfig: Enable PSTORE_RAM
      https://git.kernel.org/kees/c/393bd157dbf8

Take care,