diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-02-13 13:51:16 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-02-13 13:51:16 +0100 |
commit | 255b58a2b3af0baa0ee11507390349217b8b73b0 (patch) | |
tree | 639ffd80a6313dce305d5cd0529f951675f8c468 | |
parent | 9dcaae42b61d8106056f027c4a09f443af0a6c7f (diff) | |
download | linux-rt-255b58a2b3af0baa0ee11507390349217b8b73b0.tar.gz |
Linux 4.19.176v4.19.176
Tested-by: Jason Self <jason@bluehome.net>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Ross Schmidt <ross.schm.dev@gmail.com>
Link: https://lore.kernel.org/r/20210212074240.963766197@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 = 4 PATCHLEVEL = 19 -SUBLEVEL = 175 +SUBLEVEL = 176 EXTRAVERSION = NAME = "People's Front" |