This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 509a15421674 Merge tag '5.10-rc6-smb3-fixes' of git://git.samba.org/sfr [...] new 24aed0945127 bootconfig: Load size and checksum in the footer as le32 new e86843580d1b tools/bootconfig: Store size and checksum in footer as le32 new 05227490c5f0 docs: bootconfig: Add the endianness of fields new 8a02ec8f3577 Merge tag 'trace-v5.10-rc6-bootconfig' of git://git.kernel [...] new 92666d45adcf ALSA: hda/realtek - Fixed Dell AIO wrong sound tone new eeacd80fcb29 ALSA: hda/realtek: Enable headset of ASUS UX482EG & B9400C [...] new e5782a5d5054 ALSA: hda/realtek - Add new codec supported for ALC897 new 402d5840b0d4 ALSA: usb-audio: US16x08: fix value count for level meters new fbdae7d6d04d ASoC: Intel: bytcr_rt5640: Fix HP Pavilion x2 Detachable quirks new b1824968221c ASoC: qcom: Fix enabling BCLK and LRCLK in LPAIF invalid state new 3fba05a2832f ASoC: wm_adsp: fix error return code in wm_adsp_load() new aa4cb898b80a ASoC: rt5682: change SAR voltage threshold new 5ef5bee02f1a Merge tag 'asoc-fix-v5.10-rc5' of https://git.kernel.org/p [...] new 242d990c158d ALSA: hda/generic: Add option to enforce preferred_dacs pairs new c84bfedce601 ALSA: hda/realtek: Fix bass speaker DAC assignment on Asus [...] new aeedad250499 ALSA: hda/realtek: Add mute LED quirk to yet another HP x3 [...] new bb95d60783f1 Merge tag 'sound-5.10-rc7' of git://git.kernel.org/pub/scm [...] new 98701a2a861f vdpa: mlx5: fix vdpa/vhost dependencies new 2c602741b51d vhost_vdpa: return -EFAULT if copy_to_user() fails new 2c6ffa9e9b11 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...] new ca1314d73eed arm64: syscall: exit userspace before unmasking exceptions new 114e0a684753 arm64: mark idle code as noinstr new da1926764832 arm64: entry: mark entry code as noinstr new 2f911d494f3f arm64: entry: move enter_from_user_mode to entry-common.c new 3cb5ed4d76c1 arm64: entry: prepare ret_to_user for function call new 105fc3352077 arm64: entry: move el1 irq/nmi logic to C new 23529049c684 arm64: entry: fix non-NMI user<->kernel transitions new 1ec2f2c05b2a arm64: ptrace: prepare for EL1 irq/rcu tracking new 7cd1ea1010ac arm64: entry: fix non-NMI kernel<->kernel transitions new f0cd5ac1e4c5 arm64: entry: fix NMI {user, kernel}->kernel transitions new 2a9b3e6ac69a arm64: entry: fix EL1 debug transitions new 9e5344e0ffc3 arm64: mte: Fix typo in macro definition new 3bb61aa61828 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...]
The 33 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 +- 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 +- 29 files changed, 407 insertions(+), 234 deletions(-)