This is the start of the stable review cycle for the 5.10.12 release.
There are 32 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.
Responses should be made by Sun, 31 Jan 2021 10:59:01 +0000.
Anything received after that time might be too late.
The whole patch series can be found in one patch at:
https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.10.12-rc…
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.10.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Linux 5.10.12-rc1
John Ogness <john.ogness(a)linutronix.de>
printk: fix string termination for record_print_text()
John Ogness <john.ogness(a)linutronix.de>
printk: fix buffer overflow potential for print_text()
Jean-Philippe Brucker <jean-philippe(a)linaro.org>
tools: Factor HOSTCC, HOSTLD, HOSTAR definitions
Zhaoyang Huang <huangzhaoyang(a)gmail.com>
mm: fix a race on nr_swap_pages
Hailong liu <liu.hailong6(a)zte.com.cn>
mm/page_alloc: add a missing mm_page_alloc_zone_locked() tracepoint
Josh Poimboeuf <jpoimboe(a)redhat.com>
objtool: Don't fail on missing symbol table
Pavel Begunkov <asml.silence(a)gmail.com>
io_uring: fix sleeping under spin in __io_clean_op
Pavel Begunkov <asml.silence(a)gmail.com>
io_uring: dont kill fasync under completion_lock
Pavel Begunkov <asml.silence(a)gmail.com>
io_uring: fix skipping disabling sqo on exec
Pavel Begunkov <asml.silence(a)gmail.com>
io_uring: fix uring_flush in exit_files() warning
Pavel Begunkov <asml.silence(a)gmail.com>
io_uring: fix false positive sqo warning on flush
Pavel Begunkov <asml.silence(a)gmail.com>
io_uring: do sqo disable on install_fd error
Pavel Begunkov <asml.silence(a)gmail.com>
io_uring: fix null-deref in io_disable_sqo_submit
Pavel Begunkov <asml.silence(a)gmail.com>
io_uring: stop SQPOLL submit on creator's death
Pavel Begunkov <asml.silence(a)gmail.com>
io_uring: add warn_once for io_uring_flush()
Pavel Begunkov <asml.silence(a)gmail.com>
io_uring: inline io_uring_attempt_task_drop()
Pavel Begunkov <asml.silence(a)gmail.com>
kernel/io_uring: cancel io_uring before task works
Takashi Iwai <tiwai(a)suse.de>
iwlwifi: dbg: Don't touch the tlv data
Bryan Tan <bryantan(a)vmware.com>
RDMA/vmw_pvrdma: Fix network_hdr_type reported in WC
Hans Verkuil <hverkuil-cisco(a)xs4all.nl>
media: v4l2-subdev.h: BIT() is not available in userspace
Naushir Patuck <naush(a)raspberrypi.com>
media: Revert "media: videobuf2: Fix length check for single plane dmabuf queueing"
Kai-Heng Feng <kai.heng.feng(a)canonical.com>
HID: multitouch: Apply MT_QUIRK_CONFIDENCE quirk for multi-input devices
Jason Gerecke <killertofu(a)gmail.com>
HID: wacom: Correct NULL dereference on AES pen proximity
Thomas Gleixner <tglx(a)linutronix.de>
futex: Handle faults correctly for PI futexes
Thomas Gleixner <tglx(a)linutronix.de>
futex: Simplify fixup_pi_state_owner()
Thomas Gleixner <tglx(a)linutronix.de>
futex: Use pi_state_update_owner() in put_pi_state()
Thomas Gleixner <tglx(a)linutronix.de>
rtmutex: Remove unused argument from rt_mutex_proxy_unlock()
Thomas Gleixner <tglx(a)linutronix.de>
futex: Provide and use pi_state_update_owner()
Thomas Gleixner <tglx(a)linutronix.de>
futex: Replace pointless printk in fixup_owner()
Thomas Gleixner <tglx(a)linutronix.de>
futex: Ensure the correct return value from futex_lock_pi()
Wang Hai <wanghai38(a)huawei.com>
Revert "mm/slub: fix a memory leak in sysfs_slab_add()"
Baruch Siach <baruch(a)tkos.co.il>
gpio: mvebu: fix pwm .get_state period calculation
-------------
Diffstat:
Makefile | 4 +-
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, 292 insertions(+), 258 deletions(-)