diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-11-08 16:25:56 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-11-08 16:25:56 +0100 |
commit | 3c17fc4839052076b9f27f22551d0d0bd8557822 (patch) | |
tree | 80aba30a1833935c3a5128deff4e23f2084fbe7a | |
parent | 3d88f7c32432f39d675f01a1edd5a0a460c3fe22 (diff) |
Linux 5.15.171v5.15.171
Link: https://lore.kernel.org/r/20241106120259.955073160@linuxfoundation.org
Tested-by: SeongJae Park <sj@kernel.org>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Hardik Garg <hargar@linux.microsoft.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 = 170 +SUBLEVEL = 171 EXTRAVERSION = NAME = Trick or Treat |