diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-03-02 11:34:01 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-03-02 11:34:01 +0100 |
commit | e853993d29aa42ac4b3c2912db975a0a66d7a5b0 (patch) | |
tree | a808b4fecd812d30fc7e8e0fb72a5950d3e76c44 /Makefile | |
parent | 53f252281666d4f917444c96fce35ab7621638ff (diff) | |
download | linux-rt-e853993d29aa42ac4b3c2912db975a0a66d7a5b0.tar.gz |
Linux 4.14.269v4.14.269
Link: https://lore.kernel.org/r/20220228172159.515152296@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>
Tested-by: Slade Watkins <slade@sladewatkins.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Makefile')
-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 = 268 +SUBLEVEL = 269 EXTRAVERSION = NAME = Petit Gorille |