diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-03-20 10:39:47 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-03-20 10:39:47 +0100 |
commit | a65e788634437d7cdaf402930acdf210000f3957 (patch) | |
tree | 2dab75f05ef4f7c45508b8047eb54a99b4fc78e7 /Makefile | |
parent | 5161cc4350dedb04c6aaf4e26bd31067047a55ea (diff) | |
download | linux-stable-a65e788634437d7cdaf402930acdf210000f3957.tar.gz linux-stable-a65e788634437d7cdaf402930acdf210000f3957.tar.bz2 linux-stable-a65e788634437d7cdaf402930acdf210000f3957.zip |
Linux 5.4.107v5.4.107
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Jason Self <jason@bluehome.net>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Link: https://lore.kernel.org/r/20210319121745.449875976@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 = 106 +SUBLEVEL = 107 EXTRAVERSION = NAME = Kleptomaniac Octopus |