From: Greg Kroah-Hartman gregkh@linuxfoundation.org
stable inclusion from linux-4.19.207 commit 2950c9c5e0df6bd34af45a5168bbee345e95eae2
--------------------------------
Merge 280 patches from 4.19.207 stable branch (295 total) beside 15 already merged patches: c481607ba522e ext4: fix race writing to an inline_data file while its xattrs are changing c56350d5bd66d clk: fix build warning for orphan_list 4768973dffed4 igmp: Add ip_mc_list lock in ip_check_mc_rcu 692bae5b0a749 SUNRPC/nfs: Fix return value for nfs4_callback_compound() dd8b408964e77 mm/page_alloc: speed up the iteration of max_order dbce041ab8d1d nvme-rdma: don't update queue count when failing to set io queues 228e64bdbb1c5 bpf/verifier: per-register parent pointers 1195c579b2b3f bpf: track spill/fill of constants 91cdb5b36234e bpf: Introduce BPF nospec instruction for mitigating Spectre v4 872968502114d bpf: Fix leakage due to insufficient speculative store bypass mitigation 48669c81a6562 Bluetooth: schedule SCO timeouts with delayed_work 3f7b869c1b441 Bluetooth: avoid circular locks in sco_sock_connect 2cc559a4b9362 memcg: enable accounting for pids in nested pid namespaces 1d8d5889c3a9b dm thin metadata: Fix use-after-free in dm_bm_set_read_only e365c0137ac1b net: hns3: pad the short tunnel frame before sending to hardware
Link: https://lore.kernel.org/r/20210920163933.258815435@linuxfoundation.org Tested-by: Pavel Machek (CIP) pavel@denx.de Tested-by: Jon Hunter jonathanh@nvidia.com Tested-by: Shuah Khan skhan@linuxfoundation.org Tested-by: Sudip Mukherjee sudip.mukherjee@codethink.co.uk Tested-by: Guenter Roeck linux@roeck-us.net Tested-by: Hulk Robot hulkrobot@huawei.com Tested-by: Linux Kernel Functional Testing lkft@linaro.org Signed-off-by: Greg Kroah-Hartman gregkh@linuxfoundation.org Signed-off-by: Yang Yingliang yangyingliang@huawei.com --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile index 101fdb2f0574d..6fc17fb739512 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 206 +SUBLEVEL = 207 EXTRAVERSION = NAME = "People's Front"