diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-03-30 14:37:03 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-03-30 14:37:03 +0200 |
commit | 2034d6f0838e465dd8f120c4e946d8444b4bb5df (patch) | |
tree | 35401a67bfc38a381bd1f2930552c7943ed7bfa1 | |
parent | 16356ddb587867c2a5ab85407eeb75f2b8818207 (diff) | |
download | linux-stable-2034d6f0838e465dd8f120c4e946d8444b4bb5df.tar.gz linux-stable-2034d6f0838e465dd8f120c4e946d8444b4bb5df.tar.bz2 linux-stable-2034d6f0838e465dd8f120c4e946d8444b4bb5df.zip |
Linux 4.19.184v4.19.184
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Jason Self <jason@bluehome.net>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Link: https://lore.kernel.org/r/20210329075610.300795746@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 = 4 PATCHLEVEL = 19 -SUBLEVEL = 183 +SUBLEVEL = 184 EXTRAVERSION = NAME = "People's Front" |