This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from fc996db970a3 Merge tag 'vfio-v5.10-rc1' of git://github.com/awilliam/li [...] new 14721add58ef module: Add more error message for failed kernel module loading new fdf09ab88782 module: statically initialize init section freeing data new 2b71482060e1 Merge tag 'modules-for-v5.10' of git://git.kernel.org/pub/ [...] new 695afd3d7d58 kbuild: Simplify DEBUG_INFO Kconfig handling new 23cd88c91343 kbuild: hide commands to run Kconfig, and show short log f [...] new 8a685db32f2b gen_compile_commands: parse only the first line of .*.cmd files new ea6cedc5b8a4 gen_compile_commands: use choices for --log_levels option new 6ca4c6d25949 gen_compile_commands: do not support .cmd files under tool [...] new 0a7d376d04a3 gen_compile_commands: reword the help message of -d option new 6fca36f1d82a gen_compile_commands: make -o option independent of -d option new fc2cb22ec61c gen_compile_commands: move directory walk to a generator function new ecca4fea1ede gen_compile_commands: support *.o, *.a, modules.order in p [...] new 3d32285fa995 kbuild: wire up the build rule of compile_commands.json to [...] new 8b61f748e2a0 gen_compile_commands: remove the warning about too few .cmd files new 6ad7cbc01527 Makefile: Add clang-tidy and static analyzer support to makefile new 887af6d7c99e arch: vdso: add vdso linker script to 'targets' instead of [...] new 596b0474d3d9 kbuild: preprocess module linker script new 6212804f2d78 kbuild: do not create built-in objects for external module builds new 9909b7681222 kbuild: remove redundant CONFIG_KASAN check from scripts/M [...] new bb2732112bc5 kbuild: move CFLAGS_{KASAN,UBSAN,KCSAN} exports to relevan [...] new 8b42cf2fde0e kbuild: remove cc-option test of -fno-strict-overflow new 7d4eb0d8e229 kbuild: remove cc-option test of -fno-stack-check new 87de84c9140e kbuild: remove cc-option test of -Werror=date-time new 548b8b5168c9 scripts/setlocalversion: make git describe output more reliable new a96843372331 kbuild: explicitly specify the build id style new 08beb669cb3f kbuild: split the build log of kallsyms new 51ccdbfbed79 builddeb: Pass -n to gzip for reproducible packages new 3e8541803624 builddeb: Enable rootless builds new 76c376687684 builddeb: Add support for all required debian/rules targets new 7dfbea4c468c scripts: remove namespace.pl new 172aad81a882 kbuild: enforce -Werror=return-type new bac977cbc0d6 kbuild: deb-pkg: do not build linux-headers package if CON [...] new 0fa21cf4489f kbuild: deb-pkg: clean up package name variables new 0f6372e52223 treewide: remove DISABLE_LTO new 8402ee182c41 kbuild: remove leftover comment for filechk utility new 121c5d08d53c kbuild: Only add -fno-var-tracking-assignments for old GCC [...] new 1e66d50ad3a1 kbuild: Use uname for LINUX_COMPILE_HOST detection new 746b25b1aa0f Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/l [...] new 8c30e7e60d43 kconfig: qconf: reformat the intro message new 1fb752416f3f kconfig: qconf: update the intro message to match to the c [...] new 6a143041532e kconfig: qconf: remove unused ConfigItem::okRename() new f9b918fae678 kconfig: qconf: move ConfigView::updateList(All) to Config [...] new 669a1ee46a0e kconfig: qconf: show data column all the time new 37162a68bf51 kconfig: qconf: allow to edit "int", "hex", "string" menus [...] new f3eea294e93f kconfig: qconf: remove ConfigLineEdit class new 7930dd91a01f kconfig: qconf: move setShowName/Range() to ConfigList fro [...] new 62ed165651cc kconfig: qconf: remove ConfigView class new a0fce283386d kconfig: qconf: remove Y, M, N columns new f9a825a7f65a kconfig: qconf: create QApplication after option checks new f9893351acae Merge tag 'kconfig-v5.10' of git://git.kernel.org/pub/scm/ [...]
The 50 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/process/submit-checklist.rst | 3 +- MAINTAINERS | 1 + Makefile | 94 ++-- arch/arm/Makefile | 4 - .../module.lds => include/asm/module.lds.h} | 2 + arch/arm/vdso/Makefile | 2 +- arch/arm64/Makefile | 4 - .../module.lds => include/asm/module.lds.h} | 2 + arch/arm64/kernel/vdso/Makefile | 5 +- arch/arm64/kernel/vdso32/Makefile | 8 +- arch/ia64/Makefile | 1 - arch/ia64/{module.lds => include/asm/module.lds.h} | 0 arch/m68k/Makefile | 1 - .../module.lds => include/asm/module.lds.h} | 0 arch/mips/vdso/Makefile | 2 +- arch/nds32/kernel/vdso/Makefile | 2 +- arch/powerpc/Makefile | 1 - .../module.lds => include/asm/module.lds.h} | 0 arch/powerpc/kernel/vdso32/Makefile | 2 +- arch/powerpc/kernel/vdso64/Makefile | 2 +- arch/riscv/Makefile | 3 - .../module.lds => include/asm/module.lds.h} | 3 +- arch/riscv/kernel/vdso/Makefile | 2 +- arch/s390/kernel/vdso64/Makefile | 4 +- arch/sparc/vdso/Makefile | 4 +- arch/um/include/asm/Kbuild | 1 + arch/x86/entry/vdso/Makefile | 4 +- include/asm-generic/Kbuild | 1 + include/asm-generic/module.lds.h | 10 + kernel/Makefile | 3 - kernel/module.c | 23 +- lib/Kconfig.debug | 10 +- scripts/.gitignore | 1 + scripts/Kbuild.include | 2 - scripts/Makefile | 3 + scripts/Makefile.build | 2 +- scripts/Makefile.kasan | 4 +- scripts/Makefile.kcsan | 2 +- scripts/Makefile.modfinal | 5 +- scripts/Makefile.ubsan | 3 + scripts/clang-tools/gen_compile_commands.py | 236 ++++++++++ scripts/clang-tools/run-clang-tools.py | 74 ++++ scripts/gen_compile_commands.py | 151 ------- scripts/kconfig/Makefile | 16 +- scripts/kconfig/qconf.cc | 368 +++++++--------- scripts/kconfig/qconf.h | 77 +--- scripts/link-vmlinux.sh | 20 +- scripts/mkcompile_h | 2 +- scripts/{module-common.lds => module.lds.S} | 3 + scripts/namespace.pl | 473 --------------------- scripts/package/builddeb | 19 +- scripts/package/mkdebian | 44 +- scripts/setlocalversion | 21 +- tools/testing/selftests/bpf/Makefile | 2 +- 54 files changed, 693 insertions(+), 1039 deletions(-) rename arch/arm/{kernel/module.lds => include/asm/module.lds.h} (72%) rename arch/arm64/{kernel/module.lds => include/asm/module.lds.h} (76%) rename arch/ia64/{module.lds => include/asm/module.lds.h} (100%) rename arch/m68k/{kernel/module.lds => include/asm/module.lds.h} (100%) rename arch/powerpc/{kernel/module.lds => include/asm/module.lds.h} (100%) rename arch/riscv/{kernel/module.lds => include/asm/module.lds.h} (84%) create mode 100644 include/asm-generic/module.lds.h create mode 100755 scripts/clang-tools/gen_compile_commands.py create mode 100755 scripts/clang-tools/run-clang-tools.py delete mode 100755 scripts/gen_compile_commands.py rename scripts/{module-common.lds => module.lds.S} (93%) delete mode 100755 scripts/namespace.pl