diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-04-16 11:57:53 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-04-16 11:57:53 +0200 |
commit | cf256fbcbe347b7d0ff58fe2dfa382a156bd3694 (patch) | |
tree | d63475166ddab672126622a1d72a27f6b6723ff5 | |
parent | bea39f1eed7225ea332eb4dae7620e40b1985636 (diff) | |
download | linux-stable-4.14.231.tar.gz (sig) linux-stable-4.14.231.tar.bz2 (sig) linux-stable-4.14.231.zip |
Linux 4.14.231v4.14.231
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Jason Self <jason@bluehome.net>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Link: https://lore.kernel.org/r/20210415144414.464797272@linuxfoundation.org
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 = 230 +SUBLEVEL = 231 EXTRAVERSION = NAME = Petit Gorille |