diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-11-10 12:39:11 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-11-10 12:39:11 +0100 |
commit | 839e9e06c834ab488744eaa91f092c8b1ea0a139 (patch) | |
tree | 52a67fcea02390ca916eb0f23fd10f9634ac765e /Makefile | |
parent | 85669bd0f0641edf3e8afd90256a3f34bde7bb70 (diff) | |
download | linux-stable-839e9e06c834ab488744eaa91f092c8b1ea0a139.tar.gz linux-stable-839e9e06c834ab488744eaa91f092c8b1ea0a139.tar.bz2 linux-stable-839e9e06c834ab488744eaa91f092c8b1ea0a139.zip |
Linux 5.9.7v5.9.7
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Jeffrin Jose T <jeffrin@rajagiritech.edu.in>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Link: https://lore.kernel.org/r/20201109125030.706496283@linuxfoundation.org
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 = 5 PATCHLEVEL = 9 -SUBLEVEL = 6 +SUBLEVEL = 7 EXTRAVERSION = NAME = Kleptomaniac Octopus |