diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-02-23 08:55:16 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-02-23 08:55:16 +0100 |
commit | 458ce51d0356ee60c93f9f807d9827cf2a41643d (patch) | |
tree | f0e829eefc5ded7997bc8e1225ce3c6b2603e763 | |
parent | d72da18772ff5c052b6a613f9964d9850a4baf64 (diff) | |
download | linux-stable-5.15.149.tar.gz (sig) linux-stable-5.15.149.tar.bz2 (sig) linux-stable-5.15.149.zip |
Linux 5.15.149v5.15.149
Link: https://lore.kernel.org/r/20240221130007.738356493@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: kernelci.org bot <bot@kernelci.org>
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Tested-by: Allen Pais <apais@linux.microsoft.com>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Kelsey Steele <kelseysteele@linux.microsoft.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 = 148 +SUBLEVEL = 149 EXTRAVERSION = NAME = Trick or Treat |