This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from d7b8f8e20813 Linux 6.16-rc5 new f9af88a3d384 x86/bugs: Rename MDS machinery to something more generic new d8010d4ba43e x86/bugs: Add a Transient Scheduler Attacks mitigation new 31272abd5974 KVM: SVM: Advertise TSA CPUID bits to guests new 2329f250e04d x86/microcode/AMD: Add TSA microcode SHAs new 8e786a85c0a3 x86/process: Move the buffer clearing before MONITOR new 6e9128ff9d81 Merge tag 'tsa_x86_bugs_for_6.16' of git://git.kernel.org/ [...] new c33453d08a56 efi: Drop preprocessor directives from zboot.lds new f8b53cc9174c efi: Fix .data section size calculations when .sbat is present new eadb9fa7f775 Merge tag 'efi-fixes-for-v6.16-1' of git://git.kernel.org/ [...] new e0a911ac8685 ALSA: hda: Add missing NVIDIA HDA codec IDs new ce174b48aebb ALSA: hda/realtek - Add mute LED support for HP Victus 15-fb2xxx new 05f254a6369a ALSA: usb-audio: Improve filtering of sample rates on Focu [...] new db98ee568510 ALSA: hda/realtek: Add quirk for ASUS ExpertBook B9403CVAR new 043faef334a1 ALSA: ad1816a: Fix potential NULL pointer deref in snd_car [...] new cbe876121633 ASoC: fsl_asrc: use internal measured ratio for non-ideal [...] new 960aed31eedb ASoC: Intel: SND_SOC_INTEL_SOF_BOARD_HELPERS select SND_SO [...] new dc78f7e59169 ASoC: fsl_sai: Force a software reset when starting in con [...] new be2e1a63448b MAINTAINERS: update Qualcomm audio codec drivers list new a7528e9beadb ASoC: Intel: soc-acpi: arl: Correct order of cs42l43 matches new f7690d058170 ASoC: Intel: sof_sdw: Add quirks for Lenovo P1 and P16 new 3b3312f28ee2 ASoC: cs35l56: probe() should fail if the device ID is not [...] new 4f5b1aa2e406 Merge tag 'asoc-fix-v6.16-rc4' of https://git.kernel.org/p [...] new 85e323bdbe28 ALSA: hda/tas2781: Fix calibration data parser issue new d78f76457d70 ALSA: hda/realtek: Enable headset Mic on Positivo K116J new d006330be3f7 Merge tag 'sound-6.16-rc6' of git://git.kernel.org/pub/scm [...]
The 25 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/ABI/testing/sysfs-devices-system-cpu | 1 + .../hw-vuln/processor_mmio_stale_data.rst | 4 +- Documentation/admin-guide/kernel-parameters.txt | 13 ++ Documentation/arch/x86/mds.rst | 8 +- MAINTAINERS | 16 +-- arch/x86/Kconfig | 9 ++ arch/x86/entry/entry.S | 8 +- arch/x86/include/asm/cpufeatures.h | 6 +- arch/x86/include/asm/irqflags.h | 4 +- arch/x86/include/asm/kvm_host.h | 1 + arch/x86/include/asm/mwait.h | 27 ++-- arch/x86/include/asm/nospec-branch.h | 37 +++--- arch/x86/kernel/cpu/amd.c | 44 +++++++ arch/x86/kernel/cpu/bugs.c | 136 ++++++++++++++++++++- arch/x86/kernel/cpu/common.c | 14 ++- arch/x86/kernel/cpu/microcode/amd_shas.c | 112 +++++++++++++++++ arch/x86/kernel/cpu/scattered.c | 2 + arch/x86/kernel/process.c | 16 ++- arch/x86/kvm/cpuid.c | 10 +- arch/x86/kvm/reverse_cpuid.h | 7 ++ arch/x86/kvm/svm/vmenter.S | 6 + arch/x86/kvm/vmx/vmx.c | 2 +- drivers/base/cpu.c | 3 + drivers/firmware/efi/libstub/zboot.lds | 6 +- include/linux/cpu.h | 1 + sound/isa/ad1816a/ad1816a.c | 2 +- sound/pci/hda/patch_hdmi.c | 19 +++ sound/pci/hda/patch_realtek.c | 3 + sound/pci/hda/tas2781_hda.c | 8 +- sound/soc/codecs/cs35l56-shared.c | 2 +- sound/soc/fsl/fsl_asrc.c | 3 +- sound/soc/fsl/fsl_sai.c | 14 ++- sound/soc/intel/boards/Kconfig | 1 + sound/soc/intel/boards/sof_sdw.c | 3 + sound/soc/intel/common/soc-acpi-intel-arl-match.c | 12 +- sound/usb/format.c | 22 ++-- 36 files changed, 484 insertions(+), 98 deletions(-)