diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-03-07 12:20:50 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-03-07 12:20:50 +0100 |
commit | c4ca4659678e07f0a14b3b143f6fb746efe11f88 (patch) | |
tree | 520727dd830277bc4992119de45920a8edebbbb4 | |
parent | 47478db9ad2193c43ef0a8232b21eca524a06d4d (diff) | |
download | linux-stable-c4ca4659678e07f0a14b3b143f6fb746efe11f88.tar.gz linux-stable-c4ca4659678e07f0a14b3b143f6fb746efe11f88.tar.bz2 linux-stable-c4ca4659678e07f0a14b3b143f6fb746efe11f88.zip |
Linux 5.4.103v5.4.103
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Jason Self <jason@bluehome.net>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Hulk Robot <hulkci@huawei.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Link: https://lore.kernel.org/r/20210305120857.341630346@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-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 = 102 +SUBLEVEL = 103 EXTRAVERSION = NAME = Kleptomaniac Octopus |