From: Yu Changchun
These patches are related with the following CVEs:
CVE-2021-39685
CVE-2021-4083
CVE-2021-4155
CVE-2021-4197
CVE-2021-4202
CVE-2021-44733
CVE-2021-45095
CVE-2021-45469
CVE-2021-45480
---------------------------------------------------
Bongsu Jeon (1):
net: nfc: nci: Change the NCI close sequence
Chao Yu (1):
f2fs: fix to do sanity check on last xattr entry in __f2fs_setxattr()
Darrick J. Wong (1):
xfs: map unwritten blocks in XFS_IOC_{ALLOC,FREE}SP just like
fallocate
Greg Kroah-Hartman (2):
USB: gadget: detect too-big endpoint 0 requests
USB: gadget: bRequestType is a bitfield, not a enum
Hangyu Hua (2):
phonet: refcount leak in pep_sock_accep
rds: memory leak in __rds_conn_create()
Hui Su (1):
cgroup/cgroup.c: replace 'of->kn->priv' with of_cft()
Jens Wiklander (1):
tee: handle lookup of shm with reference count 0
Lin Ma (4):
NFC: reorganize the functions in nci_request
NFC: reorder the logic in nfc_{un,}register_device
NFC: add NCI_UNREG flag to eliminate the race
NFC: add necessary privilege flags in netlink layer
Linus Torvalds (1):
fget: check that the fd still exists after getting a ref to it
Michal Koutný (1):
cgroup: cgroup.{procs,threads} factor out common parts
Tejun Heo (3):
cgroup: Use open-time credentials for process migraton perm checks
cgroup: Allocate cgroup_file_ctx for kernfs_open_file->priv
cgroup: Use open-time cgroup namespace for process migration perm
checks
drivers/tee/tee_shm.c | 171 ++++++++++++------------------
drivers/usb/gadget/composite.c | 12 +++
drivers/usb/gadget/legacy/dbgp.c | 13 +++
drivers/usb/gadget/legacy/inode.c | 16 ++-
fs/f2fs/xattr.c | 11 +-
fs/file.c | 4 +
fs/xfs/xfs_ioctl.c | 3 +-
include/linux/tee_drv.h | 4 +-
include/net/nfc/nci_core.h | 1 +
kernel/cgroup/cgroup-internal.h | 19 ++++
kernel/cgroup/cgroup-v1.c | 33 +++---
kernel/cgroup/cgroup.c | 147 ++++++++++++-------------
net/nfc/core.c | 32 +++---
net/nfc/nci/core.c | 34 ++++--
net/nfc/netlink.c | 15 +++
net/phonet/pep.c | 1 +
net/rds/connection.c | 1 +
17 files changed, 299 insertions(+), 218 deletions(-)
--
2.25.1