diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-05-01 18:00:38 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-05-01 18:00:38 +0300 |
commit | f4b582b9a9fdcbfea8f371110f352a0a8fbe2ef7 (patch) | |
tree | 408fff00315932e108b690831b6c66a4bf87672a /Makefile | |
parent | 455431805699e91c2fd66b7fe43db27643d9b3fd (diff) | |
download | linux-f4b582b9a9fdcbfea8f371110f352a0a8fbe2ef7.tar.xz |
Linux 4.19.241v4.19.241
Link: https://lore.kernel.org/r/20220429104048.459089941@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 240 +SUBLEVEL = 241 EXTRAVERSION = NAME = "People's Front" |