All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Fix EPF configfs attribute group removal
@ 2025-06-24 11:45 Damien Le Moal
  2025-06-24 11:45 ` [PATCH v3 1/2] PCI: endpoint: Fix configfs group list head handling Damien Le Moal
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Damien Le Moal @ 2025-06-24 11:45 UTC (permalink / raw)
  To: linux-pci, Manivannan Sadhasivam, Krzysztof Wilczyński,
	Kishon Vijay Abraham I, Bjorn Helgaas
  Cc: Niklas Cassel

A couple of patches to fix removal of configfs attribute groups of a PCI
endpoint function driver.

Changes from v2:
 - Use list_del() instead of list_del_init() in patch 2
 - Added Niklas' review tags

Changes from v1:
 - Split out patch 1 from patch 2 as requested by Niklas.

Damien Le Moal (2):
  PCI: endpoint: Fix configfs group list head handling
  PCI: endpoint: Fix configfs group removal on driver teardown

 drivers/pci/endpoint/pci-ep-cfs.c   | 1 +
 drivers/pci/endpoint/pci-epf-core.c | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

-- 
2.49.0


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

end of thread, other threads:[~2025-06-25 22:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-24 11:45 [PATCH v3 0/2] Fix EPF configfs attribute group removal Damien Le Moal
2025-06-24 11:45 ` [PATCH v3 1/2] PCI: endpoint: Fix configfs group list head handling Damien Le Moal
2025-06-24 11:45 ` [PATCH v3 2/2] PCI: endpoint: Fix configfs group removal on driver teardown Damien Le Moal
2025-06-25 22:10 ` [PATCH v3 0/2] Fix EPF configfs attribute group removal Manivannan Sadhasivam

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.