From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
torvalds@linux-foundation.org, akpm@linux-foundation.org,
linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org,
lkft-triage@lists.linaro.org, pavel@denx.de,
stable@vger.kernel.org
Subject: [PATCH 5.10 00/63] 5.10.5-rc1 review
Date: Mon, 4 Jan 2021 16:56:53 +0100 [thread overview]
Message-ID: <20210104155708.800470590@linuxfoundation.org> (raw)
This is the start of the stable review cycle for the 5.10.5 release.
There are 63 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 Wed, 06 Jan 2021 15:56:52 +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.5-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.10.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Linux 5.10.5-rc1
Dan Williams <dan.j.williams@intel.com>
device-dax: Fix range release
Chunguang Xu <brookxu@tencent.com>
ext4: avoid s_mb_prefetch to be zero in individual scenarios
Hyeongseok Kim <hyeongseok@gmail.com>
dm verity: skip verity work if I/O error when system is shutting down
Takashi Iwai <tiwai@suse.de>
ALSA: pcm: Clear the full allocated memory at hw_params
Pavel Begunkov <asml.silence@gmail.com>
io_uring: remove racy overflow list fast checks
Heiko Carstens <hca@linux.ibm.com>
s390: always clear kernel stack backchain before calling functions
Thomas Gleixner <tglx@linutronix.de>
tick/sched: Remove bogus boot "safety" check
Jake Wang <haonan.wang2@amd.com>
drm/amd/display: updated wm table for Renoir
Jeff Layton <jlayton@kernel.org>
ceph: fix inode refcount leak when ceph_fill_inode on non-I_NEW inode fails
Trond Myklebust <trond.myklebust@hammerspace.com>
NFSv4.2: Don't error when exiting early on a READ_PLUS buffer overflow
Gabriel Krisman Bertazi <krisman@collabora.com>
um: ubd: Submit all data segments atomically
Christopher Obbard <chris.obbard@collabora.com>
um: random: Register random as hwrng-core device
Zhang Qilong <zhangqilong3@huawei.com>
watchdog: rti-wdt: fix reference leak in rti_wdt_probe
Eric Biggers <ebiggers@google.com>
fs/namespace.c: WARN if mnt_count has become negative
Nicholas Piggin <npiggin@gmail.com>
powerpc/64: irq replay remove decrementer overflow check
Jessica Yu <jeyu@kernel.org>
module: delay kobject uevent until after module init call
Daeho Jeong <daehojeong@google.com>
f2fs: fix race of pending_pages in decompression
Jaegeuk Kim <jaegeuk@kernel.org>
f2fs: avoid race condition for shrinker count
Trond Myklebust <trond.myklebust@hammerspace.com>
NFSv4: Fix a pNFS layout related use-after-free race when freeing the inode
Qinglang Miao <miaoqinglang@huawei.com>
i3c master: fix missing destroy_workqueue() on error in i3c_master_register
Qinglang Miao <miaoqinglang@huawei.com>
powerpc: sysdev: add missing iounmap() on error in mpic_msgr_probe()
Zheng Liang <zhengliang6@huawei.com>
rtc: pl031: fix resource leak in pl031_probe
Jan Kara <jack@suse.cz>
quota: Don't overflow quota file offsets
Miroslav Benes <mbenes@suse.cz>
module: set MODULE_STATE_GOING state when a module fails to load
Dinghao Liu <dinghao.liu@zju.edu.cn>
rtc: sun6i: Fix memleak in sun6i_rtc_clk_init
Xiaoguang Wang <xiaoguang.wang@linux.alibaba.com>
io_uring: check kthread stopped flag when sq thread is unparked
Boqun Feng <boqun.feng@gmail.com>
fcntl: Fix potential deadlock in send_sig{io, urg}()
Theodore Ts'o <tytso@mit.edu>
ext4: check for invalid block size early when mounting a file system
Randy Dunlap <rdunlap@infradead.org>
bfs: don't use WARNING: string when it's just info.
Takashi Iwai <tiwai@suse.de>
ALSA: rawmidi: Access runtime->avail always in spinlock
Takashi Iwai <tiwai@suse.de>
ALSA: seq: Use bool for snd_seq_queue internal flags
Chao Yu <chao@kernel.org>
f2fs: fix shift-out-of-bounds in sanity_check_raw_super()
Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
media: gp8psk: initialize stats at power control logic
Anant Thazhemadam <anant.thazhemadam@gmail.com>
misc: vmw_vmci: fix kernel info-leak by initializing dbells in vmci_ctx_get_chkpt_doorbells()
Rustam Kovhaev <rkovhaev@gmail.com>
reiserfs: add check for an invalid ih_entry_count
Daniel Vetter <daniel.vetter@ffwll.ch>
fbcon: Disable accelerated scrolling
Anant Thazhemadam <anant.thazhemadam@gmail.com>
Bluetooth: hci_h5: close serdev device and free hu in h5_close
Randy Dunlap <rdunlap@infradead.org>
scsi: cxgb4i: Fix TLS dependency
Randy Dunlap <rdunlap@infradead.org>
zlib: move EXPORT_SYMBOL() and MODULE_LICENSE() out of dfltcc_syms.c
Qinglang Miao <miaoqinglang@huawei.com>
cgroup: Fix memory leak when parsing multiple source parameters
Arnaldo Carvalho de Melo <acme@redhat.com>
tools headers UAPI: Sync linux/const.h with the kernel headers
Petr Vorel <petr.vorel@gmail.com>
uapi: move constants from <linux/kernel.h> to <linux/const.h>
Pavel Begunkov <asml.silence@gmail.com>
kernel/io_uring: cancel io_uring before task works
Pavel Begunkov <asml.silence@gmail.com>
io_uring: fix io_sqe_files_unregister() hangs
Pavel Begunkov <asml.silence@gmail.com>
io_uring: add a helper for setting a ref node
Jens Axboe <axboe@kernel.dk>
io_uring: use bottom half safe lock for fixed file data
Jens Axboe <axboe@kernel.dk>
io_uring: don't assume mm is constant across submits
Ilya Leoshkevich <iii@linux.ibm.com>
lib/zlib: fix inflating zlib streams on s390
Baoquan He <bhe@redhat.com>
mm: memmap defer init doesn't work as expected
Mike Kravetz <mike.kravetz@oracle.com>
mm/hugetlb: fix deadlock in hugetlb_cow error path
Bart Van Assche <bvanassche@acm.org>
scsi: block: Fix a race in the runtime power management code
Viresh Kumar <viresh.kumar@linaro.org>
opp: Call the missing clk_put() on error
Quanyang Wang <quanyang.wang@windriver.com>
opp: fix memory leak in _allocate_opp_table
Serge Semin <Sergey.Semin@baikalelectronics.ru>
spi: dw-bt1: Fix undefined devm_mux_control_get symbol
Jamie Iles <jamie@nuviainc.com>
jffs2: Fix NULL pointer dereference in rp_size fs option parsing
lizhe <lizhe67@huawei.com>
jffs2: Allow setting rp_size to zero during remounting
Pavel Begunkov <asml.silence@gmail.com>
io_uring: close a small race gap for files cancel
Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
drm/amd/display: Add get_dig_frontend implementation for DCEx
Kevin Vigor <kvigor@gmail.com>
md/raid10: initialize r10_bio->read_slot before use.
Michal Kubecek <mkubecek@suse.cz>
ethtool: fix string set id check
Ivan Vecera <ivecera@redhat.com>
ethtool: fix error paths in ethnl_set_channels()
Paolo Abeni <pabeni@redhat.com>
mptcp: fix security context on server socket
Davide Caratti <dcaratti@redhat.com>
net/sched: sch_taprio: reset child qdiscs before freeing them
-------------
Diffstat:
Documentation/gpu/todo.rst | 18 ++
Makefile | 4 +-
arch/ia64/mm/init.c | 4 +-
arch/powerpc/kernel/irq.c | 53 +-----
arch/powerpc/kernel/time.c | 9 +-
arch/powerpc/platforms/powernv/opal.c | 2 +-
arch/powerpc/sysdev/mpic_msgr.c | 2 +-
arch/s390/kernel/entry.S | 12 +-
arch/um/drivers/random.c | 101 +++--------
arch/um/drivers/ubd_kern.c | 191 +++++++++++++--------
block/blk-pm.c | 15 +-
drivers/bluetooth/hci_h5.c | 8 +-
drivers/char/hw_random/Kconfig | 16 +-
drivers/dax/bus.c | 44 +++--
.../drm/amd/display/dc/clk_mgr/dcn21/rn_clk_mgr.c | 12 +-
.../gpu/drm/amd/display/dc/dce/dce_link_encoder.c | 44 ++++-
.../gpu/drm/amd/display/dc/dce/dce_link_encoder.h | 2 +
drivers/i3c/master.c | 5 +-
drivers/md/dm-verity-target.c | 12 +-
drivers/md/raid10.c | 3 +-
drivers/media/usb/dvb-usb/gp8psk.c | 2 +-
drivers/misc/vmw_vmci/vmci_context.c | 2 +-
drivers/opp/core.c | 9 +-
drivers/rtc/rtc-pl031.c | 6 +-
drivers/rtc/rtc-sun6i.c | 8 +-
drivers/scsi/cxgbi/cxgb4i/Kconfig | 1 +
drivers/spi/Kconfig | 3 +-
drivers/video/fbdev/core/fbcon.c | 45 +----
drivers/watchdog/rti_wdt.c | 4 +-
fs/bfs/inode.c | 2 +-
fs/ceph/inode.c | 2 +
fs/ext4/mballoc.c | 9 +-
fs/ext4/super.c | 40 ++---
fs/f2fs/checkpoint.c | 2 +-
fs/f2fs/compress.c | 2 -
fs/f2fs/data.c | 58 +++++--
fs/f2fs/debug.c | 11 +-
fs/f2fs/f2fs.h | 11 +-
fs/f2fs/node.c | 29 ++--
fs/f2fs/node.h | 4 +-
fs/f2fs/shrinker.c | 4 +-
fs/f2fs/super.c | 9 +-
fs/fcntl.c | 10 +-
fs/file.c | 2 -
fs/io_uring.c | 91 ++++++----
fs/jffs2/jffs2_fs_sb.h | 1 +
fs/jffs2/super.c | 17 +-
fs/namespace.c | 9 +-
fs/nfs/nfs42xdr.c | 36 ++--
fs/nfs/nfs4super.c | 2 +-
fs/nfs/pnfs.c | 33 +++-
fs/nfs/pnfs.h | 5 +
fs/pnode.h | 2 +-
fs/quota/quota_tree.c | 8 +-
fs/reiserfs/stree.c | 6 +
include/linux/mm.h | 5 +-
include/uapi/linux/const.h | 5 +
include/uapi/linux/ethtool.h | 2 +-
include/uapi/linux/kernel.h | 9 +-
include/uapi/linux/lightnvm.h | 2 +-
include/uapi/linux/mroute6.h | 2 +-
include/uapi/linux/netfilter/x_tables.h | 2 +-
include/uapi/linux/netlink.h | 2 +-
include/uapi/linux/sysctl.h | 2 +-
kernel/cgroup/cgroup-v1.c | 2 +
kernel/exit.c | 2 +
kernel/module.c | 6 +-
kernel/time/tick-sched.c | 7 -
lib/zlib_dfltcc/Makefile | 2 +-
lib/zlib_dfltcc/dfltcc.c | 6 +-
lib/zlib_dfltcc/dfltcc_deflate.c | 3 +
lib/zlib_dfltcc/dfltcc_inflate.c | 4 +-
lib/zlib_dfltcc/dfltcc_syms.c | 17 --
mm/hugetlb.c | 22 ++-
mm/memory_hotplug.c | 2 +-
mm/page_alloc.c | 8 +-
net/ethtool/channels.c | 6 +-
net/ethtool/strset.c | 2 +-
net/mptcp/protocol.c | 2 +
net/sched/sch_taprio.c | 17 +-
sound/core/pcm_native.c | 9 +-
sound/core/rawmidi.c | 49 ++++--
sound/core/seq/seq_queue.h | 8 +-
tools/include/uapi/linux/const.h | 5 +
84 files changed, 713 insertions(+), 539 deletions(-)
next reply other threads:[~2021-01-04 16:03 UTC|newest]
Thread overview: 75+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-04 15:56 Greg Kroah-Hartman [this message]
2021-01-04 15:56 ` [PATCH 5.10 01/63] net/sched: sch_taprio: reset child qdiscs before freeing them Greg Kroah-Hartman
2021-01-04 22:58 ` Sasha Levin
2021-01-04 23:06 ` Jakub Kicinski
2021-01-04 15:56 ` [PATCH 5.10 02/63] mptcp: fix security context on server socket Greg Kroah-Hartman
2021-01-04 15:56 ` [PATCH 5.10 03/63] ethtool: fix error paths in ethnl_set_channels() Greg Kroah-Hartman
2021-01-04 15:56 ` [PATCH 5.10 04/63] ethtool: fix string set id check Greg Kroah-Hartman
2021-01-04 15:56 ` [PATCH 5.10 05/63] md/raid10: initialize r10_bio->read_slot before use Greg Kroah-Hartman
2021-01-04 15:56 ` [PATCH 5.10 06/63] drm/amd/display: Add get_dig_frontend implementation for DCEx Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 07/63] io_uring: close a small race gap for files cancel Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 08/63] jffs2: Allow setting rp_size to zero during remounting Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 09/63] jffs2: Fix NULL pointer dereference in rp_size fs option parsing Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 10/63] spi: dw-bt1: Fix undefined devm_mux_control_get symbol Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 11/63] opp: fix memory leak in _allocate_opp_table Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 12/63] opp: Call the missing clk_put() on error Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 13/63] scsi: block: Fix a race in the runtime power management code Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 14/63] mm/hugetlb: fix deadlock in hugetlb_cow error path Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 15/63] mm: memmap defer init doesnt work as expected Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 16/63] lib/zlib: fix inflating zlib streams on s390 Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 17/63] io_uring: dont assume mm is constant across submits Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 18/63] io_uring: use bottom half safe lock for fixed file data Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 19/63] io_uring: add a helper for setting a ref node Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 20/63] io_uring: fix io_sqe_files_unregister() hangs Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 21/63] kernel/io_uring: cancel io_uring before task works Greg Kroah-Hartman
2021-01-04 16:06 ` Pavel Begunkov
2021-01-04 17:43 ` Sasha Levin
2021-01-04 15:57 ` [PATCH 5.10 22/63] uapi: move constants from <linux/kernel.h> to <linux/const.h> Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 23/63] tools headers UAPI: Sync linux/const.h with the kernel headers Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 24/63] cgroup: Fix memory leak when parsing multiple source parameters Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 25/63] zlib: move EXPORT_SYMBOL() and MODULE_LICENSE() out of dfltcc_syms.c Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 26/63] scsi: cxgb4i: Fix TLS dependency Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 27/63] Bluetooth: hci_h5: close serdev device and free hu in h5_close Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 28/63] fbcon: Disable accelerated scrolling Greg Kroah-Hartman
2021-01-07 8:13 ` Geert Uytterhoeven
2021-01-04 15:57 ` [PATCH 5.10 29/63] reiserfs: add check for an invalid ih_entry_count Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 30/63] misc: vmw_vmci: fix kernel info-leak by initializing dbells in vmci_ctx_get_chkpt_doorbells() Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 31/63] media: gp8psk: initialize stats at power control logic Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 32/63] f2fs: fix shift-out-of-bounds in sanity_check_raw_super() Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 33/63] ALSA: seq: Use bool for snd_seq_queue internal flags Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 34/63] ALSA: rawmidi: Access runtime->avail always in spinlock Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 35/63] bfs: dont use WARNING: string when its just info Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 36/63] ext4: check for invalid block size early when mounting a file system Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 37/63] fcntl: Fix potential deadlock in send_sig{io, urg}() Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 38/63] io_uring: check kthread stopped flag when sq thread is unparked Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 39/63] rtc: sun6i: Fix memleak in sun6i_rtc_clk_init Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 40/63] module: set MODULE_STATE_GOING state when a module fails to load Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 41/63] quota: Dont overflow quota file offsets Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 42/63] rtc: pl031: fix resource leak in pl031_probe Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 43/63] powerpc: sysdev: add missing iounmap() on error in mpic_msgr_probe() Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 44/63] i3c master: fix missing destroy_workqueue() on error in i3c_master_register Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 45/63] NFSv4: Fix a pNFS layout related use-after-free race when freeing the inode Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 46/63] f2fs: avoid race condition for shrinker count Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 47/63] f2fs: fix race of pending_pages in decompression Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 48/63] module: delay kobject uevent until after module init call Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 49/63] powerpc/64: irq replay remove decrementer overflow check Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 50/63] fs/namespace.c: WARN if mnt_count has become negative Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 51/63] watchdog: rti-wdt: fix reference leak in rti_wdt_probe Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 52/63] um: random: Register random as hwrng-core device Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 53/63] um: ubd: Submit all data segments atomically Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 54/63] NFSv4.2: Dont error when exiting early on a READ_PLUS buffer overflow Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 55/63] ceph: fix inode refcount leak when ceph_fill_inode on non-I_NEW inode fails Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 56/63] drm/amd/display: updated wm table for Renoir Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 57/63] tick/sched: Remove bogus boot "safety" check Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 58/63] s390: always clear kernel stack backchain before calling functions Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 59/63] io_uring: remove racy overflow list fast checks Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 60/63] ALSA: pcm: Clear the full allocated memory at hw_params Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 61/63] dm verity: skip verity work if I/O error when system is shutting down Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 62/63] ext4: avoid s_mb_prefetch to be zero in individual scenarios Greg Kroah-Hartman
2021-01-04 15:57 ` [PATCH 5.10 63/63] device-dax: Fix range release Greg Kroah-Hartman
2021-01-05 6:06 ` [PATCH 5.10 00/63] 5.10.5-rc1 review Daniel Díaz
2021-01-05 12:55 ` Jeffrin Jose T
2021-01-05 13:05 ` Greg Kroah-Hartman
2021-01-06 18:43 ` Jeffrin Jose T
2021-01-05 16:38 ` Shuah Khan
2021-01-05 18:17 ` Guenter Roeck
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210104155708.800470590@linuxfoundation.org \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=lkft-triage@lists.linaro.org \
--cc=patches@kernelci.org \
--cc=pavel@denx.de \
--cc=shuah@kernel.org \
--cc=stable@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox