diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-03-11 18:44:17 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-03-11 18:44:17 +0300 |
commit | 126ee8982bfcae6111f0fd157ee5cdd0ec7f5ca5 (patch) | |
tree | 4efd35b9f7fde8965ffd952556bf5f31edfc216f | |
parent | d03bc164f32fbe4c600e4474a11684267d890b08 (diff) | |
download | linux-126ee8982bfcae6111f0fd157ee5cdd0ec7f5ca5.tar.xz |
Linux 5.4.235v5.4.235
Link: https://lore.kernel.org/r/20230310133733.973883071@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Link: https://lore.kernel.org/r/20230311091806.500513126@linuxfoundation.org
Tested-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 5 PATCHLEVEL = 4 -SUBLEVEL = 234 +SUBLEVEL = 235 EXTRAVERSION = NAME = Kleptomaniac Octopus |