diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-01-29 10:17:07 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-01-29 10:17:07 +0100 |
commit | b86ee2b7ae42b6b37a918b66236608e2cc325f59 (patch) | |
tree | f58bb51725fadefe2829670c118938b0250cd8b5 | |
parent | e8d092a62449dcfc73517ca43963d2b8f44d0516 (diff) | |
download | linux-stable-b86ee2b7ae42b6b37a918b66236608e2cc325f59.tar.gz linux-stable-b86ee2b7ae42b6b37a918b66236608e2cc325f59.tar.bz2 linux-stable-b86ee2b7ae42b6b37a918b66236608e2cc325f59.zip |
Linux 4.14.264v4.14.264
Link: https://lore.kernel.org/r/20220127180256.764665162@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
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 = 263 +SUBLEVEL = 264 EXTRAVERSION = NAME = Petit Gorille |