[PATCH 0/2] Trivial ramoops fixes

Guilherme G. Piccoli posted 2 patches 1 month, 3 weeks ago
fs/pstore/ram.c      | 2 +-
fs/pstore/ram_core.c | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
[PATCH 0/2] Trivial ramoops fixes
Posted by Guilherme G. Piccoli 1 month, 3 weeks ago
A pair of pretty simple fixes to ramoops: unused header I noticed
by accident and a bogus parameter description (that led modinfo to
show 2 ECC parameters for ramoops).

Thanks,

Guilherme G. Piccoli (2):
  pstore/ramoops: Remove useless memblock header
  pstore/ramoops: Fix ECC parameter help text

 fs/pstore/ram.c      | 2 +-
 fs/pstore/ram_core.c | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

-- 
2.50.1
Re: [PATCH 0/2] Trivial ramoops fixes
Posted by Kees Cook 1 month, 3 weeks ago
On Wed, 18 Feb 2026 16:37:30 -0300, Guilherme G. Piccoli wrote:
> A pair of pretty simple fixes to ramoops: unused header I noticed
> by accident and a bogus parameter description (that led modinfo to
> show 2 ECC parameters for ramoops).
> 
> Thanks,
> 
> Guilherme G. Piccoli (2):
>   pstore/ramoops: Remove useless memblock header
>   pstore/ramoops: Fix ECC parameter help text
> 
> [...]

Applied to for-next/pstore, thanks!

[1/2] pstore/ramoops: Remove useless memblock header
      https://git.kernel.org/kees/c/506cb75fdeea
[2/2] pstore/ramoops: Fix ECC parameter help text
      https://git.kernel.org/kees/c/6a9c63d2bb79

Take care,

-- 
Kees Cook