This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 15b3f48a4339 Merge tag 'kbuild-fixes-v6.0' of git://git.kernel.org/pub/ [...] new a0a12c3ed057 asm goto: eradicate CC_HAS_ASM_GOTO new 5dd8ce24667a cifs: missing directory in MAINTAINERS file new 68ed14496b03 cifs: remove unused server parameter from calc_smb_size() new 400d0ad63b19 cifs: remove useless parameter 'is_fsctl' from SMB2_ioctl() new ca08d0eac020 cifs: Fix memory leak on the deferred close new 13609a8b3ac6 cifs: move from strlcpy with unused retval to strscpy new 367bcbc5b5ff Merge tag '6.0-rc1-smb3-client-fixes' of git://git.samba.o [...] new 3df71d7064cb Revert "i2c: scmi: Replace open coded device_get_match_data()" new d98bdd3a5b50 i2c: imx: Make sure to unregister adapter on remove() new e3f259d33c0e Merge tag 'i2c-for-6.0-rc2' of git://git.kernel.org/pub/sc [...]
The 10 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/kbuild/kconfig-language.rst | 4 ++-- MAINTAINERS | 1 + arch/Kconfig | 3 +-- arch/um/include/asm/cpufeature.h | 15 ------------- arch/x86/Makefile | 4 ---- arch/x86/include/asm/cpufeature.h | 15 ------------- arch/x86/include/asm/rmwcc.h | 6 ++--- arch/x86/kvm/emulate.c | 2 +- drivers/i2c/busses/i2c-imx.c | 20 +++++++++-------- drivers/i2c/busses/i2c-scmi.c | 9 ++++++-- fs/cifs/cifs_debug.c | 2 +- fs/cifs/cifsglob.h | 2 +- fs/cifs/cifsproto.h | 2 +- fs/cifs/cifsroot.c | 2 +- fs/cifs/connect.c | 2 +- fs/cifs/misc.c | 8 ++++++- fs/cifs/netmisc.c | 2 +- fs/cifs/readdir.c | 6 ++--- fs/cifs/smb2file.c | 1 - fs/cifs/smb2misc.c | 4 ++-- fs/cifs/smb2ops.c | 37 ++++++++++++------------------- fs/cifs/smb2pdu.c | 22 +++++++++--------- fs/cifs/smb2proto.h | 6 ++--- init/Kconfig | 4 ---- scripts/gcc-goto.sh | 22 ------------------ tools/arch/x86/include/asm/rmwcc.h | 21 ------------------ 26 files changed, 70 insertions(+), 152 deletions(-) delete mode 100755 scripts/gcc-goto.sh