diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-04-28 14:41:51 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-04-28 14:41:51 +0300 |
commit | feaeae9aef5e0cf1c2afad3ca403f6451125c77d (patch) | |
tree | 6c46beecd8e4fe49a3966853165dfd3118909817 | |
parent | 469633d344ba25e37b317dcf687f306ebe0c2bd4 (diff) | |
download | linux-feaeae9aef5e0cf1c2afad3ca403f6451125c77d.tar.xz |
Linux 5.11.17v5.11.17
Tested-by: Fox Chen <foxhlchen@gmail.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Jason Self <jason@bluehome.net>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Link: https://lore.kernel.org/r/20210426072819.666570770@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 = 11 -SUBLEVEL = 16 +SUBLEVEL = 17 EXTRAVERSION = NAME = 💕 Valentine's Day Edition 💕 |