This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from b7aea68a19f3 Merge branch 'akpm' (patches from Andrew) new 2e616d9f9ce8 xfs: fix stack contents leakage in the v1 inumber ioctls new afa1d96d1430 xfs: Fix possible null-pointer dereferences in xchk_da_btr [...] new e12b243de76d Merge tag 'xfs-5.3-fixes-1' of git://git.kernel.org/pub/sc [...] new 52f8c8b32ea2 irqchip/gic-v3: Mark expected switch fall-through new 34f8eb92ca05 irqchip/gic-v3-its: Free unused vpt_page when alloc vpe ta [...] new 321275f0d8f5 irqchip/irq-mbigen: Add of_node_put() before return new 9a446ef08f3b irqchip/irq-imx-gpcv2: Forward irq type to parent new b5fa9fc9e809 irqchip/renesas-rza1: Fix an use-after-free in rza1_irqc_probe() new a5dbba8f443e Merge tag 'irqchip-fixes-5.3' of git://git.kernel.org/pub/ [...] new af42e7450f4b Merge branch 'irq-urgent-for-linus' of git://git.kernel.or [...] new a9446a906f52 lib/vdso/32: Remove inconsistent NULL pointer checks new 502a590a170b lib/vdso: Move fallback invocation to the callers new c60a32ea4f45 lib/vdso/32: Provide legacy syscall fallbacks new d2f5d3fa2619 x86/vdso/32: Use 32bit syscall fallback new 33a58980ff3c arm64: compat: vdso: Use legacy syscalls as fallback new 0432a0a066b0 Merge branch 'timers-urgent-for-linus' of git://git.kernel [...] new 820571af7219 tools include UAPI: Sync x86's syscalls_64.tbl and generic [...] new e0d99c4d24fd tools headers UAPI: Update tools's copy of kvm.h headers new b830f94f7303 tools headers UAPI: Update tools's copy of mman.h headers new 95dc663aa638 tools headers UAPI: Update tools's copy of drm.h headers new 7ee526152db7 tools perf beauty: Fix usbdevfs_ioctl table generator to h [...] new 0f58163c9d57 tools headers UAPI: Sync usbdevice_fs.h with the kernels t [...] new c093de6bd3c5 tools headers UAPI: Sync sched.h with the kernel new e54599c93dbf tools headers UAPI: Sync if_link.h with the kernel new 7622236ceb16 perf header: Fix divide by zero error if f_header.attr_size==0 new 20f9781f4913 perf header: Fix use of unitialized value warning new 2e9a06dda10a perf tools: Fix perf.data documentation units for memory size new 8aa259b10a6a libbpf: fix missing __WORDSIZE definition new b3c303be4c35 Merge tag 'perf-urgent-for-mingo-5.3-20190729' of git://gi [...] new 8b7fd679427c Merge branch 'perf-urgent-for-linus' of git://git.kernel.o [...]
The 30 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: arch/arm64/include/asm/vdso/compat_gettimeofday.h | 40 ++++ arch/x86/include/asm/vdso/gettimeofday.h | 36 ++++ drivers/irqchip/irq-gic-v3-its.c | 2 +- drivers/irqchip/irq-gic-v3.c | 4 + drivers/irqchip/irq-imx-gpcv2.c | 1 + drivers/irqchip/irq-mbigen.c | 9 +- fs/xfs/scrub/dabtree.c | 6 +- fs/xfs/xfs_itable.c | 3 + lib/vdso/gettimeofday.c | 79 ++++---- tools/arch/arm/include/uapi/asm/kvm.h | 12 ++ tools/arch/arm64/include/uapi/asm/kvm.h | 10 + tools/arch/powerpc/include/uapi/asm/mman.h | 4 - tools/arch/sparc/include/uapi/asm/mman.h | 4 - tools/arch/x86/include/uapi/asm/kvm.h | 22 ++- tools/arch/x86/include/uapi/asm/vmx.h | 1 - tools/include/uapi/asm-generic/mman-common.h | 15 +- tools/include/uapi/asm-generic/mman.h | 10 +- tools/include/uapi/asm-generic/unistd.h | 8 +- tools/include/uapi/drm/drm.h | 1 + tools/include/uapi/drm/i915_drm.h | 209 ++++++++++++++++++++- tools/include/uapi/linux/if_link.h | 5 + tools/include/uapi/linux/kvm.h | 3 + tools/include/uapi/linux/sched.h | 30 ++- tools/include/uapi/linux/usbdevice_fs.h | 26 +++ tools/lib/bpf/hashmap.h | 5 + tools/perf/Documentation/perf.data-file-format.txt | 2 +- tools/perf/arch/x86/entry/syscalls/syscall_64.tbl | 2 + tools/perf/trace/beauty/usbdevfs_ioctl.sh | 9 +- tools/perf/util/header.c | 9 +- 29 files changed, 496 insertions(+), 71 deletions(-)