I'm announcing the release of the 5.11.1 kernel. All users of the 5.11 kernel series must upgrade. The updated 5.11.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.11.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 ------------ Makefile | 2 - arch/arm/xen/p2m.c | 6 +++-- arch/x86/xen/p2m.c | 15 ++++++-------- drivers/block/xen-blkback/blkback.c | 32 +++++++++++++++++-------------- drivers/bluetooth/btusb.c | 20 +++++-------------- drivers/media/usb/pwc/pwc-if.c | 22 ++++++++++++--------- drivers/net/xen-netback/netback.c | 4 --- drivers/tty/tty_io.c | 5 +++- drivers/xen/gntdev.c | 37 +++++++++++++++++++----------------- drivers/xen/xen-scsiback.c | 4 +-- include/xen/grant_table.h | 1 11 files changed, 77 insertions(+), 71 deletions(-) Greg Kroah-Hartman (1): Linux 5.11.1 Jan Beulich (8): Xen/x86: don't bail early from clear_foreign_p2m_mapping() Xen/x86: also check kernel mapping in set_foreign_p2m_mapping() Xen/gntdev: correct dev_bus_addr handling in gntdev_map_grant_pages() Xen/gntdev: correct error checking in gntdev_map_grant_pages() xen-blkback: don't "handle" error by BUG() xen-netback: don't "handle" error by BUG() xen-scsiback: don't "handle" error by BUG() xen-blkback: fix error handling in xen_blkbk_map() Linus Torvalds (1): tty: protect tty_write from odd low-level tty disciplines Matwey V. Kornilov (1): media: pwc: Use correct device for DMA Stefano Stabellini (1): xen/arm: don't ignore return errors from set_phys_to_machine Trent Piepho (1): Bluetooth: btusb: Always fallback to alt 1 for WBS