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-release-arm-lts-allmodconfig in repository toolchain/ci/linux.
from 7411731d9fa6 Merge v5.10.2 adds eadec7f5374e net: ipconfig: Avoid spurious blank lines in boot log adds 84bcbb0779c6 x86/split-lock: Avoid returning with interrupts enabled adds 5f5240c03aa3 exfat: Avoid allocating upcase table using kcalloc() adds e8d7daf69edb soc/tegra: fuse: Fix index bug in get_process_id adds 4cfc27cb5620 usb: mtu3: fix memory corruption in mtu3_debugfs_regset() adds e4ef9c8d13b3 USB: serial: option: add interface-number sanity check to [...] adds 798be9a2f9d7 USB: gadget: f_acm: add support for SuperSpeed Plus adds 245cb2f26ea0 USB: gadget: f_midi: setup SuperSpeed Plus descriptors adds 4ef3fc712c77 usb: gadget: f_fs: Re-use SS descriptors for SuperSpeedPlus adds 2a548c32d550 USB: gadget: f_rndis: fix bitrate for SuperSpeed and above adds 39fb7424d4ed usb: chipidea: ci_hdrc_imx: Pass DISABLE_DEVICE_STREAMING [...] adds d012f0c8367b ARM: dts: exynos: fix roles of USB 3.0 ports on Odroid XU adds 8ed259869637 ARM: dts: exynos: fix USB 3.0 VBUS control and over-curren [...] adds 61bed86699e8 ARM: dts: exynos: fix USB 3.0 pins supply being turned off [...] adds 8c5c48b60caa coresight: tmc-etf: Fix NULL ptr dereference in tmc_enable [...] adds 35d07b02187b coresight: tmc-etr: Check if page is valid before dma_map_page() adds cda539d024c8 coresight: tmc-etr: Fix barrier packet insertion for perf buffer adds 3e89c7f97889 coresight: etb10: Fix possible NULL ptr dereference in etb [...] adds 99203d728205 coresight: etm4x: Skip setting LPOVERRIDE bit for qcom, sk [...] adds 004f79bec798 coresight: etm4x: Fix accesses to TRCVMIDCTLR1 adds c3ac42626ea9 coresight: etm4x: Fix accesses to TRCCIDCTLR1 adds 08af50ba2819 coresight: etm4x: Fix accesses to TRCPROCSELR adds 1384d0cba681 coresight: etm4x: Handle TRCVIPCSSCTLR accesses adds 4cad005fe512 f2fs: fix to seek incorrect data offset in inline data file adds 7812d88349b6 f2fs: init dirty_secmap incorrectly adds 79ab763e574f scsi: megaraid_sas: Check user-provided offsets adds 45a13c35c7f8 HID: i2c-hid: add Vero K147 to descriptor override adds e6160ad6e729 serial_core: Check for port state when tty is in error state adds 3b7c17a81426 fscrypt: remove kernel-internal constants from UAPI header adds 2da473e59e11 fscrypt: add fscrypt_is_nokey_name() adds 456fcfca6dcf ubifs: prevent creating duplicate encrypted filenames adds e5a2a002f83d ext4: prevent creating duplicate encrypted filenames adds c2c9944b5607 f2fs: prevent creating duplicate encrypted filenames adds b260e4a68853 Bluetooth: Fix slab-out-of-bounds read in hci_le_direct_ad [...] adds e196311e0d69 quota: Sanity-check quota file headers on load adds f5d4e47871c8 fs: quota: fix array-index-out-of-bounds bug by passing co [...] adds 7730b2f41cef media: msi2500: assign SPI bus number dynamically adds 709b2d03bb29 crypto: af_alg - avoid undefined behavior accessing salg_name adds 05725b40b945 nl80211: validate key indexes for cfg80211_registered_device adds 70eb256f8c8a md: fix a warning caused by a race between concurrent md_ioctl()s adds 02164534cb86 Linux 5.10.3 new 01ffb65c60e0 Merge v5.10.3
The 1 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: Makefile | 2 +- arch/arm/boot/dts/exynos5410-odroidxu.dts | 6 ++- arch/arm/boot/dts/exynos5410-pinctrl.dtsi | 28 ++++++++++++ arch/arm/boot/dts/exynos5410.dtsi | 4 ++ arch/x86/kernel/traps.c | 3 +- crypto/af_alg.c | 10 +++-- drivers/hid/i2c-hid/i2c-hid-dmi-quirks.c | 8 ++++ drivers/hwtracing/coresight/coresight-etb10.c | 4 +- drivers/hwtracing/coresight/coresight-etm4x-core.c | 41 ++++++++++------- drivers/hwtracing/coresight/coresight-priv.h | 2 + drivers/hwtracing/coresight/coresight-tmc-etf.c | 4 +- drivers/hwtracing/coresight/coresight-tmc-etr.c | 4 +- drivers/md/md.c | 7 ++- drivers/media/usb/msi2500/msi2500.c | 2 +- drivers/scsi/megaraid/megaraid_sas_base.c | 16 ++++--- drivers/soc/tegra/fuse/speedo-tegra210.c | 2 +- drivers/tty/serial/serial_core.c | 4 ++ drivers/usb/chipidea/ci_hdrc_imx.c | 3 +- drivers/usb/gadget/function/f_acm.c | 2 +- drivers/usb/gadget/function/f_fs.c | 5 ++- drivers/usb/gadget/function/f_midi.c | 6 +++ drivers/usb/gadget/function/f_rndis.c | 4 +- drivers/usb/mtu3/mtu3_debugfs.c | 2 +- drivers/usb/serial/option.c | 23 +++++++++- fs/crypto/fscrypt_private.h | 9 ++-- fs/crypto/hooks.c | 5 ++- fs/crypto/keyring.c | 2 +- fs/crypto/keysetup.c | 4 +- fs/crypto/policy.c | 5 ++- fs/exfat/nls.c | 6 +-- fs/ext4/namei.c | 3 ++ fs/f2fs/f2fs.h | 2 + fs/f2fs/file.c | 11 +++-- fs/f2fs/segment.c | 2 +- fs/quota/dquot.c | 2 +- fs/quota/quota_v2.c | 19 ++++++++ fs/ubifs/dir.c | 17 ++++++-- include/linux/fscrypt.h | 34 +++++++++++++++ include/uapi/linux/fscrypt.h | 5 +-- include/uapi/linux/if_alg.h | 16 +++++++ net/bluetooth/hci_event.c | 12 +++-- net/ipv4/ipconfig.c | 14 +++--- net/wireless/core.h | 2 + net/wireless/nl80211.c | 7 +-- net/wireless/util.c | 51 ++++++++++++++++++---- 45 files changed, 333 insertions(+), 87 deletions(-)