diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-12-21 17:36:38 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-12-21 17:36:38 +0100 |
commit | 5827ddaf4534c52d31dd464679a186b41810ef76 (patch) | |
tree | 5d0cad8702576527fc814453f7df0e5155781028 | |
parent | e22dbadac8d417c39b27322f06c13181d412b803 (diff) | |
download | linux-stable-5827ddaf4534c52d31dd464679a186b41810ef76.tar.gz linux-stable-5827ddaf4534c52d31dd464679a186b41810ef76.tar.bz2 linux-stable-5827ddaf4534c52d31dd464679a186b41810ef76.zip |
Linux 5.15.85v5.15.85
Link: https://lore.kernel.org/r/20221219182940.739981110@linuxfoundation.org
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Bagas Sanjaya <bagasdotme@gmail.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Slade Watkins <srw@sladewatkins.net>
Tested-by: Ron Economos <re@w6rz.net>
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 = 84 +SUBLEVEL = 85 EXTRAVERSION = NAME = Trick or Treat |