This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from d9abdee5fd5a Merge branch 'akpm' (patches from Andrew) new 25b5476a294c KVM: s390: Function documentation fixes new 2353e593a13b Merge tag 'kvm-s390-master-5.15-1' of git://git.kernel.org [...] new 019057bd73d1 KVM: SEV-ES: fix length of string I/O new 1d58a17ef545 KVM: arm64: Fix host stage-2 PGD refcount new 7615c2a51478 KVM: arm64: Report corrupted refcount at EL2 new 6e6a8ef088e1 KVM: arm64: Release mmap_lock when using VM_SHARED with MTE new e2b6d941ec38 Merge tag 'kvmarm-fixes-5.15-2' of git://git.kernel.org/pu [...] new fa13843d1565 KVM: X86: fix lazy allocation of rmaps new baa1e5ca172c KVM: SEV-ES: Set guest_state_protected after VMSA update new f7d8a19f9a05 Revert "KVM: x86: Open code necessary bits of kvm_lapic_se [...] new 9139a7a64581 KVM: x86: WARN if APIC HW/SW disable static keys are non-z [...] new 01c7d2672a84 KVM: kvm_stat: do not show halt_wait_ns new d61863c66f9b KVM: VMX: Remove redundant handling of bus lock vmexit new 9f1ee7b169af KVM: SEV-ES: reduce ghcb_sa_len to 32 bits new 0afe64bebb13 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] new 4cce60f15c04 NIOS2: irqflags: rename a redefined register name new 1e59977463e9 Merge tag 'nios2_fixes_for_v5.15_part2' of git://git.kerne [...] new ed65df63a39a tracing: Have all levels of checks prevent recursion new fc9b289344b8 Merge tag 'trace-v5.15-rc5' of git://git.kernel.org/pub/sc [...] new 6e3ee990c904 audit: fix possible null-pointer dereference in audit_filt [...] new 6da52dead8f5 Merge tag 'audit-pr-20211019' of git://git.kernel.org/pub/ [...] new 22390ce786c5 ALSA: usb-audio: add Schiit Hel device to quirk table new aef454b40288 ALSA: hda/realtek: Add quirk for Clevo PC50HS new 3c414eb65c29 ALSA: usb-audio: Provide quirk for Sennheiser GSP670 Headset new d94befbb5ae3 ALSA: hda/realtek: Fixes HP Spectre x360 15-eb1xxx speakers new 3f4b57ad07d9 ASoC: pcm512x: Mend accesses to the I2S_1 and I2S_2 registers new 74b7ee0e7b61 ASoC: fsl_xcvr: Fix channel swap issue with ARC new ceef3240f9b7 ASoC: pcm179x: Add missing entries SPI to device ID table new 0cc3687eadd0 ASoC: cs4341: Add SPI device ID table new 42871e95a3af ASoC: nau8824: Fix headphone vs headset, button-press dete [...] new db0767b8a6e6 ASoC: wcd938x: Fix jack detection issue new 2577b868a48e ASoC: Intel: bytcht_es8316: Get platform data via dev_get_ [...] new 6f32c521061b ASoC: Intel: bytcht_es8316: Use temporary variable for str [...] new 10f4a96543b7 ASoC: Intel: bytcht_es8316: Switch to use gpiod_get_optional() new c25d4546ca45 ASoC: Intel: bytcht_es8316: Utilize dev_err_probe() to avo [...] new 5af82c81b2c4 ASoC: DAPM: Fix missing kctl change notifications new 214174d9f56c ASoC: codec: wcd938x: Add irq config support new c448b7aa3e66 ASoC: soc-core: fix null-ptr-deref in snd_soc_del_componen [...] new aa18457c4af7 ASoC: cs42l42: Ensure 0dB full scale volume is used for headsets new 6b9b546dc007 ASoC: wm8960: Fix clock configuration on slave mode new eadeb06e7645 Merge tag 'asoc-fix-v5.15-rc5' of https://git.kernel.org/p [...] new 29664923725a ALSA: usb-audio: Fix microphone sound on Jieli webcam. new 8e37395c3a5d Merge tag 'sound-5.15-rc7' of git://git.kernel.org/pub/scm [...]
The 43 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: arch/arm64/kvm/hyp/include/nvhe/gfp.h | 1 + arch/arm64/kvm/hyp/nvhe/mem_protect.c | 13 ++++++++- arch/arm64/kvm/hyp/nvhe/page_alloc.c | 15 +++++++++++ arch/arm64/kvm/mmu.c | 6 +++-- arch/nios2/include/asm/irqflags.h | 4 +-- arch/nios2/include/asm/registers.h | 2 +- arch/s390/kvm/gaccess.c | 12 +++++++++ arch/s390/kvm/intercept.c | 4 ++- arch/x86/kvm/lapic.c | 20 +++++++++----- arch/x86/kvm/svm/sev.c | 9 +++++-- arch/x86/kvm/svm/svm.h | 2 +- arch/x86/kvm/vmx/vmx.c | 15 ++++++----- arch/x86/kvm/x86.c | 3 ++- include/linux/trace_recursion.h | 49 +++++++--------------------------- kernel/auditsc.c | 2 +- kernel/trace/ftrace.c | 4 +-- sound/pci/hda/patch_realtek.c | 47 ++++++++++++++++++++++++++++++++ sound/soc/codecs/Kconfig | 1 + sound/soc/codecs/cs42l42.c | 16 +++-------- sound/soc/codecs/cs4341.c | 7 +++++ sound/soc/codecs/nau8824.c | 4 +-- sound/soc/codecs/pcm179x-spi.c | 1 + sound/soc/codecs/pcm512x.c | 2 ++ sound/soc/codecs/wcd938x.c | 6 ++--- sound/soc/codecs/wm8960.c | 13 ++++++--- sound/soc/fsl/fsl_xcvr.c | 17 ++++++++---- sound/soc/intel/boards/bytcht_es8316.c | 37 +++++++++---------------- sound/soc/soc-core.c | 1 + sound/soc/soc-dapm.c | 13 +++++---- sound/usb/mixer.c | 7 +++++ sound/usb/quirks-table.h | 32 ++++++++++++++++++++++ sound/usb/quirks.c | 9 +++++++ tools/kvm/kvm_stat/kvm_stat | 2 +- 33 files changed, 252 insertions(+), 124 deletions(-)