diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-08-03 10:22:47 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-08-03 10:22:47 +0200 |
commit | 38d4ca22a5288c4bae7e6d62a1728b0718d51866 (patch) | |
tree | 5a3ff65bc8a17e86ed46a58eb48ce7453d5965eb | |
parent | 78001ffa9bc48c214abff011b4d9a1e5800bf3b1 (diff) | |
download | linux-stable-38d4ca22a5288c4bae7e6d62a1728b0718d51866.tar.gz linux-stable-38d4ca22a5288c4bae7e6d62a1728b0718d51866.tar.bz2 linux-stable-38d4ca22a5288c4bae7e6d62a1728b0718d51866.zip |
Linux 5.15.124v5.15.124
Link: https://lore.kernel.org/r/20230801091910.165050260@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: SeongJae Park <sj@kernel.org>
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Link: https://lore.kernel.org/r/20230802065452.161574662@linuxfoundation.org
Tested-by: Chris Paterson (CIP) <chris.paterson2@renesas.com>
Tested-by: SeongJae Park <sj@kernel.org>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.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 = 5 PATCHLEVEL = 15 -SUBLEVEL = 123 +SUBLEVEL = 124 EXTRAVERSION = NAME = Trick or Treat |