This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 00c7b5f4ddc5 Merge tag 'input-for-v6.3-rc4' of git://git.kernel.org/pub [...] new 179a88a8558b cifs: fix DFS traversal oops without CONFIG_CIFS_DFS_UPCALL new 6cc041e90c17 cifs: avoid races in parallel reconnects in smb1 new 09ba47b44d26 cifs: prevent infinite recursion in CIFSGetDFSRefer() new e03677100707 cifs: get rid of dead check in smb2_reconnect() new f7772da66255 Merge tag '6.3-rc4-smb3-client-fixes' of git://git.samba.o [...] new 1abce0580b89 powerpc/64s: Fix __pte_needs_flush() false positive warning new fd7276189450 powerpc: Don't try to copy PPR for task with NULL pt_regs new eca9f6e6f83b powerpc/pseries/vas: Ignore VAS update for DLPAR if copy/p [...] new 95d0b9d89d78 Merge tag 'powerpc-6.3-4' of git://git.kernel.org/pub/scm/ [...] new ec738ca127d0 mtd: spi-nor: fix memory leak when using debugfs_lookup() new 44ac5abac86b Documentation/security-bugs: move from admin-guide/ to process/ new 5c2712387d48 cacheinfo: Fix LLC is not exported through sysfs new a10ca0950afe Merge tag 'driver-core-6.3-rc5' of git://git.kernel.org/pu [...] new f95b8ea79c47 Revert "venus: firmware: Correct non-pix start and end addresses" new 2f1a6be12ab6 btrfs: fix race between quota disable and quota assign ioctls new 50d281fc434c btrfs: scan device in non-exclusive mode new 2d82a40aa7d6 btrfs: fix deadlock when aborting transaction during reloc [...] new 2280d425ba35 btrfs: ignore fiemap path cache when there are multiple pa [...] new 6ab608fe852b Merge tag 'for-6.3-rc4-tag' of git://git.kernel.org/pub/sc [...]
The 19 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/index.rst | 1 - Documentation/admin-guide/reporting-issues.rst | 4 +- Documentation/process/howto.rst | 2 +- Documentation/process/index.rst | 9 ++- Documentation/process/researcher-guidelines.rst | 2 +- .../{admin-guide => process}/security-bugs.rst | 0 Documentation/process/stable-kernel-rules.rst | 2 +- Documentation/process/submitting-patches.rst | 2 +- .../it_IT/admin-guide/security-bugs.rst | 2 +- .../it_IT/process/submitting-patches.rst | 2 +- Documentation/translations/ja_JP/howto.rst | 2 +- Documentation/translations/ko_KR/howto.rst | 2 +- Documentation/translations/sp_SP/howto.rst | 2 +- .../sp_SP/process/submitting-patches.rst | 2 +- .../zh_CN/admin-guide/security-bugs.rst | 2 +- Documentation/translations/zh_CN/process/howto.rst | 2 +- .../zh_TW/admin-guide/security-bugs.rst | 2 +- Documentation/translations/zh_TW/process/howto.rst | 2 +- MAINTAINERS | 4 +- arch/powerpc/include/asm/book3s/64/tlbflush.h | 9 ++- arch/powerpc/kernel/ptrace/ptrace-view.c | 6 ++ arch/powerpc/platforms/pseries/vas.c | 8 ++ drivers/base/cacheinfo.c | 16 ++-- drivers/media/platform/qcom/venus/firmware.c | 4 +- drivers/mtd/spi-nor/core.c | 14 +++- drivers/mtd/spi-nor/core.h | 2 + drivers/mtd/spi-nor/debugfs.c | 11 ++- fs/btrfs/backref.c | 85 ++++++++++++++++------ fs/btrfs/ioctl.c | 2 + fs/btrfs/qgroup.c | 11 ++- fs/btrfs/transaction.c | 15 +++- fs/btrfs/volumes.c | 20 ++++- fs/cifs/cifsfs.h | 5 +- fs/cifs/cifssmb.c | 30 ++++++-- fs/cifs/smb2pdu.c | 1 - 35 files changed, 216 insertions(+), 69 deletions(-) rename Documentation/{admin-guide => process}/security-bugs.rst (100%)