[GIT PULL] firewire fixes for 6.6-rc2

From: Takashi Sakamoto
Date: Fri Sep 15 2023 - 06:05:06 EST


Hi Linus,

The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git tags/firewire-fixes-6.6-rc2

for you to fetch changes up to 3c70de9b580998e5d644f4e80a9944c30aa1197b:

Revert "firewire: core: obsolete usage of GFP_ATOMIC at building node tree" (2023-09-15 18:37:52 +0900)

----------------------------------------------------------------
firewire fixes for 6.6-rc2

A change applied to v6.5 kernel brings an issue that usual GFP allocation
is done in atomic context under acquired spin-lock. Let us revert it.

----------------------------------------------------------------
Takashi Sakamoto (1):
Revert "firewire: core: obsolete usage of GFP_ATOMIC at building node tree"

drivers/firewire/core-device.c | 2 +-
drivers/firewire/core-topology.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


Regards

Takashi Sakamoto