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-aarch64-stable-defconfig in repository toolchain/ci/linux.
from eb043323d674 Merge v5.10.2 new eadec7f5374e net: ipconfig: Avoid spurious blank lines in boot log new 84bcbb0779c6 x86/split-lock: Avoid returning with interrupts enabled new 5f5240c03aa3 exfat: Avoid allocating upcase table using kcalloc() new e8d7daf69edb soc/tegra: fuse: Fix index bug in get_process_id new 4cfc27cb5620 usb: mtu3: fix memory corruption in mtu3_debugfs_regset() new e4ef9c8d13b3 USB: serial: option: add interface-number sanity check to [...] new 798be9a2f9d7 USB: gadget: f_acm: add support for SuperSpeed Plus new 245cb2f26ea0 USB: gadget: f_midi: setup SuperSpeed Plus descriptors new 4ef3fc712c77 usb: gadget: f_fs: Re-use SS descriptors for SuperSpeedPlus new 2a548c32d550 USB: gadget: f_rndis: fix bitrate for SuperSpeed and above new 39fb7424d4ed usb: chipidea: ci_hdrc_imx: Pass DISABLE_DEVICE_STREAMING [...] new d012f0c8367b ARM: dts: exynos: fix roles of USB 3.0 ports on Odroid XU new 8ed259869637 ARM: dts: exynos: fix USB 3.0 VBUS control and over-curren [...] new 61bed86699e8 ARM: dts: exynos: fix USB 3.0 pins supply being turned off [...] new 8c5c48b60caa coresight: tmc-etf: Fix NULL ptr dereference in tmc_enable [...] new 35d07b02187b coresight: tmc-etr: Check if page is valid before dma_map_page() new cda539d024c8 coresight: tmc-etr: Fix barrier packet insertion for perf buffer new 3e89c7f97889 coresight: etb10: Fix possible NULL ptr dereference in etb [...] new 99203d728205 coresight: etm4x: Skip setting LPOVERRIDE bit for qcom, sk [...] new 004f79bec798 coresight: etm4x: Fix accesses to TRCVMIDCTLR1 new c3ac42626ea9 coresight: etm4x: Fix accesses to TRCCIDCTLR1 new 08af50ba2819 coresight: etm4x: Fix accesses to TRCPROCSELR new 1384d0cba681 coresight: etm4x: Handle TRCVIPCSSCTLR accesses new 4cad005fe512 f2fs: fix to seek incorrect data offset in inline data file new 7812d88349b6 f2fs: init dirty_secmap incorrectly new 79ab763e574f scsi: megaraid_sas: Check user-provided offsets new 45a13c35c7f8 HID: i2c-hid: add Vero K147 to descriptor override new e6160ad6e729 serial_core: Check for port state when tty is in error state new 3b7c17a81426 fscrypt: remove kernel-internal constants from UAPI header new 2da473e59e11 fscrypt: add fscrypt_is_nokey_name() new 456fcfca6dcf ubifs: prevent creating duplicate encrypted filenames new e5a2a002f83d ext4: prevent creating duplicate encrypted filenames new c2c9944b5607 f2fs: prevent creating duplicate encrypted filenames new b260e4a68853 Bluetooth: Fix slab-out-of-bounds read in hci_le_direct_ad [...] new e196311e0d69 quota: Sanity-check quota file headers on load new f5d4e47871c8 fs: quota: fix array-index-out-of-bounds bug by passing co [...] new 7730b2f41cef media: msi2500: assign SPI bus number dynamically new 709b2d03bb29 crypto: af_alg - avoid undefined behavior accessing salg_name new 05725b40b945 nl80211: validate key indexes for cfg80211_registered_device new 70eb256f8c8a md: fix a warning caused by a race between concurrent md_ioctl()s new 02164534cb86 Linux 5.10.3 new 0828f5d1f3a1 Merge v5.10.3
The 42 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(-)