diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-04-28 13:19:16 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-04-28 13:19:16 +0200 |
commit | 19bfeb47e96bb342d8c43a8ba0e68baf053b0dfc (patch) | |
tree | f8a147a90eef7b42ee0f36b0ae84489cb1060343 /Makefile | |
parent | af7099bad49591675a9b14bb48437bc6b53b4435 (diff) | |
download | linux-stable-19bfeb47e96bb342d8c43a8ba0e68baf053b0dfc.tar.gz linux-stable-19bfeb47e96bb342d8c43a8ba0e68baf053b0dfc.tar.bz2 linux-stable-19bfeb47e96bb342d8c43a8ba0e68baf053b0dfc.zip |
Linux 5.4.115v5.4.115
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Jason Self <jason@bluehome.net>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Hulk Robot <hulkrobot@huawei.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Link: https://lore.kernel.org/r/20210426072816.686976183@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 = 114 +SUBLEVEL = 115 EXTRAVERSION = NAME = Kleptomaniac Octopus |