This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from ab159ac569fd Merge tag 'powerpc-5.13-2' of git://git.kernel.org/pub/scm [...] new 9c19722c5e1c sh: syscalls: switch to generic syscalltbl.sh new eb6111495ca9 sh: syscalls: switch to generic syscallhdr.sh new 5ad4e94b46a6 sparc: syscalls: switch to generic syscalltbl.sh new c5849b7c206b sparc: syscalls: switch to generic syscallshdr.sh new 3787b7da5d3e kbuild: add comment about why cmd_shipped uses 'cat' new 382243f34641 genksyms: fix stale comment new 5134e94ac4f5 usr/include: refactor .gitignore new 1fca37660326 kernel/.gitgnore: remove stale timeconst.h and hz.bc new 819cb9fc8073 .gitignore: move tags and TAGS close to other tag files new 40cb020305f4 .gitignore: ignore only top-level modules.builtin new 46b41d5dd801 kbuild: update config_data.gz only when the content of .co [...] new 1476fee5c53e kbuild: add a script to remove stale generated files new 885480b08469 Makefile: Move -Wno-unused-but-set-variable out of GCC only block new 77a88274dc1a kbuild: replace LANG=C with LC_ALL=C new 9009b455811b .gitignore: prefix local generated files with a slash new 45799491a921 kbuild: remove ARCH=sh64 support from top Makefile new 23243c1ace9f arch: use cross_compiling to check whether it is a cross b [...] new 44f87191d105 kbuild: parameterize the .o part of suffix-search new bcf0c6642833 kbuild: refactor fdtoverlay rule new d4452837ffbe kbuild: refactor modname-multi by using suffix-search new 19c8d912837e kbuild: make distclean work against $(objtree) instead of [...] new 7a02cec523a9 kbuild: make distclean remove tag files in sub-directories new 11122b860bc5 kbuild: remove the unneeded comments for external module builds new 51eb95e2da41 kbuild: Don't remove link-vmlinux temporary files on exit/signal new 0ab1438bad43 linux/kconfig.h: replace IF_ENABLED() with PTR_IF() in <li [...] new 0f979d815cd5 Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm [...] new 85367040511f scsi: blk-mq: Fix build warning when making htmldocs new e1364711359f scsi: lpfc: Fix illegal memory access on Abort IOCBs new 83adbba746d1 scsi: lpfc: Fix DMA virtual address ptr assignment in bsg new e4ec10228fdf scsi: lpfc: Fix bad memory access during VPD DUMP mailbox command new 2f1137140fbc scsi: ufs: core: Fix a typo in ufs-sysfs.c new 9814b55cde05 scsi: target: tcmu: Return from tcmu_handle_completions() [...] new 000e68faefe6 scsi: qla2xxx: Add marginal path handling support new fcb16d9a8ecf scsi: qla2xxx: Prevent PRLI in target mode new 23043dd87b15 scsi: ufs: core: Do not put UFS power into LPM if link is broken new 637822e63b79 scsi: ufs: core: Cancel rpm_dev_flush_recheck_work during [...] new ce4f62f9dd8c scsi: ufs: core: Narrow down fast path in system suspend path new fc09acb7de31 scsi: scsi_debug: Fix cmd_per_lun, set to max_queue new 3ba1eeff00c4 scsi: fnic: Kill 'exclude_id' argument to fnic_cleanup_io() new 35ffbb60bdad scsi: fnic: Use scsi_host_busy_iter() to traverse commands new 07db05638aa2 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linu [...]
The 41 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: .gitignore | 8 +- Documentation/devicetree/bindings/.gitignore | 4 +- Makefile | 42 +- arch/.gitignore | 4 +- arch/arm/boot/compressed/Makefile | 7 - arch/m68k/Makefile | 2 +- arch/mips/Makefile | 2 +- arch/parisc/Makefile | 2 +- arch/powerpc/boot/wrapper | 2 +- arch/sh/Makefile | 2 +- arch/sh/kernel/syscalls/Makefile | 14 +- arch/sh/kernel/syscalls/syscallhdr.sh | 36 - arch/sh/kernel/syscalls/syscalltbl.sh | 32 - arch/sparc/include/asm/Kbuild | 1 - arch/sparc/kernel/syscalls/Makefile | 30 +- arch/sparc/kernel/syscalls/syscallhdr.sh | 36 - arch/sparc/kernel/syscalls/syscalltbl.sh | 36 - arch/sparc/kernel/systbls_32.S | 4 +- arch/sparc/kernel/systbls_64.S | 8 +- arch/xtensa/Makefile | 6 +- certs/.gitignore | 4 +- drivers/memory/.gitignore | 2 +- drivers/pinctrl/pinctrl-ingenic.c | 3 + drivers/scsi/fnic/fnic_scsi.c | 828 ++++++++++----------- drivers/scsi/lpfc/lpfc_bsg.c | 2 +- drivers/scsi/lpfc/lpfc_init.c | 12 +- drivers/scsi/lpfc/lpfc_sli.c | 26 +- drivers/scsi/qla2xxx/qla_init.c | 3 + drivers/scsi/qla2xxx/qla_os.c | 1 + drivers/scsi/scsi_debug.c | 24 +- drivers/scsi/ufs/ufs-sysfs.c | 12 +- drivers/scsi/ufs/ufshcd.c | 7 +- drivers/target/target_core_user.c | 4 +- drivers/tty/vt/.gitignore | 6 +- fs/unicode/.gitignore | 4 +- include/linux/blk-mq.h | 8 +- include/linux/kconfig.h | 6 - include/linux/kernel.h | 2 + kernel/.gitignore | 5 +- kernel/Makefile | 9 +- lib/.gitignore | 10 +- samples/auxdisplay/.gitignore | 2 +- samples/binderfs/.gitignore | 3 +- samples/connector/.gitignore | 2 +- samples/hidraw/.gitignore | 2 +- samples/mei/.gitignore | 2 +- samples/nitro_enclaves/.gitignore | 2 +- samples/pidfd/.gitignore | 2 +- samples/seccomp/.gitignore | 8 +- samples/timers/.gitignore | 2 +- samples/vfs/.gitignore | 4 +- samples/watch_queue/.gitignore | 3 +- samples/watchdog/.gitignore | 2 +- scripts/.gitignore | 18 +- scripts/Makefile.build | 2 +- scripts/Makefile.lib | 57 +- scripts/basic/.gitignore | 2 +- scripts/dtc/.gitignore | 4 +- scripts/gcc-plugins/.gitignore | 2 +- scripts/genksyms/.gitignore | 2 +- scripts/genksyms/Makefile | 2 +- scripts/link-vmlinux.sh | 14 - scripts/mod/.gitignore | 8 +- scripts/nsdeps | 2 +- scripts/recordmcount.pl | 2 +- scripts/remove-stale-files | 31 + scripts/setlocalversion | 2 +- scripts/tags.sh | 2 +- tools/testing/selftests/net/mptcp/mptcp_connect.sh | 2 +- usr/.gitignore | 4 +- usr/gen_initramfs.sh | 2 +- usr/include/.gitignore | 4 +- 72 files changed, 621 insertions(+), 831 deletions(-) delete mode 100644 arch/sh/kernel/syscalls/syscallhdr.sh delete mode 100644 arch/sh/kernel/syscalls/syscalltbl.sh delete mode 100644 arch/sparc/kernel/syscalls/syscallhdr.sh delete mode 100644 arch/sparc/kernel/syscalls/syscalltbl.sh create mode 100755 scripts/remove-stale-files