This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 9097a058d49e Merge branch 'i2c/for-current' of git://git.kernel.org/pub [...] new 271b9c0c8007 smb3: Fix rmdir compounding regression to strict servers new 783619556a56 Merge tag '4.20-rc7-smb3-fixes' of git://git.samba.org/sfr [...] new e59f5e08ece1 gpiolib-acpi: Only defer request_irq for GpioInt ACPI even [...] new 00ded24c33c5 gpio: gpio-omap: Revert deferred wakeup quirk handling for [...] new abf221d2f51b gpio: max7301: fix driver for use with CONFIG_VMAP_STACK new c8da642d41a6 gpio: mvebu: only fail on missing clk if pwm is actually t [...] new bc380733a5e7 Merge tag 'gpio-v4.20-3' of git://git.kernel.org/pub/scm/l [...] new e2ca26ec4f01 Input: omap-keypad - fix idle configuration to not block S [...] new ca5047286c9c Input: synaptics - enable RMI on ThinkPad T560 new d21ff5d7f8c3 Input: elantech - disable elan-i2c for P52 and P72 new 7a71712293ba Input: synaptics - enable SMBus for HP EliteBook 840 G4 new 0b517333721c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...] new 505b5240329b drm/ioctl: Fix Spectre v1 vulnerabilities new b6aac625e579 Merge tag 'drm-misc-fixes-2018-12-20' of git://anongit.fre [...] new 96d6ee7d2f81 Merge tag 'drm-fixes-2018-12-21' of git://anongit.freedesk [...] new 16877a5570e0 x86/mm: Fix guard hole handling new 254eb5505ca0 x86/dump_pagetables: Fix LDT remap address marker new 80b71c340f17 x86/intel_rdt: Ensure a CPU remains online for the region' [...] new 51c3fbd89d75 x86/mm: Fix decoy address handling vs 32-bit builds new cd01544a268a x86/vdso: Pass --eh-frame-hdr to the linker new 721066dfd4d5 x86/mm/cpa: Fix cpa_flush_array() TLB invalidation new 87ab4689ca65 x86/fsgsbase/64: Fix the base write helper functions new 32043fa065b5 x86/mtrr: Don't copy uninitialized gentry fields back to u [...] new e769742d3584 Revert "x86/jump-labels: Macrofy inline assembly code to w [...] new c3462ba98683 Revert "x86/cpufeature: Macrofy inline assembly code to wo [...] new 81a68455e795 Revert "x86/extable: Macrofy inline assembly code to work [...] new a4da3d86a285 Revert "x86/paravirt: Work around GCC inlining bugs when c [...] new ffb61c6346d0 Revert "x86/bug: Macrofy the BUG table section handling, t [...] new 851a4cd7cc11 Revert "x86/alternatives: Macrofy lock prefixes to work ar [...] new ac180540b04d Revert "x86/refcount: Work around GCC inlining bug" new 96af6cd02a10 Revert "x86/objtool: Use asm macros to work around GCC inl [...] new 6ac389346e69 Revert "kbuild/Makefile: Prepare for using macros in inlin [...] new 70ad6368e878 Merge branch 'x86-urgent-for-linus' of git://git.kernel.or [...] new da791a667536 futex: Cure exit race new d5fa080d4cea Merge branch 'locking-urgent-for-linus' of git://git.kerne [...] new 0e334db6bb4b posix-timers: Fix division by zero bug new e572fa0e8401 Merge branch 'timers-urgent-for-linus' of git://git.kernel [...] new 3cf85f9f6bd7 KVM: x86: nSVM: fix switch to guest mmu new 5092adb2272e Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
The 39 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: Makefile | 9 +- arch/x86/Makefile | 7 -- arch/x86/entry/calling.h | 2 +- arch/x86/entry/vdso/Makefile | 3 +- arch/x86/include/asm/alternative-asm.h | 20 ++-- arch/x86/include/asm/alternative.h | 11 ++- arch/x86/include/asm/asm.h | 53 ++++++---- arch/x86/include/asm/bug.h | 98 ++++++++----------- arch/x86/include/asm/cpufeature.h | 82 +++++++--------- arch/x86/include/asm/fsgsbase.h | 15 ++- arch/x86/include/asm/jump_label.h | 72 ++++++++++---- arch/x86/include/asm/paravirt_types.h | 56 +++++------ arch/x86/include/asm/pgtable_64_types.h | 5 + arch/x86/include/asm/refcount.h | 81 +++++++--------- arch/x86/kernel/cpu/intel_rdt_ctrlmondata.c | 4 + arch/x86/kernel/cpu/mtrr/if.c | 2 + arch/x86/kernel/macros.S | 16 ---- arch/x86/kernel/process_64.c | 99 ++++++++++--------- arch/x86/kernel/ptrace.c | 9 +- arch/x86/kvm/svm.c | 4 +- arch/x86/mm/dump_pagetables.c | 15 ++- arch/x86/mm/pageattr.c | 24 +++-- arch/x86/mm/pat.c | 13 ++- arch/x86/xen/mmu_pv.c | 11 ++- drivers/gpio/gpio-max7301.c | 12 +-- drivers/gpio/gpio-mvebu.c | 6 +- drivers/gpio/gpio-omap.c | 64 +------------ drivers/gpio/gpiolib-acpi.c | 144 ++++++++++++++++------------ drivers/gpu/drm/drm_ioctl.c | 10 +- drivers/input/keyboard/omap4-keypad.c | 16 +--- drivers/input/mouse/elantech.c | 18 +++- drivers/input/mouse/synaptics.c | 2 + fs/cifs/smb2inode.c | 16 ++-- fs/cifs/smb2ops.c | 23 +++-- fs/cifs/smb2proto.h | 3 +- include/asm-generic/bug.h | 8 +- include/linux/compiler.h | 56 +++-------- kernel/futex.c | 69 +++++++++++-- kernel/time/posix-timers.c | 5 +- scripts/Kbuild.include | 4 +- scripts/mod/Makefile | 2 - 41 files changed, 602 insertions(+), 567 deletions(-) delete mode 100644 arch/x86/kernel/macros.S