This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 4ca0d9894fd5 Merge tag 'erofs-for-6.8-rc6-fixes' of git://git.kernel.or [...] new 9c92006b896c irqchip/sifive-plic: Enable interrupt if needed before EOI new db744ddd59be PCI/MSI: Prevent MSI hardware interrupt number truncation new fb33a46cd75e irqchip/mbigen: Don't use bus_get_dev_root() to find the parent new ec4308ecfc88 irqchip/gic-v3-its: Do not assume vPE tables are preallocated new 8c46ed3740e2 Merge tag 'irq_urgent_for_v6.8_rc6' of git://git.kernel.or [...] new baf8361e5455 x86/bugs: Add asm helpers for executing VERW new 3c7501722e6b x86/entry_64: Add VERW just before userspace transition new a0e2dab44d22 x86/entry_32: Add VERW just before userspace transition new 6613d82e617d x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static key new 706a189dcf74 KVM/VMX: Use BT+JNC, i.e. EFLAGS.CF to select VMRESUME vs. [...] new 43fb862de8f6 KVM/VMX: Move VERW closer to VMentry for MDS mitigation new 1eee4ef38ca1 Merge tag 'x86_urgent_for_v6.8_rc6' of git://git.kernel.or [...] new 8b79d4e99407 tty: hvc: Don't enable the RISC-V SBI console by default new f418ae73311d serial: stm32: do not always set SER_RS485_RX_DURING_TX if [...] new 3b69e32e151b serial: amba-pl011: Fix DMA transmission in RS485 mode new 1e592e953684 Merge tag 'tty-6.8-rc6' of git://git.kernel.org/pub/scm/li [...] new d70c7a6614ac usb: uhci-grlib: Explicitly include linux/platform_device.h new 18a6be674306 usb: cdnsp: blocked some cdns3 specific code new 47625b018c6b usb: cdnsp: fixed issue with incorrect detecting CDNSP fam [...] new 1c9be13846c0 usb: roles: fix NULL pointer issue when put module's reference new b787a3e78175 usb: roles: don't get/set_role() when usb_role_switch is u [...] new cd45f99034b0 usb: cdns3: fixed memory use after free at cdns3_gadget_ep [...] new 5fd9e45f1ebc usb: cdns3: fix memory double free when handle zero packet new b191a18cb5c4 usb: dwc3: gadget: Don't disconnect if not started new 858a74cb5128 usb: gadget: omap_udc: fix USB gadget regression on Palm TE new 23b1d2d99b0f Revert "usb: typec: tcpm: reset counter when enter into un [...] new 76c51146820c usb: gadget: ncm: Avoid dropping datagrams of properly par [...] new 84b6238aff3d MAINTAINERS: Drop myself as maintainer of TYPEC port contr [...] new 69f89168b310 usb: typec: tpcm: Fix issues with power being removed duri [...] new c46ac50ebec3 Merge tag 'usb-6.8-rc6' of git://git.kernel.org/pub/scm/li [...]
The 30 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/arch/x86/mds.rst | 38 ++++++++++++++++------- MAINTAINERS | 3 +- arch/x86/entry/entry.S | 23 ++++++++++++++ arch/x86/entry/entry_32.S | 3 ++ arch/x86/entry/entry_64.S | 11 +++++++ arch/x86/entry/entry_64_compat.S | 1 + arch/x86/include/asm/cpufeatures.h | 2 +- arch/x86/include/asm/entry-common.h | 1 - arch/x86/include/asm/nospec-branch.h | 25 +++++++-------- arch/x86/kernel/cpu/bugs.c | 15 ++++----- arch/x86/kernel/nmi.c | 3 -- arch/x86/kvm/vmx/run_flags.h | 7 +++-- arch/x86/kvm/vmx/vmenter.S | 9 ++++-- arch/x86/kvm/vmx/vmx.c | 20 +++++++++--- drivers/irqchip/irq-gic-v3-its.c | 2 +- drivers/irqchip/irq-mbigen.c | 8 +---- drivers/irqchip/irq-sifive-plic.c | 8 ++++- drivers/pci/msi/irqdomain.c | 2 +- drivers/tty/hvc/Kconfig | 8 +++-- drivers/tty/serial/amba-pl011.c | 60 ++++++++++++++++++------------------ drivers/tty/serial/stm32-usart.c | 4 ++- drivers/usb/cdns3/cdns3-gadget.c | 8 +++-- drivers/usb/cdns3/core.c | 1 - drivers/usb/cdns3/drd.c | 13 +++++--- drivers/usb/cdns3/drd.h | 6 +++- drivers/usb/cdns3/host.c | 16 ++++++++-- drivers/usb/dwc3/gadget.c | 5 +++ drivers/usb/gadget/function/f_ncm.c | 10 +++++- drivers/usb/gadget/udc/omap_udc.c | 3 +- drivers/usb/host/uhci-grlib.c | 1 + drivers/usb/roles/class.c | 29 ++++++++++++----- drivers/usb/typec/tcpm/tcpm.c | 6 ++-- 32 files changed, 235 insertions(+), 116 deletions(-)