diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-09-04 13:23:42 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-09-04 13:23:42 +0200 |
commit | 14e468424d3edcf23167133d6ee2f3e3c6c5a022 (patch) | |
tree | 92abfd626c612af018d33d84d22c218ed4d561ee | |
parent | a979b02d8519c32be4e9bf3121b1ba8e970d858f (diff) |
Linux 5.15.166v5.15.166
Link: https://lore.kernel.org/r/20240901160823.230213148@linuxfoundation.org
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
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 = 165 +SUBLEVEL = 166 EXTRAVERSION = NAME = Trick or Treat |