mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/5] firewire: cdev: refactor packet callbacks in process context
@ 2026-09-20  8:36 Takashi Sakamoto
  2026-09-20  8:36 ` [PATCH 1/5] firewire: core: fulfill kerneldoc for address handler Takashi Sakamoto
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Takashi Sakamoto @ 2026-09-20  8:36 UTC (permalink / raw)
  To: linux1394-devel; +Cc: linux-kernel

Hi,

The address handlers in the cdev layer are now invoked in process context,
following the change to use a workqueue for all packet callbacks in the
1394 OHCI driver[1]. This allows the cdev layer to use GFP_KERNEL for
memory allocation and replace a spinlock with a mutex where appropriate.

This series first updates the kerneldoc for the address handler, and then
refactors the cdev layer accordingly.

[1] https://lore.kernel.org/lkml/20260919115017.859169-1-o-takashi@sakamocchi.jp/


Takashi Sakamoto (5):
  firewire: core: fulfill kerneldoc for address handler
  firewire: cdev: use mutex for phy receiver list
  firewire: cdev: use GFP_KERNEL in address handler
  firewire: cdev: refactor add_client_resource() to drop GFP flags
    argument
  firewire: cdev: refactor add_client_resource() to have release
    callback function

 drivers/firewire/core-cdev.c        | 50 +++++++++--------------------
 drivers/firewire/core-transaction.c |  8 ++---
 include/linux/firewire.h            | 22 +++++++++----
 3 files changed, 34 insertions(+), 46 deletions(-)


base-commit: d34653cbe03fb090325a61566348cabc2d9c83df
-- 
2.53.0


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

end of thread, other threads:[~2026-09-21  3:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-20  8:36 [PATCH 0/5] firewire: cdev: refactor packet callbacks in process context Takashi Sakamoto
2026-09-20  8:36 ` [PATCH 1/5] firewire: core: fulfill kerneldoc for address handler Takashi Sakamoto
2026-09-20  8:36 ` [PATCH 2/5] firewire: cdev: use mutex for phy receiver list Takashi Sakamoto
2026-09-20  8:36 ` [PATCH 3/5] firewire: cdev: use GFP_KERNEL in address handler Takashi Sakamoto
2026-09-20  8:36 ` [PATCH 4/5] firewire: cdev: refactor add_client_resource() to drop GFP flags argument Takashi Sakamoto
2026-09-20  8:36 ` [PATCH 5/5] firewire: cdev: refactor add_client_resource() to have release callback function Takashi Sakamoto
2026-09-21  3:00 ` [PATCH 0/5] firewire: cdev: refactor packet callbacks in process context Takashi Sakamoto

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

all inboxes | Powered by JetHome®