diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-06-16 13:40:01 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-06-16 13:40:01 +0200 |
commit | 4878aadf2d1519f3731ae300ce1fef78fc63ee30 (patch) | |
tree | 485e923c9c622a024f9ee0a5a8b245ed337b10a5 | |
parent | 24665fc4bbefa234f0dac729e1ac9e9ba4a5da4c (diff) | |
download | linux-stable-4878aadf2d1519f3731ae300ce1fef78fc63ee30.tar.gz linux-stable-4878aadf2d1519f3731ae300ce1fef78fc63ee30.tar.bz2 linux-stable-4878aadf2d1519f3731ae300ce1fef78fc63ee30.zip |
Linux 5.15.161v5.15.161
Link: https://lore.kernel.org/r/20240613113302.116811394@linuxfoundation.org
Tested-by: SeongJae Park <sj@kernel.org>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Mark Brown <broonie@kernel.org>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.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 = 160 +SUBLEVEL = 161 EXTRAVERSION = NAME = Trick or Treat |