diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-09-09 18:50:25 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-09-09 18:50:25 +0200 |
commit | de9476bb4f1bf28eba6d8ca55f934f94a39e31f8 (patch) | |
tree | 94f9423705cbf87ae098b9866a1fa86d0e71956b | |
parent | 3e7c1c70abf25c6568d634baba096b00636dce83 (diff) | |
download | linux-5.15.192.tar.gz linux-5.15.192.tar.bz2 linux-5.15.192.zip |
Linux 5.15.192v5.15.192
Link: https://lore.kernel.org/r/20250907195603.394640159@linuxfoundation.org
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Brett A C Sheffield <bacs@librecast.net>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Vijayendra Suman <vijayendra.suman@oracle.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 = 191 +SUBLEVEL = 192 EXTRAVERSION = NAME = Trick or Treat |