diff options
author | Sasha Levin <sashal@kernel.org> | 2024-03-13 07:42:46 -0400 |
---|---|---|
committer | Sasha Levin <sashal@kernel.org> | 2024-03-15 14:30:36 -0400 |
commit | b95c01af211304429c11b8c8bdf791ab11f7f395 (patch) | |
tree | 8c367c1dd6c129d0f51cd9a9d4a0f460f2fbe670 | |
parent | a1211bbf7814a962fc709b85636fbc52e64ab974 (diff) | |
download | linux-stable-b95c01af211304429c11b8c8bdf791ab11f7f395.tar.gz linux-stable-b95c01af211304429c11b8c8bdf791ab11f7f395.tar.bz2 linux-stable-b95c01af211304429c11b8c8bdf791ab11f7f395.zip |
Linux 5.15.152v5.15.152
Tested-by: kernelci.org bot <bot@kernelci.org>
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Tested-by: SeongJae Park <sj@kernel.org>
Tested-by: kernelci.org bot <bot@kernelci.org>
Signed-off-by: Sasha Levin <sashal@kernel.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 = 151 +SUBLEVEL = 152 EXTRAVERSION = NAME = Trick or Treat |