mbox series

[0/2] FMPM Fixes

Message ID 20240319113322.280096-1-yazen.ghannam@amd.com (mailing list archive)
Headers show
Series FMPM Fixes | expand

Message

Yazen Ghannam March 19, 2024, 11:33 a.m. UTC
Hi all,

This set includes two fixes for issues found during further testing of
the FMPM module.

Patch 1 fixes a NULL pointer dereference. This is a resend.

Link:
https://lore.kernel.org/r/20240312154937.1102727-1-yazen.ghannam@amd.com

Patch 2 fixes a record restoration issue affecting a couple of
scenarios.

Both include Murali's Tested-by tag.

Thanks,
Yazen

Yazen Ghannam (2):
  RAS/AMD/FMPM: Avoid NULL ptr deref in get_saved_records()
  RAS/AMD/FMPM: Safely handle saved records of various sizes

 drivers/ras/amd/fmpm.c | 57 +++++++++++++++++++++++++++++-------------
 1 file changed, 39 insertions(+), 18 deletions(-)


base-commit: b3603fcb79b1036acae10602bffc4855a4b9af80

Comments

Borislav Petkov March 25, 2024, 6:03 p.m. UTC | #1
On Tue, Mar 19, 2024 at 06:33:20AM -0500, Yazen Ghannam wrote:
> Hi all,
> 
> This set includes two fixes for issues found during further testing of
> the FMPM module.
> 
> Patch 1 fixes a NULL pointer dereference. This is a resend.
> 
> Link:
> https://lore.kernel.org/r/20240312154937.1102727-1-yazen.ghannam@amd.com
> 
> Patch 2 fixes a record restoration issue affecting a couple of
> scenarios.
> 
> Both include Murali's Tested-by tag.
> 
> Thanks,
> Yazen
> 
> Yazen Ghannam (2):
>   RAS/AMD/FMPM: Avoid NULL ptr deref in get_saved_records()
>   RAS/AMD/FMPM: Safely handle saved records of various sizes
> 
>  drivers/ras/amd/fmpm.c | 57 +++++++++++++++++++++++++++++-------------
>  1 file changed, 39 insertions(+), 18 deletions(-)

Queued, thanks.