diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-12-14 19:51:48 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-12-14 19:51:48 +0100 |
commit | 963e654022cc32d72c184b4ab86a76226b3e3b8d (patch) | |
tree | 9f07f3168a64a2bb58070fbf94e264eb0332dd19 | |
parent | 2e29116c45960d17a6864c75f7471f2c16fbdfc2 (diff) |
Linux 5.15.174v5.15.174
Link: https://lore.kernel.org/r/20241212144311.432886635@linuxfoundation.org
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Mark Brown <broonie@kernel.org>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: SeongJae Park <sj@kernel.org>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@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 = 173 +SUBLEVEL = 174 EXTRAVERSION = NAME = Trick or Treat |