This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from ccd1cdca5cd4 Merge tag 'nfsd-6.19-1' of git://git.kernel.org/pub/scm/li [...] new 0a70cac78967 ksmbd: Fix to handle removal of rfc1002 header from smb_hdr new 0b444cfd8b74 ksmbd: rename smb2_get_msg to smb_get_msg new 3b9c30eb8f5a smb/server: fix minimum SMB1 PDU size new 4c7d8eb9a79a smb/server: fix minimum SMB2 PDU size new e2cc6440895a Merge tag 'v6.19-rc2-smb3-server-fixes' of git://git.samba [...] new 94fb5e796ad7 tools/virtio: fix up compiler.h stub new f059588c5527 virtio: make it self-contained new 16fe720f1d2a tools/virtio: use kernel's virtio.h new 42059e68eaff tools/virtio: add struct module forward declaration new 03d768a38cea tools/virtio: stub DMA mapping functions new c53ad75c6236 tools/virtio: add dev_WARN_ONCE and is_vmalloc_addr stubs new b6600eff0559 tools/virtio: add ucopysize.h stub new 4e949e77fa5e tools/virtio: pass KCFLAGS to module build new a2f964c45b35 tools/virtio: add struct cpumask to cpumask.h new b0fe545b3c64 tools/virtio: stub might_sleep and synchronize_rcu new cec9c5e385f6 tools/virtio: switch to kernel's virtio_config.h new e88dfb93311c virtio_features: make it self-contained new 39cfe193f3b1 tools/virtio: fix up oot build new 7f81878b046a tools/virtio: add device, device_driver stubs new d8ee3cfdc89b vhost/vsock: improve RCU read sections around vhost_vsock_get() new 8f0cbedc86cf Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...] new b14fad555302 io_uring: fix filename leak in __io_openat_prep() new 4079a3869391 Merge tag 'io_uring-6.19-20251226' of git://git.kernel.org [...] new daa24603d9f0 ublk: clean up user copy references on ublk server exit new 1ddb815fdfd4 block: rnbd-clt: Fix signedness bug in init_dev() new 3f0e9c8cefa9 Merge tag 'block-6.19-20251226' of git://git.kernel.org/pu [...]
The 26 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: drivers/block/rnbd/rnbd-clt.h | 2 +- drivers/block/ublk_drv.c | 3 +- drivers/vhost/vsock.c | 15 ++++-- fs/smb/server/auth.c | 4 +- fs/smb/server/connection.c | 11 ++-- fs/smb/server/oplock.c | 8 +-- fs/smb/server/server.c | 2 +- fs/smb/server/smb2pdu.c | 70 ++++++++++++------------- fs/smb/server/smb2pdu.h | 9 ---- fs/smb/server/smb_common.c | 26 +++++----- fs/smb/server/smb_common.h | 9 ++++ include/linux/virtio.h | 2 + include/linux/virtio_features.h | 2 + io_uring/openclose.c | 2 +- tools/virtio/Makefile | 8 +-- tools/virtio/linux/compiler.h | 6 +++ tools/virtio/linux/cpumask.h | 4 ++ tools/virtio/linux/device.h | 8 +++ tools/virtio/linux/dma-mapping.h | 4 ++ tools/virtio/linux/kernel.h | 16 ++++++ tools/virtio/linux/module.h | 2 + tools/virtio/linux/ucopysize.h | 21 ++++++++ tools/virtio/linux/virtio.h | 73 +------------------------- tools/virtio/linux/virtio_config.h | 102 +------------------------------------ tools/virtio/oot-stubs.h | 10 ++++ 25 files changed, 166 insertions(+), 253 deletions(-) create mode 100644 tools/virtio/linux/ucopysize.h create mode 100644 tools/virtio/oot-stubs.h