I'm announcing the release of the 6.1.27 kernel. All users of the 6.1 kernel series must upgrade. The updated 6.1.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-6.1.y and can be browsed at the normal kernel.org git web browser: https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary thanks, greg k-h ------------ Documentation/riscv/vm-layout.rst | 4 Makefile | 2 arch/arm64/kvm/mmu.c | 47 ++-- arch/riscv/include/asm/fixmap.h | 8 arch/riscv/include/asm/pgtable.h | 8 arch/riscv/kernel/setup.c | 6 arch/riscv/mm/init.c | 82 +++----- arch/x86/Makefile.um | 5 drivers/base/dd.c | 7 drivers/gpio/gpiolib-acpi.c | 13 + drivers/gpu/drm/drm_fb_helper.c | 3 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c | 5 drivers/phy/broadcom/phy-brcm-usb.c | 4 drivers/usb/serial/option.c | 6 fs/btrfs/send.c | 2 fs/btrfs/volumes.c | 2 mm/mempolicy.c | 115 +++++------- net/bluetooth/hci_sock.c | 9 net/mptcp/protocol.c | 74 +++++-- net/mptcp/protocol.h | 2 net/mptcp/subflow.c | 80 ++++++++ 21 files changed, 308 insertions(+), 176 deletions(-) Alexandre Ghiti (3): riscv: Move early dtb mapping into the fixmap region riscv: Do not set initial_boot_params to the linear address of the dtb riscv: No need to relocate the dtb as it lies in the fixmap region Arınç ÜNAL (1): USB: serial: option: add UNISOC vendor and TOZED LT70C product Daniel Vetter (1): drm/fb-helper: set x/yres_virtual in drm_fb_helper_check_var David Gow (1): um: Only disable SSE on clang to work around old GCC bugs David Matlack (1): KVM: arm64: Retry fault if vma_lookup() results become invalid Florian Fainelli (1): phy: phy-brcm-usb: Utilize platform_get_irq_byname_optional() Genjian Zhang (1): btrfs: fix uninitialized variable warnings Greg Kroah-Hartman (1): Linux 6.1.27 Jisoo Jang (1): wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies() Liam R. Howlett (1): mm/mempolicy: fix use-after-free of VMA iterator Paolo Abeni (2): mptcp: stops worker on unaccepted sockets at listener close mptcp: fix accept vs worker race Ruihan Li (1): bluetooth: Perform careful capability checks in hci_sock_ioctl() Stephen Boyd (1): driver core: Don't require dynamic_debug for initcall_debug probe timing Werner Sembach (1): gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xNU