diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-07-17 19:30:55 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-07-17 19:30:55 +0300 |
commit | c79648372d02944bf4a54d87e3901db05d0ac82e (patch) | |
tree | 63d75d35afbd141afd03d156a095bcd9b5d9782c | |
parent | 3e4028ef31b69286c9d4878cee0330235f53f218 (diff) | |
download | linux-5.15.y.tar.xz |
Linux 5.15.189v5.15.189linux-5.15.y
Link: https://lore.kernel.org/r/20250715130751.668489382@linuxfoundation.org
Tested-by: Vijayendra Suman <vijayendra.suman@oracle.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Link: https://lore.kernel.org/r/20250715163547.992191430@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Mark Brown <broonie@kernel.org>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Brett A C Sheffield <bacs@librecast.net>
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 = 188 +SUBLEVEL = 189 EXTRAVERSION = NAME = Trick or Treat |