diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-05-07 10:51:38 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-05-07 10:51:38 +0200 |
commit | b5dbcd05792a4bad2c9bb3c4658c854e72c444b7 (patch) | |
tree | 7e907b7fa7efa5ceee97047191d5131f46589251 /Makefile | |
parent | 0ee3bfc2c31ec4aabd542aa6b7aa6609bf40c7a1 (diff) | |
download | linux-stable-b5dbcd05792a4bad2c9bb3c4658c854e72c444b7.tar.gz linux-stable-b5dbcd05792a4bad2c9bb3c4658c854e72c444b7.tar.bz2 linux-stable-b5dbcd05792a4bad2c9bb3c4658c854e72c444b7.zip |
Linux 5.4.117v5.4.117
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Jason Self <jason@bluehome.net>
Tested-by: Hulk Robot <hulkrobot@huawei.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Link: https://lore.kernel.org/r/20210505112324.729798712@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 = 116 +SUBLEVEL = 117 EXTRAVERSION = NAME = Kleptomaniac Octopus |