This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-mainline-allmodconfig in repository toolchain/ci/linux.
from 49a57857aeea Linux 5.0-rc3 adds 97e981324d49 ARCv2: boot log: BPU return stack depth adds 7dd380c338f1 ARC: boot log: print Action point details adds 4e868f8419cb ARC: fix __ffs return value to avoid build warnings adds 76e608676056 arc: remove redundant kernel-space generic-y adds a3010a046538 ARC: adjust memblock_reserve of kernel memory adds 3affbf0e154e ARC: perf: map generic branches to correct hardware condition adds 14f81a91ad29 ARC: perf: trivial code cleanup adds 0e956150fe09 ARC: perf: introduce Kernel PMU events support adds baf9cc85ba01 ARC: perf: move HW events mapping to separate function adds 29133260f7c2 ARC: perf: avoid kernel killing where it is possible adds ab6c03676cb1 ARC: show_regs: lockdep: avoid page allocator... adds f731a8e89f8c ARC: show_regs: lockdep: re-enable preemption adds 4d447455e73b ARC: mm: do_page_fault fixes #1: relinquish mmap_sem if si [...] adds e6a72b7daeeb ARCv2: lib: memeset: fix doing prefetchw outside of buffer adds 57ef300e4627 Merge tag 'arc-5.0-rc3' of git://git.kernel.org/pub/scm/li [...] adds e8e683ae9a73 iommu/of: Fix probe-deferral adds 52e60b754438 Merge tag 'iommu-fixes-v5.0-rc3' of git://git.kernel.org/p [...] adds f8ff6c732d35 ide: fix a typo in the settings proc file name adds 490fd30f8595 XArray tests: Add RCU locking adds 02669b17a433 XArray: Turn xa_init_flags into a static inline adds 4a31896c5b5a XArray: Change xa_for_each iterator adds 76b4e5299565 XArray: Permit storing 2-byte-aligned pointers adds b0606fed6eec XArray: Honour reserved entries in xa_insert adds 19ba9ecf2418 XArray: Fix typo in comment adds d69d287a9002 XArray tests: Check mark 2 gets squashed adds edcddd4c879a XArray: Fix an arithmetic error in xa_is_err adds 48b161983ae5 Merge tag 'xarray-5.0-rc3' of git://git.infradead.org/user [...] adds ee46967fc6e7 HID: core: replace the collection tree pointers with indices adds 77ae0d8e401f HID: i2c-hid: Disable runtime PM on Goodix touchpad adds 1950f462916e HID: core: simplify active collection tracking adds 787a3b432276 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
No new revisions were added by this update.
Summary of changes: Documentation/core-api/xarray.rst | 15 ++- arch/arc/include/asm/Kbuild | 4 - arch/arc/include/asm/arcregs.h | 12 +- arch/arc/include/asm/bitops.h | 6 +- arch/arc/include/asm/perf_event.h | 3 +- arch/arc/kernel/perf_event.c | 241 ++++++++++++++++++++++++++++--------- arch/arc/kernel/setup.c | 27 +++-- arch/arc/kernel/troubleshoot.c | 30 +++-- arch/arc/lib/memset-archs.S | 40 ++++-- arch/arc/mm/fault.c | 13 +- arch/arc/mm/init.c | 3 +- drivers/hid/hid-core.c | 23 ++-- drivers/hid/hid-ids.h | 3 + drivers/hid/i2c-hid/i2c-hid-core.c | 2 + drivers/ide/ide-proc.c | 2 +- drivers/iommu/of_iommu.c | 2 +- include/linux/hid.h | 3 +- include/linux/xarray.h | 227 +++++++++++++++++++++++++--------- lib/test_xarray.c | 57 +++++++-- lib/xarray.c | 92 ++++++++------ 20 files changed, 574 insertions(+), 231 deletions(-)