diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-03-24 11:26:46 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-03-24 11:26:46 +0100 |
commit | b90344f7d6000deba0709d75225f30cbf79ec2f0 (patch) | |
tree | 56f02cf67ddd3a812cb769181679f25404a7a972 /Makefile | |
parent | 819eb4d7a85e5b11da8596f01b1f2c53bc3211b2 (diff) | |
download | linux-stable-b90344f7d6000deba0709d75225f30cbf79ec2f0.tar.gz linux-stable-b90344f7d6000deba0709d75225f30cbf79ec2f0.tar.bz2 linux-stable-b90344f7d6000deba0709d75225f30cbf79ec2f0.zip |
Linux 5.4.108v5.4.108
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: Jason Self <jason@bluehome.net>
Tested-by: Hulk Robot <hulkrobot@huawei.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Link: https://lore.kernel.org/r/20210322121922.372583154@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 = 107 +SUBLEVEL = 108 EXTRAVERSION = NAME = Kleptomaniac Octopus |