Chen Zhongjin (1): perf: Fix possible memleak in pmu_dev_alloc()
Christian Brauner (1): pnode: terminate at peers of source
Chuck Lever (1): SUNRPC: Don't leak netobj memory when gss_read_proxy_verf() fails
Dan Carpenter (2): bonding: uninitialized variable in bond_miimon_inspect() ipmi: fix use after free in _ipmi_destroy_user()
Enzo Matsumiya (1): cifs: do not include page data when checking signature
Eric Dumazet (1): net: stream: purge sk_error_queue in sk_stream_kill_queues()
Greg Kroah-Hartman (1): prlimit: do_prlimit needs to have a speculation check
Huaxin Lu (1): ima: Fix a potential NULL pointer access in ima_restore_measurement_list
Isaac J. Manjarres (1): driver core: Fix bus_type.match() error handling in __driver_attach()
Jakub Kicinski (2): bpf: pull before calling skb_postpull_rcsum() net: stream: don't purge sk_error_queue in sk_stream_kill_queues()
Jan Kara (2): mbcache: automatically delete entries from cache on freeing ext4: fix deadlock due to mbcache entry corruption
Jann Horn (2): mm/khugepaged: fix GUP-fast interaction by sending IPI mm/khugepaged: invoke MMU notifiers in shmem/file collapse paths
Jiamei Xie (1): serial: amba-pl011: avoid SBSA UART accessing DMACR register
Jiang Li (1): md/raid1: stop mdx_raid1 thread when raid1 array run failed
Li Zetao (1): ACPICA: Fix use-after-free in acpi_ut_copy_ipackage_to_ipackage()
Mark Rutland (1): arm64: cmpxchg_double*: hazard against entire exchange variable
Michael S. Tsirkin (1): PCI: Fix pci_device_is_present() for VFs by checking PF
Mikulas Patocka (1): md: fix a crash in mempool_free
Paolo Abeni (1): net/ulp: prevent ULP without clone op from entering the LISTEN status
Rafael J. Wysocki (1): ACPICA: Fix error code path in acpi_ds_call_control_method()
Sascha Hauer (1): PCI/sysfs: Fix double free in error path
Schspa Shi (1): mrp: introduce active flags to prevent UAF when applicant uninit
Stanislav Fomichev (1): bpf: make sure skb->len != 0 when redirecting to a tunneling device
Stephen Boyd (1): pstore: Avoid kcore oops by vmap()ing with VM_IOREMAP
Subash Abhinov Kasiviswanathan (1): skbuff: Account for tail adjustment during pull operations
Ulf Hansson (1): cpuidle: dt: Return the correct numbers of parsed idle states
Volker Lendecke (1): cifs: Fix uninitialized memory read for smb311 posix symlink create
Wang ShaoBo (1): SUNRPC: Fix missing release socket in rpc_sockname()
Wang Weiyang (1): device_cgroup: Roll back to original exceptions after copy failure
Wang Yufen (2): pstore/ram: Fix error return code in ramoops_probe() binfmt: Fix error return code in load_elf_fdpic_binary()
Xiu Jianfeng (1): ima: Fix misuse of dereference of pointer in template_desc_init_fields()
Yang Jihong (1): blktrace: Fix output non-blktrace event when blk_classic option enabled
Yang Shi (1): mm: gup: fix the fast GUP race against THP collapse
Yang Yingliang (2): class: fix possible memory leak in __class_register() chardev: fix error handling in cdev_device_add()
Ye Bin (1): blk-mq: fix possible memleak when register 'hctx' failed
Yuan Can (1): perf: arm_dsu: Fix hotplug callback leak in dsu_pmu_init()
Zhang Tianci (1): ovl: Use ovl mounter's fsuid and fsgid in ovl_link()
Zhang Yiqun (1): crypto: tcrypt - Fix multibuffer skcipher speed test mem leak
Zhang Yuchen (2): ipmi: fix memleak when unload ipmi driver ipmi: fix long wait in unload when IPMI disconnect
ZhangPeng (1): pinctrl: pinconf-generic: add missing of_node_put()
delisun (1): serial: pl011: Do not clear RX FIFO & RX interrupt in unthrottle.
minoura makoto (1): SUNRPC: ensure the matching upcall is in-flight upon downcall
arch/arm64/include/asm/atomic_ll_sc.h | 2 +- arch/arm64/include/asm/atomic_lse.h | 2 +- block/blk-mq-sysfs.c | 11 ++- crypto/tcrypt.c | 9 -- drivers/acpi/acpica/dsmethod.c | 10 ++- drivers/acpi/acpica/utcopy.c | 7 -- drivers/base/class.c | 5 ++ drivers/base/dd.c | 8 +- drivers/char/ipmi/ipmi_msghandler.c | 12 ++- drivers/char/ipmi/ipmi_si_intf.c | 27 ++++-- drivers/cpuidle/dt_idle_states.c | 2 +- drivers/md/md.c | 9 +- drivers/md/raid1.c | 1 + drivers/net/bonding/bond_main.c | 2 +- drivers/pci/pci-sysfs.c | 13 ++- drivers/pci/pci.c | 2 + drivers/perf/arm_dsu_pmu.c | 6 +- drivers/pinctrl/pinconf-generic.c | 4 +- drivers/tty/serial/amba-pl011.c | 14 ++- fs/binfmt_elf_fdpic.c | 5 +- fs/char_dev.c | 2 +- fs/cifs/link.c | 1 + fs/cifs/smb2pdu.c | 15 ++-- fs/ext4/xattr.c | 4 +- fs/mbcache.c | 118 ++++++++++---------------- fs/overlayfs/dir.c | 46 ++++++---- fs/pnode.c | 2 +- fs/pstore/ram.c | 2 + fs/pstore/ram_core.c | 6 +- include/asm-generic/tlb.h | 6 ++ include/linux/mbcache.h | 33 ++++--- include/linux/sunrpc/rpc_pipe_fs.h | 5 ++ include/net/mrp.h | 1 + kernel/events/core.c | 8 +- kernel/sys.c | 2 + kernel/trace/blktrace.c | 3 +- mm/gup.c | 34 ++++++-- mm/khugepaged.c | 34 ++++++-- mm/memory.c | 1 + mm/mmu_gather.c | 5 ++ net/802/mrp.c | 18 ++-- net/core/filter.c | 11 ++- net/core/skbuff.c | 3 + net/core/stream.c | 7 +- net/ipv4/inet_connection_sock.c | 16 +++- net/sunrpc/auth_gss/auth_gss.c | 19 ++++- net/sunrpc/auth_gss/svcauth_gss.c | 4 +- net/sunrpc/clnt.c | 2 +- security/device_cgroup.c | 33 ++++++- security/integrity/ima/ima_template.c | 9 +- 50 files changed, 406 insertions(+), 195 deletions(-)