diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-09-26 13:37:30 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-09-26 13:37:30 +0200 |
commit | f11944f1aa1cda3fd8b4edc71e3cf9dceb40234f (patch) | |
tree | 8792158402674d196a463eba46170e1194769e2c /Makefile | |
parent | dc39ebada9e42cea16db80181789e0d0d14ce1cc (diff) | |
download | linux-rt-f11944f1aa1cda3fd8b4edc71e3cf9dceb40234f.tar.gz |
Linux 4.14.248v4.14.248
Link: https://lore.kernel.org/r/20210924124329.173674820@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Link: https://lore.kernel.org/r/20210925120745.079749171@linuxfoundation.org
Tested-by: Guenter Roeck <linux@roeck-us.net>
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 = 247 +SUBLEVEL = 248 EXTRAVERSION = NAME = Petit Gorille |