diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-02-11 09:10:27 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-02-11 09:10:27 +0100 |
commit | c1d3ac0c115f8cc433768778e0551b38cd4dd292 (patch) | |
tree | 77d2e0d3ded0432c3ec8df1a3ef4b3a205ae2c15 | |
parent | 1f1788616157b0222b0c2153828b475d95e374a7 (diff) | |
download | linux-stable-c1d3ac0c115f8cc433768778e0551b38cd4dd292.tar.gz linux-stable-c1d3ac0c115f8cc433768778e0551b38cd4dd292.tar.bz2 linux-stable-c1d3ac0c115f8cc433768778e0551b38cd4dd292.zip |
Linux 5.15.23v5.15.23
Link: https://lore.kernel.org/r/20220209191249.980911721@linuxfoundation.org
Tested-by: Fox Chen <foxhlchen@gmail.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Bagas Sanjaya <bagasdotme@gmail.com>
Tested-by: Slade Watkins <slade@sladewatkins.com>
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 = 15 -SUBLEVEL = 22 +SUBLEVEL = 23 EXTRAVERSION = NAME = Trick or Treat |