From: Greg Kroah-Hartman gregkh@linuxfoundation.org
Merge 90 patches from 4.19.141 stable branch (91 total) beside 1 already merged patches: 54a7a9d75c072 PCI: Probe bridge window attributes once at enumeration-time
Tested-by: Guenter Roeck linux@roeck-us.net Tested-by: Shuah Khan skhan@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 c5ee1c10a39c8..5b64e11419846 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 140 +SUBLEVEL = 141 EXTRAVERSION = NAME = "People's Front"