Hi,
On Sun, Jul 28, 2024 at 12:26:21PM +0000, Edmund Raile wrote:
This patchset serves to prevent a deadlock between process context and softIRQ context:
(snip)
Edmund Raile (2): ALSA: firewire-lib: restore workqueue for process context ALSA: firewire-lib: prevent deadlock between process and softIRQ context
sound/firewire/amdtp-stream.c | 36 ++++++++++++++++++++++------------- sound/firewire/amdtp-stream.h | 1 + 2 files changed, 24 insertions(+), 13 deletions(-)
Thank you for your sending the revised patches, it looks better than the previous one. However, I have an additional request.
In this case, it is enough to execute 'revert' subcommand[1] of git(1), like:
$ git revert -s b5b519965c4c $ git revert -s 7ba5ca32fe6e
It is permitted to add postscript to the commit comment generated by the above command. You see my recent post as an example[2].
Just for safe, it is preferable to execute 'scripts/checkpatch.pl' in kernel tree to check the patchset generated by send-email subcommand[3].
[1] https://git-scm.com/docs/git-revert [2] https://lore.kernel.org/lkml/20240725161648.130404-1-o-takashi@sakamocchi.jp... [3] https://git-scm.com/docs/git-send-email
Thanks
Takashi Sakamoto