diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-06-16 13:01:55 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-06-16 13:01:55 +0200 |
commit | 84bae26850e3b384a45f0f9a5f8b3b5983afacd8 (patch) | |
tree | 8cd16aa9829acfdf6223c634c4277c4d10745304 | |
parent | 66b7fb8b6de97d02255611eb83a0a64d88f01710 (diff) | |
download | linux-stable-84bae26850e3b384a45f0f9a5f8b3b5983afacd8.tar.gz linux-stable-84bae26850e3b384a45f0f9a5f8b3b5983afacd8.tar.bz2 linux-stable-84bae26850e3b384a45f0f9a5f8b3b5983afacd8.zip |
Linux 4.14.284v4.14.284
Link: https://lore.kernel.org/r/20220614183723.328825625@linuxfoundation.org
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
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 = 14 -SUBLEVEL = 283 +SUBLEVEL = 284 EXTRAVERSION = NAME = Petit Gorille |