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-arm-mainline-allnoconfig in repository toolchain/ci/linux.
from 619e17cf75dd Merge tag 'for-v5.4' of git://git.kernel.org/pub/scm/linux [...] adds 5fc194ea6d34 crypto: talitos - fix missing break in switch statement adds 212ef6f29e5b crypto: inside-secure - Fix unused variable warning when C [...] adds 24fbf7bad888 crypto: hisilicon - Fix double free in sec_free_hw_sgl() adds e00371af1d4c crypto: hisilicon - Matching the dma address for dma_pool_free() adds 62a9d9fc7a21 crypto: hisilicon - Fix return value check in hisi_zip_aco [...] adds 78887832e765 hwrng: core - don't wait on add_early_randomness() adds bf6a7a5ad6fa crypto: hisilicon - avoid unused function warning adds 3c6a6910a81e Merge branch 'linus' of git://git.kernel.org/pub/scm/linux [...] adds 0eb2f2962489 selinux: shuffle around policydb.c to get rid of forward d [...] adds 2492acaf1e53 selinux: policydb - fix some checkpatch.pl warnings adds f07ea1d4eda2 selinux: policydb - rename type_val_to_struct_array adds 9b80c36353ed selinux: always return a secid from the network caches if [...] adds ac5656d8a4cd fanotify, inotify, dnotify, security: add security hook fo [...] adds 116f21bb967f selinux: avoid atomic_t usage in sidtab adds 169ce0c081cd selinux: fix residual uses of current_security() for the S [...] adds 15322a0d90b6 lsm: remove current_security() adds 5825a95fe925 Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pu [...] adds 21ab8580b383 LSM: SafeSetID: Stop releasing uninitialized ruleset adds 1b5fb415442e Merge tag 'safesetid-bugfix-5.4' of git://github.com/micah [...] adds 416dacb819f5 HID: hidraw: Fix invalid read in hidraw_ioctl adds 5f9242775bb6 HID: logitech: Fix general protection fault caused by Logi [...] adds 8ccff2843fb4 HID: logitech-dj: Fix crash when initial logi_dj_recv_quer [...] adds b20bef4b4be8 HID: i2c-hid: modify quirks for weida's devices adds 2bcdacb70327 HID: sony: Fix memory corruption issue on cleanup. adds 98375b86c791 HID: prodikeys: Fix general protection fault during probe adds e6d64ce06c28 Merge branch 'for-5.3/upstream-fixes' into for-linus adds aec256d0ecd5 HID: apple: Fix stuck function keys when using FN adds 53c716412708 Merge branch 'for-5.4/apple' into for-linus adds 87fcb6a69e54 HID: do not call hid_set_drvdata(hdev, NULL) in drivers adds 7147935a0cf6 Merge branch 'for-5.4/cleanup' into for-linus adds 2acf40f0454d HID: Add quirk for HP X500 PIXART OEM mouse adds 337c22ab1d4f HID: core: reformat and reduce hid_printk macros adds aaeabb121a62 HID: core: Add printk_once variants to hid_warn() etc adds 0af10eed9b73 HID: core: fix dmesg flooding if report field larger than 32bit adds ad049d525a86 Merge branch 'for-5.4/core' into for-linus adds 378b80370aa1 hidraw: Return EPOLLOUT from hidraw_poll adds c801aff1a576 hiddev: Return EPOLLOUT from hiddev_poll adds 98656d503dd6 Merge branch 'for-5.4/hidraw-hiddev-epoll' into for-linus adds c1ca58f6982b HID: intel-ish-hid: ipc: set NO_D3 flag only when needed adds 2db8edaa88c1 HID: intel-ish-hid: ipc: make ish suspend paths clear adds fc19a57dd483 HID: intel-ish-hid: ipc: check the NO_D3 flag to distingui [...] adds 979d859d3ff1 Merge branch 'for-5.4/ish' into for-linus adds 5b6cc1277a05 HID: logitech-dj: extend consumer usages range adds 6f50fa2a6f13 Merge branch 'master' into for-5.4/logitech adds 992ff2cc9ec6 HID: logitech-dj: add support of the G700(s) receiver adds 5722f3386eb9 hid-logitech-dj: add the new Lightspeed receiver adds 08115756515d Merge branch 'for-5.4/logitech' into for-linus adds c23e2043d5f7 HID: multitouch: do not filter mice nodes adds 69ecd44d68a7 HID: multitouch: add support for the Smart Tech panel adds 67fe00d8c39f Merge branch 'for-5.4/multitouch' into for-linus adds f7c4f737ced2 HID: sb0540: add support for Creative SB0540 IR receivers adds 7af0f839f4ee Merge branch 'for-5.4/sb0540' into for-linus adds 073b50bccbbf HID: wacom: Fix several minor compiler warnings adds 670e90924bfe HID: wacom: support named keys on older devices adds 362c571b92e2 HID: wacom: do not call hid_set_drvdata(hdev, NULL) adds bbbe3ac8f943 HID: wacom: add new MobileStudio Pro 13 support adds 8ca06d6f2d7b Merge branch 'for-5.4/wacom' into for-linus adds 1ad0bc789486 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...] adds 4ff96fb52c69 livepatch: Nullify obj->mod in klp_module_coming()'s error path adds 9f7582d15f82 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
No new revisions were added by this update.
Summary of changes: MAINTAINERS | 6 + drivers/char/hw_random/core.c | 2 +- drivers/crypto/hisilicon/sec/sec_algs.c | 43 ++-- drivers/crypto/hisilicon/zip/zip_crypto.c | 4 +- drivers/crypto/hisilicon/zip/zip_main.c | 7 +- drivers/crypto/inside-secure/safexcel.c | 40 ++- drivers/crypto/talitos.c | 1 + drivers/hid/Kconfig | 9 + drivers/hid/Makefile | 1 + drivers/hid/hid-apple.c | 49 ++-- drivers/hid/hid-core.c | 4 +- drivers/hid/hid-cougar.c | 6 +- drivers/hid/hid-creative-sb0540.c | 268 ++++++++++++++++++++ drivers/hid/hid-gfrm.c | 7 - drivers/hid/hid-ids.h | 5 +- drivers/hid/hid-lenovo.c | 2 - drivers/hid/hid-lg.c | 10 +- drivers/hid/hid-lg4ff.c | 1 - drivers/hid/hid-logitech-dj.c | 32 ++- drivers/hid/hid-multitouch.c | 37 ++- drivers/hid/hid-picolcd_core.c | 7 +- drivers/hid/hid-prodikeys.c | 12 +- drivers/hid/hid-quirks.c | 1 + drivers/hid/hid-sensor-hub.c | 1 - drivers/hid/hid-sony.c | 2 +- drivers/hid/hidraw.c | 4 +- drivers/hid/i2c-hid/i2c-hid-core.c | 4 +- drivers/hid/intel-ish-hid/ipc/hw-ish.h | 1 + drivers/hid/intel-ish-hid/ipc/ipc.c | 2 +- drivers/hid/intel-ish-hid/ipc/pci-ish.c | 95 ++++--- drivers/hid/usbhid/hiddev.c | 2 +- drivers/hid/wacom_sys.c | 25 +- drivers/hid/wacom_wac.c | 76 +++++- fs/notify/dnotify/dnotify.c | 15 +- fs/notify/fanotify/fanotify_user.c | 19 +- fs/notify/inotify/inotify_user.c | 14 +- include/linux/cred.h | 1 - include/linux/hid.h | 43 ++-- include/linux/lsm_hooks.h | 9 +- include/linux/security.h | 10 +- kernel/livepatch/core.c | 1 + security/safesetid/securityfs.c | 3 +- security/security.c | 6 + security/selinux/hooks.c | 49 +++- security/selinux/include/classmap.h | 5 +- security/selinux/include/objsec.h | 20 +- security/selinux/netif.c | 31 +-- security/selinux/netnode.c | 30 ++- security/selinux/netport.c | 24 +- security/selinux/ss/policydb.c | 402 +++++++++++++++--------------- security/selinux/ss/policydb.h | 2 +- security/selinux/ss/services.c | 6 +- security/selinux/ss/sidtab.c | 48 ++-- security/selinux/ss/sidtab.h | 19 +- 54 files changed, 1021 insertions(+), 502 deletions(-) create mode 100644 drivers/hid/hid-creative-sb0540.c