diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-08-18 10:07:08 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-08-18 10:07:08 +0300 |
commit | f428e49b8cb1fbd9b4b4b29ea31b6991d2ff7de1 (patch) | |
tree | cab882fd8387301c42ca9c2828c4e556346ff88a | |
parent | 639a033fd765ed473dfee27028df5ccbe1038a2e (diff) | |
download | linux-5.13.12.tar.xz (sig) |
Linux 5.13.12v5.13.12
Link: https://lore.kernel.org/r/20210816125444.082226187@linuxfoundation.org
Tested-by: Fox Chen <foxhlchen@gmail.com>
Link: https://lore.kernel.org/r/20210816171414.653076979@linuxfoundation.org
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Fox Chen <foxhlchen@gmail.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
-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 = 13 -SUBLEVEL = 11 +SUBLEVEL = 12 EXTRAVERSION = NAME = Opossums on Parade |