diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-04-16 11:46:39 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-04-16 11:46:39 +0200 |
commit | ab3bed80f9d34641966eaa329fc7b296a21dab07 (patch) | |
tree | 502835b7c4fd7ee9d49aed5bc20fe0c965e814ea /Makefile | |
parent | 94371b6c5553ffb0ee728016a8378614d3b2ce17 (diff) | |
download | linux-stable-ab3bed80f9d34641966eaa329fc7b296a21dab07.tar.gz linux-stable-ab3bed80f9d34641966eaa329fc7b296a21dab07.tar.bz2 linux-stable-ab3bed80f9d34641966eaa329fc7b296a21dab07.zip |
Linux 5.4.113v5.4.113
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Jason Self <jason@bluehome.net>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Hulk Robot <hulkrobot@huawei.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Link: https://lore.kernel.org/r/20210415144413.055232956@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 = 112 +SUBLEVEL = 113 EXTRAVERSION = NAME = Kleptomaniac Octopus |