diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-09-26 14:07:14 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-09-26 14:07:14 +0200 |
commit | e74e2950a0d6f800858e54860d7124c86e494f62 (patch) | |
tree | a81f7f4b202a02a0ccb78012ef00b7e16928748c | |
parent | 382526348612be42873ec92bc4948996bd421c07 (diff) | |
download | linux-stable-5.4.149.tar.gz (sig) linux-stable-5.4.149.tar.bz2 (sig) linux-stable-5.4.149.zip |
Linux 5.4.149v5.4.149
Link: https://lore.kernel.org/r/20210924124332.229289734@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Link: https://lore.kernel.org/r/20210925120748.206179334@linuxfoundation.org
Tested-by: Guenter Roeck <linux@roeck-us.net>
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 = 148 +SUBLEVEL = 149 EXTRAVERSION = NAME = Kleptomaniac Octopus |