diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-11-14 13:13:42 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-11-14 13:13:42 +0100 |
commit | d98fd109f8279feabed326ecd98923fa9b7affca (patch) | |
tree | ddfc271c872236d017ebd96ec3cf0d06b83dff74 | |
parent | ab812669f1915e3610bd5c4698954a992f1edb39 (diff) |
Linux 5.15.172v5.15.172
Link: https://lore.kernel.org/r/20241112101839.777512218@linuxfoundation.org
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Mark Brown <broonie@kernel.org>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
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 = 171 +SUBLEVEL = 172 EXTRAVERSION = NAME = Trick or Treat |