diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-02-22 14:50:42 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-02-22 14:50:42 +0300 |
commit | 64121e2adf7d6fe2e684eec09ec9b9986d951d42 (patch) | |
tree | 163c39acb97205b147d33f35f7b14a16fccd9970 | |
parent | 8b47e324af717ea0dbde257b0a84042982746404 (diff) | |
download | linux-64121e2adf7d6fe2e684eec09ec9b9986d951d42.tar.xz |
Linux 5.4.232v5.4.232
Link: https://lore.kernel.org/r/20230220133602.515342638@linuxfoundation.org
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Hulk Robot <hulkrobot@huawei.com>
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 = 231 +SUBLEVEL = 232 EXTRAVERSION = NAME = Kleptomaniac Octopus |