diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-05-09 09:39:43 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-05-09 09:39:43 +0200 |
commit | 3b8db0e4f2631c030ab86f78d199ec0b198578f3 (patch) | |
tree | 565ee0c8911a21e7b286fe4442d97cff45f17d9f | |
parent | 4226622647e3e5ac06d3ebc1605b917446157510 (diff) | |
download | linux-5.15.y.tar.gz |
Linux 5.15.182v5.15.182linux-5.15.y
Link: https://lore.kernel.org/r/20250507183759.048732653@linuxfoundation.org
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Link: https://lore.kernel.org/r/20250508112559.173535641@linuxfoundation.org
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Vijayendra Suman <vijayendra.suman@oracle.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Florian Fainelli <florian.fainelli@broadcom.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 26099a3b2964cf..2288ad8ae88a9c 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 5 PATCHLEVEL = 15 -SUBLEVEL = 181 +SUBLEVEL = 182 EXTRAVERSION = NAME = Trick or Treat |