[GIT,PULL] firewire fixes for 6.6-rc2

Message ID 20230915100128.GA140388@workstation.local
State New
Headers
Series [GIT,PULL] firewire fixes for 6.6-rc2 |

Pull-request

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

Message

Takashi Sakamoto Sept. 15, 2023, 10:01 a.m. UTC
  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
  

Comments

pr-tracker-bot@kernel.org Sept. 15, 2023, 10:16 p.m. UTC | #1
The pull request you sent on Fri, 15 Sep 2023 19:01:28 +0900:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/0e494be7c557829344fd5a89d038864efd888c43

Thank you!