diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-09-04 14:28:48 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-09-04 14:28:48 +0200 |
commit | 7a6c2d093c4599727874a7e5e9b27fb313d2bd9c (patch) | |
tree | a7a8a6de8e9f26cf4158f01fc5b3c19f36546a34 | |
parent | 90bae69c2959c39912f0c2f07a9a7894f3fc49f5 (diff) |
Linux 5.15.191v5.15.191
Link: https://lore.kernel.org/r/20250902131927.045875971@linuxfoundation.org
Tested-by: Brett A C Sheffield <bacs@librecast.net>
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Vijayendra Suman <vijayendra.suman@oracle.com>>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Mark Brown <broonie@kernel.org>
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 = 190 +SUBLEVEL = 191 EXTRAVERSION = NAME = Trick or Treat |