This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-mainline-defconfig in repository toolchain/linux-next.
from 1d51b4b1d3f2 Merge tag 'm68k-for-v4.20-tag2' of git://git.kernel.org/pu [...] adds eb66eff6636d ubifs: replay: Fix high stack usage adds aa3d31e08c57 ubifs: CONFIG_UBIFS_FS_AUTHENTICATION should depend on UBIFS_FS adds 60eb5da2434b ubifs: auth: Add CONFIG_KEYS dependency adds 6554a56f352e ubifs: Fix memory leak on error condition adds d62e98ed1efc ubifs: Fix default compression selection in ubifs adds b95f83ab762d ubi: Put MTD device after it is not used adds e542087701f0 ubi: Do not drop UBI device reference before using adds e58725d51fa8 ubifs: Handle re-linking of inodes correctly while recovery adds f57b620a89ad Merge tag 'upstream-4.20-rc7' of git://git.infradead.org/l [...] adds a4f98be7dc31 MAINTAINERS: add entry for i2c-axxia driver adds 32774a8153b4 i2c: nvidia-gpu: mark resume function as __maybe_unused adds 9097a058d49e Merge branch 'i2c/for-current' of git://git.kernel.org/pub [...] adds 271b9c0c8007 smb3: Fix rmdir compounding regression to strict servers new 783619556a56 Merge tag '4.20-rc7-smb3-fixes' of git://git.samba.org/sfr [...] adds 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 [...] adds e2ca26ec4f01 Input: omap-keypad - fix idle configuration to not block S [...] adds 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 [...] adds 505b5240329b drm/ioctl: Fix Spectre v1 vulnerabilities adds 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 [...] adds 16877a5570e0 x86/mm: Fix guard hole handling adds 254eb5505ca0 x86/dump_pagetables: Fix LDT remap address marker adds 80b71c340f17 x86/intel_rdt: Ensure a CPU remains online for the region' [...] adds 51c3fbd89d75 x86/mm: Fix decoy address handling vs 32-bit builds adds cd01544a268a x86/vdso: Pass --eh-frame-hdr to the linker adds 721066dfd4d5 x86/mm/cpa: Fix cpa_flush_array() TLB invalidation adds 87ab4689ca65 x86/fsgsbase/64: Fix the base write helper functions adds 32043fa065b5 x86/mtrr: Don't copy uninitialized gentry fields back to u [...] adds e769742d3584 Revert "x86/jump-labels: Macrofy inline assembly code to w [...] adds c3462ba98683 Revert "x86/cpufeature: Macrofy inline assembly code to wo [...] adds 81a68455e795 Revert "x86/extable: Macrofy inline assembly code to work [...] adds a4da3d86a285 Revert "x86/paravirt: Work around GCC inlining bugs when c [...] adds ffb61c6346d0 Revert "x86/bug: Macrofy the BUG table section handling, t [...] adds 851a4cd7cc11 Revert "x86/alternatives: Macrofy lock prefixes to work ar [...] adds ac180540b04d Revert "x86/refcount: Work around GCC inlining bug" adds 96af6cd02a10 Revert "x86/objtool: Use asm macros to work around GCC inl [...] adds 6ac389346e69 Revert "kbuild/Makefile: Prepare for using macros in inlin [...] new 70ad6368e878 Merge branch 'x86-urgent-for-linus' of git://git.kernel.or [...] adds da791a667536 futex: Cure exit race new d5fa080d4cea Merge branch 'locking-urgent-for-linus' of git://git.kerne [...] adds 0e334db6bb4b posix-timers: Fix division by zero bug new e572fa0e8401 Merge branch 'timers-urgent-for-linus' of git://git.kernel [...] adds 3cf85f9f6bd7 KVM: x86: nSVM: fix switch to guest mmu new 5092adb2272e Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
The 13 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: MAINTAINERS | 7 ++ 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/i2c/busses/i2c-nvidia-gpu.c | 2 +- drivers/input/keyboard/omap4-keypad.c | 16 +--- drivers/input/mouse/elantech.c | 18 +++- drivers/input/mouse/synaptics.c | 2 + drivers/mtd/ubi/build.c | 2 +- drivers/mtd/ubi/kapi.c | 2 +- fs/cifs/smb2inode.c | 16 ++-- fs/cifs/smb2ops.c | 23 +++-- fs/cifs/smb2proto.h | 3 +- fs/ubifs/Kconfig | 16 ++-- fs/ubifs/lpt.c | 12 +-- fs/ubifs/replay.c | 72 +++++++++++--- fs/ubifs/sb.c | 13 ++- 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 - 49 files changed, 699 insertions(+), 596 deletions(-) delete mode 100644 arch/x86/kernel/macros.S