This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from b307e704574b Merge tag 'mmc-v6.0-rc2' of git://git.kernel.org/pub/scm/l [...] new 55e55920bbe3 landlock: Fix file reparenting without explicit LANDLOCK_A [...] new 0c95f02269a1 Merge tag 'landlock-6.0-rc4' of git://git.kernel.org/pub/s [...] new c3a72bb21320 smb3: Move the flush out of smb2_copychunk_range() into it [...] new fa30a81f255a smb3: fix temporary data corruption in collapse range new 9c8b7a293f50 smb3: fix temporary data corruption in insert range new 3e3761f1ec7d smb3: use filemap_write_and_wait_range instead of filemap_ [...] new 27893dfc1285 cifs: fix small mempool leak in SMB2_negotiate() new 1551f8f21e00 Merge tag '6.0-rc3-smb3-client-fixes' of git://git.samba.o [...] new dfb58b1796d1 io_uring/net: fix overexcessive retries new 75847100c351 selftests/net: temporarily disable io_uring zc test new 23c12d5fc02f Revert "io_uring: add zc notification flush requests" new d9808ceb3129 Revert "io_uring: rename IORING_OP_FILES_UPDATE" new 57f332246afa io_uring/notif: remove notif registration new b48c312be05e io_uring/net: simplify zerocopy send user API new 916d72c10a4c selftests/net: return back io_uring zc send tests new cec53f4c8df0 Merge tag 'io_uring-6.0-2022-09-02' of git://git.kernel.dk [...] new 200dccd07df2 nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM610 new da0342a3aa03 nvmet-auth: add missing goto in nvmet_setup_auth() new 478814a55841 nvmet-tcp: fix unhandled tcp states in nvmet_tcp_state_change() new 256577983763 Merge tag 'nvme-6.0-2022-09-01' of git://git.infradead.org [...] new 7a3d2225f1ae Documentation: document ublk new d895ec7938c4 Merge tag 'block-6.0-2022-09-02' of git://git.kernel.dk/li [...]
The 22 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/block/index.rst | 1 + Documentation/block/ublk.rst | 253 +++++++++++++++++++++ MAINTAINERS | 1 + drivers/nvme/host/pci.c | 2 + drivers/nvme/target/auth.c | 1 + drivers/nvme/target/tcp.c | 3 + fs/cifs/cifsfs.c | 6 + fs/cifs/smb2ops.c | 69 +++--- fs/cifs/smb2pdu.c | 12 +- include/uapi/linux/io_uring.h | 28 +-- io_uring/io_uring.c | 14 +- io_uring/net.c | 59 +++-- io_uring/net.h | 1 + io_uring/notif.c | 83 +------ io_uring/notif.h | 54 +---- io_uring/opdef.c | 12 +- io_uring/rsrc.c | 55 +---- io_uring/rsrc.h | 4 +- security/landlock/fs.c | 48 ++-- tools/testing/selftests/landlock/fs_test.c | 155 ++++++++++++- tools/testing/selftests/net/io_uring_zerocopy_tx.c | 101 ++++---- .../testing/selftests/net/io_uring_zerocopy_tx.sh | 10 +- 22 files changed, 585 insertions(+), 387 deletions(-) create mode 100644 Documentation/block/ublk.rst