Message ID | ZDM/4C0PlbbzV/0R@7e9e31583646 (mailing list archive) |
---|---|
State | Mainlined, archived |
Headers | show |
Series | [GIT,PULL] 9p fixes for 6.3-rc7 | expand |
The pull request you sent on Sun, 9 Apr 2023 22:44:48 +0000:
> git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git tags/9p-6.3-fixes-rc7
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/c118b59e71d2a910ee300f8be40fa864a91bb6ca
Thank you!
The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6: Linux 6.3-rc1 (2023-03-05 14:52:03 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git tags/9p-6.3-fixes-rc7 for you to fetch changes up to 347dca97f75d461ac2ac256b68e495dfc6f14d61: Update email address and mailing list for v9fs (2023-04-02 23:53:41 +0000) ---------------------------------------------------------------- These are some collected fixes for the 6.3-rc series that have been passed our 9p regression tests and been in for-next for at least a week. They include a fix for a KASAN reported problem in the extended attribute handling code and a use after free in the xen transport. It also includes some updates for the MAINTAINERS file including the transition of our development mailing list from sourceforge.net to lists.linux.dev. Signed-off-by: Eric Van Hensbergen <ericvh@kernel.org> ---------------------------------------------------------------- Eric Van Hensbergen (1): Update email address and mailing list for v9fs Ivan Orlov (1): 9P FS: Fix wild-memory-access write in v9fs_get_acl Zheng Wang (1): 9p/xen : Fix use after free bug in xen_9pfs_front_remove due to race condition MAINTAINERS | 6 +++--- fs/9p/xattr.c | 8 +++++--- net/9p/trans_xen.c | 4 ++++ 3 files changed, 12 insertions(+), 6 deletions(-) -- Thanks, -eric