diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-03-03 11:41:49 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-03-03 11:41:49 +0100 |
commit | a103859aaa718cf13cb5f55c3a33512dbab613f7 (patch) | |
tree | c9e5c83d415055c3deba1a8d8f980ba16e644998 /Makefile | |
parent | a1e89c8b29d003a20ed2dae6bdae1598d1f23e42 (diff) | |
download | linux-stable-a103859aaa718cf13cb5f55c3a33512dbab613f7.tar.gz linux-stable-a103859aaa718cf13cb5f55c3a33512dbab613f7.tar.bz2 linux-stable-a103859aaa718cf13cb5f55c3a33512dbab613f7.zip |
Linux 5.4.234v5.4.234
Link: https://lore.kernel.org/r/20230301180651.177668495@linuxfoundation.org
Tested-by: Slade Watkins <srw@sladewatkins.net>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
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 = 5 PATCHLEVEL = 4 -SUBLEVEL = 233 +SUBLEVEL = 234 EXTRAVERSION = NAME = Kleptomaniac Octopus |