Linux 5.10.12

From: Greg Kroah-Hartman
Date: Sat Jan 30 2021 - 11:40:11 EST


I'm announcing the release of the 5.10.12 kernel.

All users of the 5.10 kernel series must upgrade.

The updated 5.10.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.10.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
drivers/gpio/gpio-mvebu.c | 25 +-
drivers/hid/hid-multitouch.c | 3
drivers/hid/wacom_sys.c | 7
drivers/hid/wacom_wac.h | 2
drivers/infiniband/hw/vmw_pvrdma/pvrdma.h | 14 +
drivers/infiniband/hw/vmw_pvrdma/pvrdma_cq.c | 2
drivers/media/common/videobuf2/videobuf2-v4l2.c | 3
drivers/net/wireless/intel/iwlwifi/iwl-dbg-tlv.c | 7
fs/file.c | 2
fs/io_uring.c | 119 ++++++++----
include/uapi/linux/v4l2-subdev.h | 2
include/uapi/rdma/vmw_pvrdma-abi.h | 7
kernel/exit.c | 2
kernel/futex.c | 219 ++++++++++-------------
kernel/locking/rtmutex.c | 3
kernel/locking/rtmutex_common.h | 3
kernel/printk/printk.c | 36 ++-
mm/page_alloc.c | 31 +--
mm/slub.c | 4
mm/swapfile.c | 11 -
tools/bpf/resolve_btfids/Makefile | 9
tools/build/Makefile | 4
tools/objtool/Makefile | 9
tools/objtool/elf.c | 7
tools/perf/Makefile.perf | 4
tools/power/acpi/Makefile.config | 1
tools/scripts/Makefile.include | 10 +
28 files changed, 291 insertions(+), 257 deletions(-)

Baruch Siach (1):
gpio: mvebu: fix pwm .get_state period calculation

Bryan Tan (1):
RDMA/vmw_pvrdma: Fix network_hdr_type reported in WC

Greg Kroah-Hartman (1):
Linux 5.10.12

Hailong liu (1):
mm/page_alloc: add a missing mm_page_alloc_zone_locked() tracepoint

Hans Verkuil (1):
media: v4l2-subdev.h: BIT() is not available in userspace

Jason Gerecke (1):
HID: wacom: Correct NULL dereference on AES pen proximity

Jean-Philippe Brucker (1):
tools: Factor HOSTCC, HOSTLD, HOSTAR definitions

John Ogness (2):
printk: fix buffer overflow potential for print_text()
printk: fix string termination for record_print_text()

Josh Poimboeuf (1):
objtool: Don't fail on missing symbol table

Kai-Heng Feng (1):
HID: multitouch: Apply MT_QUIRK_CONFIDENCE quirk for multi-input devices

Naushir Patuck (1):
media: Revert "media: videobuf2: Fix length check for single plane dmabuf queueing"

Pavel Begunkov (11):
kernel/io_uring: cancel io_uring before task works
io_uring: inline io_uring_attempt_task_drop()
io_uring: add warn_once for io_uring_flush()
io_uring: stop SQPOLL submit on creator's death
io_uring: fix null-deref in io_disable_sqo_submit
io_uring: do sqo disable on install_fd error
io_uring: fix false positive sqo warning on flush
io_uring: fix uring_flush in exit_files() warning
io_uring: fix skipping disabling sqo on exec
io_uring: dont kill fasync under completion_lock
io_uring: fix sleeping under spin in __io_clean_op

Takashi Iwai (1):
iwlwifi: dbg: Don't touch the tlv data

Thomas Gleixner (7):
futex: Ensure the correct return value from futex_lock_pi()
futex: Replace pointless printk in fixup_owner()
futex: Provide and use pi_state_update_owner()
rtmutex: Remove unused argument from rt_mutex_proxy_unlock()
futex: Use pi_state_update_owner() in put_pi_state()
futex: Simplify fixup_pi_state_owner()
futex: Handle faults correctly for PI futexes

Wang Hai (1):
Revert "mm/slub: fix a memory leak in sysfs_slab_add()"

Zhaoyang Huang (1):
mm: fix a race on nr_swap_pages