[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210901122249.520249736@linuxfoundation.org>
Date: Wed, 1 Sep 2021 14:29:08 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: linux-kernel@...r.kernel.org
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
torvalds@...ux-foundation.org, akpm@...ux-foundation.org,
linux@...ck-us.net, shuah@...nel.org, patches@...nelci.org,
lkft-triage@...ts.linaro.org, pavel@...x.de, jonathanh@...dia.com,
f.fainelli@...il.com, stable@...r.kernel.org
Subject: [PATCH 5.14 00/11] 5.14.1-rc1 review
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@...uxfoundation.org>
Linux 5.14.1-rc1
Richard Guy Briggs <rgb@...hat.com>
audit: move put_tree() to avoid trim_trees refcount underflow and UAF
Peter Collingbourne <pcc@...gle.com>
net: don't unconditionally copy_from_user a struct ifreq for socket ioctls
Eric Biggers <ebiggers@...gle.com>
ubifs: report correct st_size for encrypted symlinks
Eric Biggers <ebiggers@...gle.com>
f2fs: report correct st_size for encrypted symlinks
Eric Biggers <ebiggers@...gle.com>
ext4: report correct st_size for encrypted symlinks
Eric Biggers <ebiggers@...gle.com>
fscrypt: add fscrypt_symlink_getattr() for computing st_size
Denis Efremov <efremov@...ux.com>
Revert "floppy: reintroduce O_NDELAY fix"
Qu Wenruo <wqu@...e.com>
btrfs: fix NULL pointer dereference when deleting device by invalid id
DENG Qingfang <dqfext@...il.com>
net: dsa: mt7530: fix VLAN traffic leaks again
Pauli Virtanen <pav@....fi>
Bluetooth: btusb: check conditions before enabling USB ALT 3 for WBS
Linus Torvalds <torvalds@...ux-foundation.org>
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(-)
Powered by blists - more mailing lists