diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-12-14 11:30:48 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-12-14 11:30:48 +0100 |
commit | 66bb2e2b24ce52819a7070d3a3255726cb946b69 (patch) | |
tree | 2af9d46cbf4ee2249aea2dbdbb6d74848b83a64b /Makefile | |
parent | 898270ec11be7d765085fd7d624b3254cb85974f (diff) | |
download | linux-stable-66bb2e2b24ce52819a7070d3a3255726cb946b69.tar.gz linux-stable-66bb2e2b24ce52819a7070d3a3255726cb946b69.tar.bz2 linux-stable-66bb2e2b24ce52819a7070d3a3255726cb946b69.zip |
Linux 5.4.227v5.4.227
Link: https://lore.kernel.org/r/20221212130917.599345531@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
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 = 5 PATCHLEVEL = 4 -SUBLEVEL = 226 +SUBLEVEL = 227 EXTRAVERSION = NAME = Kleptomaniac Octopus |