This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 825b5991a46e Merge tag '5.11-rc6-smb3' of git://git.samba.org/sfrench/cifs-2.6 new 51839e29cb59 scripts: switch explicitly to Python 3 new 1cabe74f148f Documentation/Kbuild: Remove references to gcc-plugin.sh new f4c3b83b75b9 kbuild: simplify GCC_PLUGINS enablement in dummy-tools/gcc new 9b6164342e98 doc: gcc-plugins: update gcc-plugins.rst new cf81c3abe1b8 kconfig: mconf: fix HOSTCC call new 2cea4a7a1885 scripts: use pkg-config to locate libcrypto new ae9162e2be76 Revert "checkpatch: add check for keyword 'boolean' in Kco [...] new ed4e9e615b7e Documentation/llvm: Add a section about supported architectures new d8d2d38275c1 kbuild: remove PYTHON variable new 074075aea2ff scripts/clang-tools: switch explicitly to Python 3 new 315da87c0f99 kbuild: fix duplicated flags in DEBUG_CFLAGS new efe6e3068067 kallsyms: fix nonconverging kallsyms table with lld new 2db138bb9fa1 Merge tag 'kbuild-fixes-v5.11-2' of git://git.kernel.org/p [...] new 20bf2b378729 x86/build: Disable CET instrumentation in the kernel new 9ad22e165994 x86/debug: Fix DR6 handling new 8acf417805a5 x86/split_lock: Enable the split lock feature on another A [...] new 7f1b11ba3564 tools/power/turbostat: Fallback to an MSR read for EPB new 25a068b8e9a4 x86/apic: Add extra serialization for non-serializing MSRs new c4bed4b96918 x86/debug: Prevent data breakpoints on __per_cpu_offset new 3943abf2dbfa x86/debug: Prevent data breakpoints on cpu_dr7 new 816ef8d7a2c4 x86/efi: Remove EFI PGD build time checks new e24f9c5f6e31 Merge tag 'x86_urgent_for_v5.11_rc7' of git://git.kernel.o [...] new ebb22a059436 rtc: mc146818: Dont test for bit 0-5 in Register D new 24c242ec7abb ntp: Use freezable workqueue for RTC synchronization new 814daadbf09a Merge tag 'timers_urgent_for_v5.11_rc7' of git://git.kerne [...] new 2452483d9546 Revert "lib: Restrict cpumask_local_spread to houskeeping CPUs" new 6fed85df5d09 Merge tag 'sched_urgent_for_v5.11_rc7' of git://git.kernel [...] new 6342adcaa683 entry: Ensure trap after single-step on system call return new 36a6c843fd0d entry: Use different define for selector variable in SUD new c6792d44d8f0 Merge tag 'core_urgent_for_v5.11_rc7' of git://git.kernel. [...] new 4c457e8cb75e genirq/msi: Activate Multi-MSI early when MSI_FLAG_ACTIVAT [...] new 4c7bcb51ae25 genirq: Prevent [devm_]irq_alloc_desc from returning irq 0 new fc6c0ae53af4 Merge tag 'irq_urgent_for_v5.11_rc7' of git://git.kernel.o [...]
The 33 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/Makefile | 2 +- .../admin-guide/syscall-user-dispatch.rst | 4 +- Documentation/kbuild/gcc-plugins.rst | 47 ++++++++--------- Documentation/kbuild/llvm.rst | 44 ++++++++++++++++ Documentation/kbuild/makefiles.rst | 2 +- Makefile | 13 ++--- arch/ia64/Makefile | 2 +- arch/ia64/scripts/unwcheck.py | 2 +- arch/x86/Makefile | 3 ++ arch/x86/include/asm/apic.h | 10 ---- arch/x86/include/asm/barrier.h | 18 +++++++ arch/x86/include/asm/entry-common.h | 2 - arch/x86/kernel/apic/apic.c | 4 ++ arch/x86/kernel/apic/x2apic_cluster.c | 6 ++- arch/x86/kernel/apic/x2apic_phys.c | 9 ++-- arch/x86/kernel/cpu/intel.c | 1 + arch/x86/kernel/hw_breakpoint.c | 61 ++++++++++++++-------- arch/x86/kernel/step.c | 10 +++- arch/x86/platform/efi/efi_64.c | 19 ------- drivers/rtc/rtc-cmos.c | 4 +- drivers/rtc/rtc-mc146818-lib.c | 4 +- include/linux/entry-common.h | 1 + include/linux/irq.h | 4 +- include/linux/msi.h | 6 +++ include/linux/thread_info.h | 2 + include/uapi/linux/prctl.h | 3 ++ kernel/entry/common.c | 12 +---- kernel/entry/syscall_user_dispatch.c | 4 +- kernel/irq/msi.c | 44 +++++++--------- kernel/time/ntp.c | 4 +- lib/cpumask.c | 16 ++---- scripts/Makefile | 8 ++- scripts/bloat-o-meter | 2 +- scripts/checkpatch.pl | 7 --- scripts/clang-tools/gen_compile_commands.py | 2 +- scripts/clang-tools/run-clang-tools.py | 2 +- scripts/diffconfig | 2 +- scripts/dummy-tools/gcc | 10 ++-- scripts/jobserver-exec | 2 +- scripts/kallsyms.c | 6 +++ scripts/kconfig/mconf-cfg.sh | 2 +- tools/power/x86/turbostat/turbostat.c | 10 +++- .../syscall_user_dispatch/sud_benchmark.c | 8 +-- .../selftests/syscall_user_dispatch/sud_test.c | 14 ++--- 44 files changed, 251 insertions(+), 187 deletions(-)