diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-12-14 16:49:06 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-12-14 16:49:06 +0300 |
commit | 7f70428f0109470aa9177d1a9e5ce02de736f480 (patch) | |
tree | 84fde4524fc61a0b7643d3ee900e2d0f9baf1bf5 /Makefile | |
parent | 3a99b4baff3c1daf81d05788eafc133a5a8c443b (diff) | |
download | linux-7f70428f0109470aa9177d1a9e5ce02de736f480.tar.xz |
Linux 5.4.165v5.4.165
Link: https://lore.kernel.org/r/20211213092933.250314515@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
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 = 4 -SUBLEVEL = 164 +SUBLEVEL = 165 EXTRAVERSION = NAME = Kleptomaniac Octopus |