diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-10-12 09:53:28 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-10-12 09:53:28 +0200 |
commit | 17aac9b7af2bc5f7b4426603940e92ae8aa73d5d (patch) | |
tree | e583edd7409d4a0cc8897b7efe8c4b78a1dbd597 | |
parent | f7b16f51753a845b08e977184fb0b76b145ae0ba (diff) | |
download | linux-stable-17aac9b7af2bc5f7b4426603940e92ae8aa73d5d.tar.gz linux-stable-17aac9b7af2bc5f7b4426603940e92ae8aa73d5d.tar.bz2 linux-stable-17aac9b7af2bc5f7b4426603940e92ae8aa73d5d.zip |
Linux 5.15.73v5.15.73
Link: https://lore.kernel.org/r/20221010070331.211113813@linuxfoundation.org
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Link: https://lore.kernel.org/r/20221010191226.167997210@linuxfoundation.org
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Slade Watkins <srw@sladewatkins.net>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Allen Pais <apais@microsoft.com>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Kelsey Steele <kelseysteele@linux.microsoft.com>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Bagas Sanjaya <bagasdotme@gmail.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 = 72 +SUBLEVEL = 73 EXTRAVERSION = NAME = Trick or Treat |