diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-01-27 09:01:02 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-01-27 09:01:02 +0100 |
commit | bbb957e1bd4a337c0d10d599d284a7475bca47cb (patch) | |
tree | 4ec68213cbef54c74835e528bcc92889a8a48086 | |
parent | d5e6dff8c92943a2719fa5415cc3d333e57d5d90 (diff) | |
download | linux-stable-bbb957e1bd4a337c0d10d599d284a7475bca47cb.tar.gz linux-stable-bbb957e1bd4a337c0d10d599d284a7475bca47cb.tar.bz2 linux-stable-bbb957e1bd4a337c0d10d599d284a7475bca47cb.zip |
Linux 4.14.263v4.14.263
Link: https://lore.kernel.org/r/20220124183937.101330125@linuxfoundation.org
Link: https://lore.kernel.org/r/20220125155257.311556629@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.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 = 4 PATCHLEVEL = 14 -SUBLEVEL = 262 +SUBLEVEL = 263 EXTRAVERSION = NAME = Petit Gorille |