diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-12-21 13:28:21 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-12-21 13:28:21 +0100 |
commit | a60d1a8fea7579778cac14894e360a12365100e2 (patch) | |
tree | ab60fad0a08bd3ceeee5efbd49340e1790efafd9 | |
parent | 17678a355a74b0c92ae71e18b7bcb961bcf2b127 (diff) | |
download | linux-stable-a60d1a8fea7579778cac14894e360a12365100e2.tar.gz linux-stable-a60d1a8fea7579778cac14894e360a12365100e2.tar.bz2 linux-stable-a60d1a8fea7579778cac14894e360a12365100e2.zip |
Linux 5.9.16v5.9.16linux-5.9.y
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Link: https://lore.kernel.org/r/20201219125344.671832095@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 = 5 PATCHLEVEL = 9 -SUBLEVEL = 15 +SUBLEVEL = 16 EXTRAVERSION = NAME = Kleptomaniac Octopus |