This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 19a61a753d07 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] new 6975031a31f0 gcc-plugins: fix gcc-plugins directory path in documentation new 758abb5a6024 docs: kbuild: fix ReST formatting new cf81dfa479e6 kconfig: qconf: cleanup includes new c699eaaba983 kconfig: qconf: make search fully work again on split mode new c4f7398bee9c kconfig: qconf: make debug links work again new b06c3ec3bd18 kconfig: qconf: re-implement setSelected() new af737b4defe1 kconfig: qconf: simplify the goBack() logic new cc1c08edccaf kconfig: qconf: don't show goback button on splitMode new 8a3b6e568783 kconfig: qconf: navigate menus on hyperlinks new 8f8499a910e6 kconfig: qconf: parse newer types at debug info new b816b3db15f6 kbuild: fix CONFIG_CC_CAN_LINK(_STATIC) for cross-compilat [...] new 7f58b487e9ff kbuild: make Clang build userprogs for target architecture new ba77dca584f5 .gitignore: Do not track `defconfig` from `make savedefconfig` new 4bc927367db1 Merge tag 'kbuild-fixes-v5.8-2' of git://git.kernel.org/pu [...] new b3e2d20973db rcuperf: Fix printk format warning new 5fdeefa053df Merge branch 'urgent-for-mingo' of git://git.kernel.org/pu [...] new 5465a324af6a Merge tag 'core-urgent-2020-07-05' of git://git.kernel.org [...] new a23df9a4bd32 irqchip/loongson-pci-msi: Fix a typo in Kconfig new 31dbb6b1d025 irqchip/gic-v4.1: Use readx_poll_timeout_atomic() to fix s [...] new 559fe74ba6b0 irqchip/riscv-intc: Fix a typo in a pr_warn() new 005c34ae4b44 irqchip/gic: Atomically update affinity new 98817a84ff1c Merge tag 'irqchip-fixes-5.8-1' of git://git.kernel.org/pu [...] new f23dbe18930b Merge tag 'irq-urgent-2020-07-05' of git://git.kernel.org/ [...] new 7ad816762f9b x86/fpu: Reset MXCSR to default in kernel_fpu_begin() new 009bce1df0bb x86/split_lock: Don't write MSR_TEST_CTRL on CPUs that are [...] new c9c26150e61d x86/entry: Assert that syscalls are on the right stack new d1721250f3ff x86/entry: Move SYSENTER's regs->sp and regs->flags fixups into C new ffae641f5747 x86/entry/64/compat: Fix Xen PV SYSENTER frame setup new e4ef7de160c6 selftests/x86/syscall_nt: Add more flag combinations new a61fa2799ef9 selftests/x86/syscall_nt: Clear weird flags after each test new cced0b24bb54 selftests/x86: Consolidate and fix get/set_eflags() helpers new db5b2c5a90a1 x86/entry/compat: Clear RAX high bits on Xen PV SYSENTER new 3c73b81a9164 x86/entry, selftests: Further improve user entry sanity checks new f41f0824224e x86/entry/xen: Route #DB correctly on Xen PV new 13cbc0cd4a30 x86/entry/32: Fix #MC and #DB wiring on x86_32 new cc801833a171 x86/ldt: Disable 16-bit segments on Xen PV new 72674d480076 Merge tag 'x86-urgent-2020-07-05' of git://git.kernel.org/ [...] new bb5a93aaf252 x86/ldt: use "pr_info_once()" instead of open-coding it badly
The 38 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 | 3 + Documentation/kbuild/modules.rst | 7 +- Documentation/kbuild/reproducible-builds.rst | 2 +- Makefile | 4 +- arch/x86/entry/common.c | 49 +++++- arch/x86/entry/entry_32.S | 5 +- arch/x86/entry/entry_64_compat.S | 31 ++-- arch/x86/include/asm/fpu/internal.h | 5 + arch/x86/include/asm/idtentry.h | 47 +++--- arch/x86/kernel/cpu/intel.c | 11 +- arch/x86/kernel/cpu/mce/core.c | 4 +- arch/x86/kernel/fpu/core.c | 6 + arch/x86/kernel/ldt.c | 26 +++- arch/x86/kernel/traps.c | 14 +- arch/x86/xen/enlighten_pv.c | 28 +++- arch/x86/xen/xen-asm_64.S | 25 +++- drivers/irqchip/Kconfig | 2 +- drivers/irqchip/irq-gic-v3-its.c | 8 +- drivers/irqchip/irq-gic.c | 14 +- drivers/irqchip/irq-riscv-intc.c | 2 +- init/Kconfig | 8 +- kernel/rcu/rcuperf.c | 2 +- scripts/gcc-plugins/Kconfig | 2 +- scripts/kconfig/qconf.cc | 173 +++++++++++++--------- scripts/kconfig/qconf.h | 23 ++- tools/testing/selftests/x86/Makefile | 4 +- tools/testing/selftests/x86/helpers.h | 41 +++++ tools/testing/selftests/x86/single_step_syscall.c | 17 +-- tools/testing/selftests/x86/syscall_arg_fault.c | 21 +-- tools/testing/selftests/x86/syscall_nt.c | 47 +++--- tools/testing/selftests/x86/test_vsyscall.c | 15 +- tools/testing/selftests/x86/unwind_vdso.c | 23 +-- 32 files changed, 411 insertions(+), 258 deletions(-) create mode 100644 tools/testing/selftests/x86/helpers.h