[PATCH 5.14 00/11] 5.14.1-rc1 review

From: Greg Kroah-Hartman
Date: Wed Sep 01 2021 - 08:55:40 EST


This is the start of the stable review cycle for the 5.14.1 release.
There are 11 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 Fri, 03 Sep 2021 12:22:41 +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.14.1-rc1.gz
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.14.y
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Linux 5.14.1-rc1

Richard Guy Briggs <rgb@xxxxxxxxxx>
audit: move put_tree() to avoid trim_trees refcount underflow and UAF

Peter Collingbourne <pcc@xxxxxxxxxx>
net: don't unconditionally copy_from_user a struct ifreq for socket ioctls

Eric Biggers <ebiggers@xxxxxxxxxx>
ubifs: report correct st_size for encrypted symlinks

Eric Biggers <ebiggers@xxxxxxxxxx>
f2fs: report correct st_size for encrypted symlinks

Eric Biggers <ebiggers@xxxxxxxxxx>
ext4: report correct st_size for encrypted symlinks

Eric Biggers <ebiggers@xxxxxxxxxx>
fscrypt: add fscrypt_symlink_getattr() for computing st_size

Denis Efremov <efremov@xxxxxxxxx>
Revert "floppy: reintroduce O_NDELAY fix"

Qu Wenruo <wqu@xxxxxxxx>
btrfs: fix NULL pointer dereference when deleting device by invalid id

DENG Qingfang <dqfext@xxxxxxxxx>
net: dsa: mt7530: fix VLAN traffic leaks again

Pauli Virtanen <pav@xxxxxx>
Bluetooth: btusb: check conditions before enabling USB ALT 3 for WBS

Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
vt_kdsetmode: extend console locking


-------------

Diffstat:

Makefile | 4 ++--
drivers/block/floppy.c | 30 +++++++++++++++---------------
drivers/bluetooth/btusb.c | 22 ++++++++++++++--------
drivers/net/dsa/mt7530.c | 5 +----
drivers/tty/vt/vt_ioctl.c | 10 ++++++----
fs/btrfs/volumes.c | 2 +-
fs/crypto/hooks.c | 44 ++++++++++++++++++++++++++++++++++++++++++++
fs/ext4/symlink.c | 12 +++++++++++-
fs/f2fs/namei.c | 12 +++++++++++-
fs/ubifs/file.c | 13 ++++++++++++-
include/linux/fscrypt.h | 7 +++++++
include/linux/netdevice.h | 4 ++++
kernel/audit_tree.c | 2 +-
net/socket.c | 6 +++++-
14 files changed, 134 insertions(+), 39 deletions(-)