diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-05-19 10:08:33 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-05-19 10:08:33 +0200 |
commit | e05d387ba736bcabe414b0aa05831d151ac40385 (patch) | |
tree | 9f2f4a23169370f84250265aeb856162dbd10539 /Makefile | |
parent | 7f4ac21468b034b1ff120a08bb60af618e946d42 (diff) | |
download | linux-stable-e05d387ba736bcabe414b0aa05831d151ac40385.tar.gz linux-stable-e05d387ba736bcabe414b0aa05831d151ac40385.tar.bz2 linux-stable-e05d387ba736bcabe414b0aa05831d151ac40385.zip |
Linux 5.4.120v5.4.120
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Jason Self <jason@bluehome.net>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Hulk Robot <hulkrobot@huawei.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20210517140242.729269392@linuxfoundation.org
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 = 119 +SUBLEVEL = 120 EXTRAVERSION = NAME = Kleptomaniac Octopus |