From: Greg Kroah-Hartman gregkh@linuxfoundation.org
Merge 337 patches from 4.19.164 stable branch (345 total) beside 8 already merged patches: 0c486401a3db irqchip/gic-v3-its: Unconditionally save/restore the ITS state on suspend c7e31b2fecfe jfs: Fix array index bounds check in dbAdjTree 014ee1c7d184 xen-blkback: set ring->xenblkd to NULL after kthread_stop() 9039eb22f995 xen/xenbus: Allow watches discard events before queueing 3a36e4af694a xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path() b88c52d02e16 xen/xenbus/xen_bus_type: Support will_handle watch callback 85597c4369c9 xen/xenbus: Count pending messages for each watch be19047894c3 xenbus/xenbus_backend: Disallow pending watch messages
Tested-by: Jon Hunter jonathanh@nvidia.com Tested-by: Guenter Roeck linux@roeck-us.net Tested-by: Linux Kernel Functional Testing lkft@linaro.org Tested-by: Pavel Machek (CIP) pavel@denx.de Link: https://lore.kernel.org/r/20201228124919.745526410@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman gregkh@linuxfoundation.org --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile index 9f23c0449037..d02af6881a5f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 163 +SUBLEVEL = 164 EXTRAVERSION = NAME = "People's Front"