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

Nícolas F. R. A. Prado posted 2 patches 1 year, 11 months ago
arch/arm64/configs/defconfig | 1 +
fs/pstore/ram.c              | 1 +
2 files changed, 2 insertions(+)
[PATCH 0/2] Enable PSTORE_RAM as a module in the arm64 defconfig
Posted by Nícolas F. R. A. Prado 1 year, 11 months ago
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(+)

-- 
2.43.0

Re: [PATCH 0/2] Enable PSTORE_RAM as a module in the arm64 defconfig
Posted by Kees Cook 1 year, 10 months ago
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,

-- 
Kees Cook