Linux EDAC development
 help / color / mirror / Atom feed
* [PATCH 00/10] EDAC/altera: Address sashiko reviews part 1
@ 2026-07-27 13:24 Dinh Nguyen
  2026-07-27 13:24 ` [PATCH 01/10] EDAC/altera: Fix NULL of_node dereference altr_edac_device_probe() Dinh Nguyen
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Dinh Nguyen @ 2026-07-27 13:24 UTC (permalink / raw)
  To: bp, tony.luck
  Cc: dinguyen, rounakdas2025, niravkumar.l.rabara, linux-edac,
	linux-kernel

This is the first set of patches addressing sashiko reviews. I've tried
to the best of my ability to decipher hallucinations and actually bugs
found. There are a few more and I anticipate another series, but I wanted
to keep the series small and handle the most critical bugs found first.

The most important patch is in this series is "EDAC/altera: Add
suppress_bind_attrs so driver cannot get unbound". Because this driver
never tested against bind/unbind, this bug was not observed. Without
this patch, an unbind/bind would cause the system to crash.

Thanks,
Dinh

Dinh Nguyen (10):
  EDAC/altera: Fix NULL of_node dereference altr_edac_device_probe()
  EDAC/altera: Fix use-after-free in error paths
  EDAC/altera: Guard against NULL match data in altr_sdram_probe()
  EDAC/altera: Fix IRQ domain leak on platform_get_irq() failure
  EDAC/altera: Fix code leak on dci allocation failure
  EDAC/altera: Add suppress_bind_attrs so driver cannot get unbound
  EDAC/altera: Drop __init from ECC setup paths for re-probe safety
  EDAC/altera: Skip ECC memory init if already initialized
  EDAC/altera: Detach sb_irq handler when db_irq setup fails
  EDAC/altera: Fix error cleanup path in altr_edac_device_probe()

 drivers/edac/altera_edac.c | 118 ++++++++++++++++++++++++-------------
 1 file changed, 77 insertions(+), 41 deletions(-)

-- 
2.42.0.411.g813d9a9188


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2026-07-27 13:24 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-27 13:24 [PATCH 00/10] EDAC/altera: Address sashiko reviews part 1 Dinh Nguyen
2026-07-27 13:24 ` [PATCH 01/10] EDAC/altera: Fix NULL of_node dereference altr_edac_device_probe() Dinh Nguyen
2026-07-27 13:24 ` [PATCH 02/10] EDAC/altera: Fix use-after-free in error paths Dinh Nguyen
2026-07-27 13:24 ` [PATCH 03/10] EDAC/altera: Guard against NULL match data in altr_sdram_probe() Dinh Nguyen
2026-07-27 13:24 ` [PATCH 04/10] EDAC/altera: Fix IRQ domain leak on platform_get_irq() failure Dinh Nguyen
2026-07-27 13:24 ` [PATCH 05/10] EDAC/altera: Fix code leak on dci allocation failure Dinh Nguyen
2026-07-27 13:24 ` [PATCH 06/10] EDAC/altera: Add suppress_bind_attrs so driver cannot get unbound Dinh Nguyen
2026-07-27 13:24 ` [PATCH 07/10] EDAC/altera: Drop __init from ECC setup paths for re-probe safety Dinh Nguyen
2026-07-27 13:24 ` [PATCH 08/10] EDAC/altera: Skip ECC memory init if already initialized Dinh Nguyen
2026-07-27 13:24 ` [PATCH 09/10] EDAC/altera: Detach sb_irq handler when db_irq setup fails Dinh Nguyen
2026-07-27 13:24 ` [PATCH 10/10] EDAC/altera: Fix error cleanup path in altr_edac_device_probe() Dinh Nguyen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox