diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-05-25 16:20:19 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-05-25 16:20:19 +0200 |
commit | c61bd26ae81a896c8660150b4e356153da30880a (patch) | |
tree | 3490ffb78d574b1d0b286dc8c57750d91aad7e66 | |
parent | 0df819cac13e9688fb496cba3e210633b6df8a03 (diff) | |
download | linux-stable-5.15.160.tar.gz (sig) linux-stable-5.15.160.tar.bz2 (sig) linux-stable-5.15.160.zip |
Linux 5.15.160v5.15.160
Link: https://lore.kernel.org/r/20240523130327.956341021@linuxfoundation.org
Tested-by: SeongJae Park <sj@kernel.org>
Tested-by: Mark Brown <broonie@kernel.org>
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Kelsey Steele <kelseysteele@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 = 159 +SUBLEVEL = 160 EXTRAVERSION = NAME = Trick or Treat |