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 d146194f31c9 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] adds e82e62e390d3 HID: Add quirk for Microsoft PIXART OEM mouse adds 0fd791841a6d HID: input: Ignore battery reported by Symbol DS4308 adds 8c01db7619f0 HID: uhid: forbid UHID_CREATE under KERNEL_DS or elevated [...] adds 4d26d1d1e806 Revert "HID: uhid: use strlcpy() instead of strncpy()" adds 385a4886778f HID: steam: remove input device when a hid client is running. adds 12d43aacf9a7 HID: multitouch: Add pointstick support for Cirque Touchpad adds 86c31524b27c HID: i2c-hid: Disable runtime PM for LG touchscreen adds fb862c3b199d HID: Add quirk for Primax PIXART OEM mice adds e2b95b27196c Revert "HID: input: simplify/fix high-res scroll event handling" adds d0341efe7449 Revert "HID: logitech: fix a used uninitialized GCC warning" adds a69616d5b3e1 Revert "HID: logitech: Use LDJ_DEVICE macro for existing L [...] adds 5372fc379769 Revert "HID: logitech: Enable high-resolution scrolling on [...] adds 00acc9e2c4a5 Revert "HID: logitech: Add function to enable HID++ 1.0 "s [...] adds f1539a0c2545 Revert "HID: input: Create a utility class for counting sc [...] adds ffe0e7cf290f Revert "Input: Add the `REL_WHEEL_HI_RES` event code" adds e195ca6cb6f2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...] adds 8229706e03e4 XArray: Fix xa_for_each with a single element at 0 adds 9ee5a3b7eeb1 XArray: Export __xa_foo to non-GPL modules adds fe2b51145c9f nilfs2: Use xa_erase_irq adds 4c0608f4a0e7 XArray: Regularise xa_reserve adds c5beb07e7a06 XArray: Unify xa_cmpxchg and __xa_cmpxchg adds 9c16bb889054 XArray: Turn xa_erase into an exported function adds 84e5acb76dac XArray: Add xa_store_bh() and xa_store_irq() adds 611f318637da XArray: Unify xa_store and __xa_store adds d9c480435add XArray: Handle NULL pointers differently for allocation adds 804dfaf01bcc XArray: Fix Documentation adds 44a4a66b619a XArray: Correct xa_store_range adds 5404a7f1c21c XArray tests: Correct some 64-bit assumptions adds 6d7cd8c13737 dax: Remove optimisation from dax_lock_mapping_entry adds 7ae2ea7dc45e dax: Make sure the unlocking entry isn't locked adds c5bbd4515a05 dax: Reinstate RCU protection of inode adds fda490d39fc0 dax: Fix dax_unlock_mapping_entry for PMD pages adds 0e40de0338d0 dax: Fix huge page faults adds 25bbe21bf427 dax: Avoid losing wakeup in dax_lock_mapping_entry adds fffc9a260e38 XArray tests: Add missing locking adds e2125dac22f2 Merge tag 'xarray-4.20-rc4' of git://git.infradead.org/use [...] adds 4e962ff6e34f MAINTAINERS: change Sparse's maintainer adds aeabb3c96186 NFSv4: Fix a NFSv4 state manager deadlock adds 99f2c55591fb NFSv4.2 copy do not allocate memory under the lock adds bb21ce0ad227 flexfiles: use per-mirror specified stateid for IO adds 17c2f540863a Merge tag 'nfs-for-4.20-4' of git://git.linux-nfs.org/proj [...] adds b34087157dd7 dma-direct: Make DIRECT_MAPPING_ERROR viable for SWIOTLB adds cb216b84d6ea swiotlb: Skip cache maintenance on map error adds d6d460b89378 Merge tag 'dma-mapping-4.20-3' of git://git.infradead.org/ [...]
No new revisions were added by this update.
Summary of changes: CREDITS | 4 + Documentation/core-api/xarray.rst | 52 +++-- Documentation/input/event-codes.rst | 11 +- MAINTAINERS | 3 +- drivers/hid/hid-ids.h | 8 + drivers/hid/hid-input.c | 47 +---- drivers/hid/hid-logitech-hidpp.c | 309 +++--------------------------- drivers/hid/hid-multitouch.c | 6 + drivers/hid/hid-quirks.c | 3 + drivers/hid/hid-steam.c | 154 ++++++++------- drivers/hid/i2c-hid/i2c-hid-core.c | 2 + drivers/hid/uhid.c | 25 ++- fs/dax.c | 60 +++--- fs/nfs/callback_proc.c | 22 +-- fs/nfs/flexfilelayout/flexfilelayout.c | 21 +- fs/nfs/flexfilelayout/flexfilelayout.h | 4 + fs/nfs/flexfilelayout/flexfilelayoutdev.c | 19 ++ fs/nfs/nfs42proc.c | 19 +- fs/nfs/nfs4_fs.h | 2 + fs/nfs/nfs4state.c | 16 +- fs/nilfs2/btnode.c | 4 +- include/linux/dma-direct.h | 2 +- include/linux/hid.h | 28 --- include/linux/xarray.h | 267 +++++++++++++++++++------- include/uapi/linux/input-event-codes.h | 10 - kernel/dma/swiotlb.c | 3 +- lib/test_xarray.c | 50 ++++- lib/xarray.c | 139 ++++++-------- 28 files changed, 620 insertions(+), 670 deletions(-)