diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-09-12 09:01:00 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-09-12 09:01:00 +0200 |
commit | d27a14321366788cef927dbe69854f34460b3f7c (patch) | |
tree | 42c5af98ba228f38c7fa716db6a394caa177943a /Makefile | |
parent | 5df96161b5e89dbffadc0b9e3feea49433d5c2eb (diff) | |
download | linux-stable-d27a14321366788cef927dbe69854f34460b3f7c.tar.gz linux-stable-d27a14321366788cef927dbe69854f34460b3f7c.tar.bz2 linux-stable-d27a14321366788cef927dbe69854f34460b3f7c.zip |
Linux 5.14.3v5.14.3
Link: https://lore.kernel.org/r/20210910122916.022815161@linuxfoundation.org
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Fox Chen <foxhlchen@gmail.com>
Tested-by: Salvatore Bonaccorso <carnil@debian.org>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Justin M. Forbes <jforbes@fedoraproject.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.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 = 14 -SUBLEVEL = 2 +SUBLEVEL = 3 EXTRAVERSION = NAME = Opossums on Parade |