mbox series

[GIT,PULL] 9p fixes for 6.13-rc1

Message ID Z0nxET2etduwcfj0@codewreck.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] 9p fixes for 6.13-rc1 | expand

Pull-request

https://github.com/martinetd/linux tags/9p-for-6.13-rc1

Message

Dominique Martinet Nov. 29, 2024, 4:51 p.m. UTC
The following changes since commit 2d5404caa8c7bb5c4e0435f94b28834ae5456623:

  Linux 6.12-rc7 (2024-11-10 14:19:35 -0800)

are available in the Git repository at:

  https://github.com/martinetd/linux tags/9p-for-6.13-rc1

for you to fetch changes up to e0260d530b73ee969ae971d14daa02376dcfc93f:

  net/9p/usbg: allow building as standalone module (2024-11-22 23:48:14 +0900)

----------------------------------------------------------------
9p update for 6.13-rc1

- usbg: fix alloc failure handling & build-as-module
- xen: couple of fixes
- v9fs_cache_register/unregister code cleanup

----------------------------------------------------------------
Alex Zenla (2):
      9p/xen: fix init sequence
      9p/xen: fix release of IRQ

Colin Ian King (1):
      fs/9p: replace functions v9fs_cache_{register|unregister} with direct calls

Dominique Martinet (1):
      net/9p/usbg: allow building as standalone module

Mirsad Todorovac (1):
      net/9p/usbg: fix handling of the failed kzalloc() memory allocation

 fs/9p/v9fs.c        | 21 +++------------------
 net/9p/Kconfig      |  4 ++--
 net/9p/trans_usbg.c |  4 ++--
 net/9p/trans_xen.c  |  9 ++++++---
 4 files changed, 13 insertions(+), 25 deletions(-)

--
Dominique Martinet | Asmadeus

Comments

pr-tracker-bot@kernel.org Nov. 30, 2024, 6:39 p.m. UTC | #1
The pull request you sent on Sat, 30 Nov 2024 01:51:29 +0900:

> https://github.com/martinetd/linux tags/9p-for-6.13-rc1

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

Thank you!