diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-05-17 11:13:28 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-05-17 11:13:28 +0200 |
commit | 3f57fb8b1bd06b277556601133823bec370d723f (patch) | |
tree | bbfd041f17b698f47387d7ab6fee2895b96cbf39 /Makefile | |
parent | 90c4e02baef3eed8640c9375bd0e75bddd0ec08d (diff) | |
download | linux-stable-3f57fb8b1bd06b277556601133823bec370d723f.tar.gz linux-stable-3f57fb8b1bd06b277556601133823bec370d723f.tar.bz2 linux-stable-3f57fb8b1bd06b277556601133823bec370d723f.zip |
Linux 4.19.283v4.19.283
Link: https://lore.kernel.org/r/20230515161707.203549282@linuxfoundation.org
Tested-by: Chris Paterson (CIP) <chris.paterson2@renesas.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: Jon Hunter <jonathanh@nvidia.com>
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 = 282 +SUBLEVEL = 283 EXTRAVERSION = NAME = "People's Front" |