diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-12-16 15:17:49 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-12-16 15:17:49 +0100 |
commit | 14655b6d42046a537950bfb0dee371742a3dd1fc (patch) | |
tree | 1e536dc4dc82d06e0e524c17aa5eb12067f32538 | |
parent | 3be0c72f51531ba4cfb4509257e502c1551b6f83 (diff) | |
download | linux-stable-14655b6d42046a537950bfb0dee371742a3dd1fc.tar.gz linux-stable-14655b6d42046a537950bfb0dee371742a3dd1fc.tar.bz2 linux-stable-14655b6d42046a537950bfb0dee371742a3dd1fc.zip |
Linux 5.15.9v5.15.9
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 = 8 +SUBLEVEL = 9 EXTRAVERSION = NAME = Trick or Treat |