This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 9e906a9dead1 Merge tag 'perf-tools-for-v6.19-2025-12-06' of git://git.k [...] new e21d451a82f3 9p: Use kvmalloc for message buffers on supported transports new eeaf38a798af net/9p: cleanup: change p9_trans_module->def to bool new a63dd8fd1379 fs/9p: Don't open remote file with APPEND mode when writeb [...] new 52df783f33ec fs/9p: delete unnnecessary condition new 695f2ca1b424 fs/fs_parse: add back fsparam_u32hex new c44393d84149 net/9p: move structures and macros to header files new 075e8bd4127f 9p: create a v9fs_context structure to hold parsed options new 1f3e4142c0eb 9p: convert to the new mount API new f0445613314f 9p: fix cache/debug options printing in v9fs_show_options new 3e281113f871 9p: fix new mount API cache option handling new bbbf7f32843b Merge tag '9p-for-6.19-rc1' of https://github.com/martinetd/linux new 83c8f7b5e194 mm/mm_init: Introduce a boot parameter for check_pages new 67a454e6b1c6 Merge tag 'memblock-6.19-rc1' of git://git.kernel.org/pub/ [...]
The 13 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/admin-guide/kernel-parameters.txt | 8 + fs/9p/v9fs.c | 524 +++++++++++++----------- fs/9p/v9fs.h | 7 +- fs/9p/vfs_dentry.c | 1 - fs/9p/vfs_file.c | 11 +- fs/9p/vfs_inode.c | 3 +- fs/9p/vfs_inode_dotl.c | 2 +- fs/9p/vfs_super.c | 130 ++++-- include/linux/fs_parser.h | 2 + include/net/9p/client.h | 98 ++++- include/net/9p/transport.h | 15 +- mm/mm_init.c | 10 +- net/9p/client.c | 165 +------- net/9p/mod.c | 2 +- net/9p/trans_fd.c | 136 +----- net/9p/trans_rdma.c | 134 +----- net/9p/trans_usbg.c | 5 +- net/9p/trans_virtio.c | 11 +- net/9p/trans_xen.c | 7 +- 19 files changed, 581 insertions(+), 690 deletions(-)