diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-05-22 11:38:30 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-05-22 11:38:30 +0200 |
commit | b239a0365b9339ad5e276ed9cb4605963c2d939a (patch) | |
tree | 423c6346e505b23c90696347a1a143d27b1b717b /Makefile | |
parent | b63a8e5b4a25f897edb1bff9e8efda001237a8a0 (diff) | |
download | linux-stable-b239a0365b9339ad5e276ed9cb4605963c2d939a.tar.gz linux-stable-b239a0365b9339ad5e276ed9cb4605963c2d939a.tar.bz2 linux-stable-b239a0365b9339ad5e276ed9cb4605963c2d939a.zip |
Linux 5.4.121v5.4.121
Link: https://lore.kernel.org/r/20210520092052.265851579@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Jason Self <jason@bluehome.net>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
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 = 120 +SUBLEVEL = 121 EXTRAVERSION = NAME = Kleptomaniac Octopus |