diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-10-22 15:40:48 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-10-22 15:40:48 +0200 |
commit | 74cdd62cb4706515b454ce5bacb73b566c1d1bcf (patch) | |
tree | 9e43e559bea0a89c2518c4d0700e21760d2d40ca | |
parent | f74847722133416c1a1205d43e56ded24567d8eb (diff) |
Linux 5.15.169v5.15.169
Link: https://lore.kernel.org/r/20241021102247.209765070@linuxfoundation.org
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: SeongJae Park <sj@kernel.org>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Mark Brown <broonie@kernel.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 = 168 +SUBLEVEL = 169 EXTRAVERSION = NAME = Trick or Treat |