diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-12-19 18:07:23 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-12-19 18:07:23 +0100 |
commit | 91786f140358b1e56efdb0feccb337ce3a59c031 (patch) | |
tree | a9b3f850acf060052ea5be6d5f246fbe655b24c8 | |
parent | fb8c76c7604a9db2e014744a316f22757f7db187 (diff) |
Linux 5.15.175v5.15.175
Link: https://lore.kernel.org/r/20241217170520.301972474@linuxfoundation.org
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Mark Brown <broonie@kernel.org>
Tested-by: Jon Hunter <jonathanh@nvidia.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 = 174 +SUBLEVEL = 175 EXTRAVERSION = NAME = Trick or Treat |