diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-06-27 11:05:38 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-06-27 11:05:38 +0100 |
commit | 3dea0e7f549ee8ce3ce9d058d6d5c494d9ad02dc (patch) | |
tree | 90d1294584a7627bb9d730036d9d166a53c63126 | |
parent | e3ff9f86cdb7b6b8d3bd7c73b7a413768dfc186c (diff) |
Linux 5.15.186v5.15.186
Link: https://lore.kernel.org/r/20250623130632.993849527@linuxfoundation.org
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
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 = 185 +SUBLEVEL = 186 EXTRAVERSION = NAME = Trick or Treat |