diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-05-18 08:20:38 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-05-18 08:20:38 +0200 |
commit | a68c151521315aaa84244b916e6ea01017d5370f (patch) | |
tree | 566c6d2e6d4c1de0d5c202a73762cf8b0a077dd3 | |
parent | a1b63a84a789ed550d7910c0b1590322b196a590 (diff) | |
download | linux-stable-rc-linux-5.15.y.tar.gz |
Linux 5.15.183v5.15.183linux-5.15.y
Link: https://lore.kernel.org/r/20250512172015.643809034@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Mark Brown <broonie@kernel.org>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Vijayendra Suman <vijayendra.suman@oracle.com>
Tested-by: Hardik Garg <hargar@linux.microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 2288ad8ae88a9c..09de195b86f268 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 5 PATCHLEVEL = 15 -SUBLEVEL = 182 +SUBLEVEL = 183 EXTRAVERSION = NAME = Trick or Treat |