diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-02-17 11:02:30 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-02-17 11:02:30 +0100 |
commit | 13b6016e96f628ac1cfb3c0b342911fd91c9c005 (patch) | |
tree | db13d3ed322f1cac397321106ed8f132122087d2 | |
parent | 90ac1981acfaf57f8976e4af8b12516532992f04 (diff) | |
download | linux-rpi-13b6016e96f628ac1cfb3c0b342911fd91c9c005.tar.gz linux-rpi-13b6016e96f628ac1cfb3c0b342911fd91c9c005.tar.bz2 linux-rpi-13b6016e96f628ac1cfb3c0b342911fd91c9c005.zip |
Linux 5.10.17v5.10.17
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Jason Self <jason@bluehome.net>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Ross Schmidt <ross.schm.dev@gmail.com>
Link: https://lore.kernel.org/r/20210215152719.459796636@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 = 10 -SUBLEVEL = 16 +SUBLEVEL = 17 EXTRAVERSION = NAME = Kleptomaniac Octopus |