diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-10-17 15:12:02 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-10-17 15:12:02 +0200 |
commit | 584a40a22cb9bf5a03135869f11c3106b6200453 (patch) | |
tree | 0ecbe7d5855147071eefd9a7eeb2d98145f89348 | |
parent | 1b62ef7f23c3fcf0902aaa5b8f8c9cba5092f544 (diff) | |
download | linux-stable-5.15.168.tar.gz (sig) linux-stable-5.15.168.tar.bz2 (sig) linux-stable-5.15.168.zip |
Linux 5.15.168v5.15.168
Link: https://lore.kernel.org/r/20241015112440.309539031@linuxfoundation.org
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: kernelci.org bot <bot@kernelci.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 = 167 +SUBLEVEL = 168 EXTRAVERSION = NAME = Trick or Treat |