All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next V5 0/2] fix two bugs when trying rmmod sata_fsl
@ 2021-11-26  2:03 Baokun Li
  2021-11-26  1:56 ` Damien Le Moal
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Baokun Li @ 2021-11-26  2:03 UTC (permalink / raw)
  To: damien.lemoal, axboe, tj, linux-ide, linux-kernel
  Cc: sergei.shtylyov, yebin10, libaokun1, yukuai3

V1->V2:
	Fixed the check on the return value of platform_get_irq().
	And propagate errors up to sata_fsl_probe()'s callers.
V2->V3:
	Add fixed and CC stable and modified the patch description.
V3->V4:
	Use a single structure.
V4->V5:
	Delete duplicate dev_err() message.

Baokun Li (2):
  sata_fsl: fix UAF in sata_fsl_port_stop when rmmod sata_fsl
  sata_fsl: fix warning in remove_proc_entry when rmmod sata_fsl

 drivers/ata/sata_fsl.c | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2021-11-29 11:42 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-26  2:03 [PATCH -next V5 0/2] fix two bugs when trying rmmod sata_fsl Baokun Li
2021-11-26  1:56 ` Damien Le Moal
2021-11-26 19:27   ` Sergei Shtylyov
2021-11-26  2:03 ` [PATCH -next V5 1/2] sata_fsl: fix UAF in sata_fsl_port_stop when " Baokun Li
2021-11-26 19:43   ` Sergei Shtylyov
2021-11-27  1:35     ` libaokun (A)
2021-11-26  2:03 ` [PATCH -next V5 2/2] sata_fsl: fix warning in remove_proc_entry " Baokun Li
2021-11-26 19:44   ` Sergei Shtylyov
2021-11-27  1:36     ` libaokun (A)
2021-11-29 11:38 ` [PATCH -next V5 0/2] fix two bugs when trying " Damien Le Moal

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.