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-arm-mainline-allnoconfig in repository toolchain/ci/linux.
from 509a15421674 Merge tag '5.10-rc6-smb3-fixes' of git://git.samba.org/sfr [...] adds 24aed0945127 bootconfig: Load size and checksum in the footer as le32 adds e86843580d1b tools/bootconfig: Store size and checksum in footer as le32 adds 05227490c5f0 docs: bootconfig: Add the endianness of fields adds 8a02ec8f3577 Merge tag 'trace-v5.10-rc6-bootconfig' of git://git.kernel [...] adds 92666d45adcf ALSA: hda/realtek - Fixed Dell AIO wrong sound tone adds eeacd80fcb29 ALSA: hda/realtek: Enable headset of ASUS UX482EG & B9400C [...] adds e5782a5d5054 ALSA: hda/realtek - Add new codec supported for ALC897 adds 402d5840b0d4 ALSA: usb-audio: US16x08: fix value count for level meters adds fbdae7d6d04d ASoC: Intel: bytcr_rt5640: Fix HP Pavilion x2 Detachable quirks adds b1824968221c ASoC: qcom: Fix enabling BCLK and LRCLK in LPAIF invalid state adds 3fba05a2832f ASoC: wm_adsp: fix error return code in wm_adsp_load() adds aa4cb898b80a ASoC: rt5682: change SAR voltage threshold adds 5ef5bee02f1a Merge tag 'asoc-fix-v5.10-rc5' of https://git.kernel.org/p [...] adds 242d990c158d ALSA: hda/generic: Add option to enforce preferred_dacs pairs adds c84bfedce601 ALSA: hda/realtek: Fix bass speaker DAC assignment on Asus [...] adds aeedad250499 ALSA: hda/realtek: Add mute LED quirk to yet another HP x3 [...] adds bb95d60783f1 Merge tag 'sound-5.10-rc7' of git://git.kernel.org/pub/scm [...] adds 98701a2a861f vdpa: mlx5: fix vdpa/vhost dependencies adds 2c602741b51d vhost_vdpa: return -EFAULT if copy_to_user() fails adds 2c6ffa9e9b11 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...] adds ca1314d73eed arm64: syscall: exit userspace before unmasking exceptions adds 114e0a684753 arm64: mark idle code as noinstr adds da1926764832 arm64: entry: mark entry code as noinstr adds 2f911d494f3f arm64: entry: move enter_from_user_mode to entry-common.c adds 3cb5ed4d76c1 arm64: entry: prepare ret_to_user for function call adds 105fc3352077 arm64: entry: move el1 irq/nmi logic to C adds 23529049c684 arm64: entry: fix non-NMI user<->kernel transitions adds 1ec2f2c05b2a arm64: ptrace: prepare for EL1 irq/rcu tracking adds 7cd1ea1010ac arm64: entry: fix non-NMI kernel<->kernel transitions adds f0cd5ac1e4c5 arm64: entry: fix NMI {user, kernel}->kernel transitions adds 2a9b3e6ac69a arm64: entry: fix EL1 debug transitions adds 9e5344e0ffc3 arm64: mte: Fix typo in macro definition adds 3bb61aa61828 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] adds 16e6281b6b22 gfs2: Fix deadlock dumping resource group glocks adds 515b269d5bd2 gfs2: set lockdep subclass for iopen glocks adds 778721510e84 gfs2: check for empty rgrp tree in gfs2_ri_update adds f39e7d3aae29 gfs2: Don't freeze the file system during unmount adds 82e938bd5382 gfs2: Upgrade shared glocks for atime updates adds dd0ecf544125 gfs2: Fix deadlock between gfs2_{create_inode,inode_lookup [...] new 34816d20f173 Merge tag 'gfs2-v5.10-rc5-fixes' of git://git.kernel.org/p [...]
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: Documentation/admin-guide/bootconfig.rst | 4 +- arch/arm64/include/asm/daifflags.h | 3 + arch/arm64/include/asm/exception.h | 5 + arch/arm64/include/asm/ptrace.h | 4 + arch/arm64/include/asm/sysreg.h | 2 +- arch/arm64/kernel/entry-common.c | 254 +++++++++++++++++++++++-------- arch/arm64/kernel/entry.S | 78 +++------- arch/arm64/kernel/irq.c | 15 -- arch/arm64/kernel/process.c | 8 +- arch/arm64/kernel/sdei.c | 7 +- arch/arm64/kernel/syscall.c | 1 - arch/arm64/kernel/traps.c | 22 ++- arch/arm64/mm/fault.c | 25 --- drivers/Makefile | 1 + drivers/vdpa/Kconfig | 1 + drivers/vhost/vdpa.c | 4 +- fs/gfs2/glock.c | 1 + fs/gfs2/glops.c | 6 +- fs/gfs2/incore.h | 1 + fs/gfs2/inode.c | 42 +++-- fs/gfs2/rgrp.c | 4 + init/main.c | 4 +- sound/pci/hda/hda_generic.c | 12 +- sound/pci/hda/hda_generic.h | 1 + sound/pci/hda/patch_realtek.c | 72 ++++++++- sound/soc/codecs/rt5682.c | 1 + sound/soc/codecs/wm_adsp.c | 1 + sound/soc/intel/boards/bytcr_rt5640.c | 17 ++- sound/soc/qcom/lpass-cpu.c | 62 ++++---- sound/soc/qcom/lpass-lpaif-reg.h | 7 + sound/soc/qcom/lpass-platform.c | 20 ++- sound/soc/qcom/lpass.h | 1 + sound/usb/mixer_us16x08.c | 2 +- tools/bootconfig/main.c | 7 +- 34 files changed, 449 insertions(+), 246 deletions(-)