diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-06-28 10:29:53 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-06-28 10:29:53 +0200 |
commit | 4af60700a60cc45ee4fb6d579cccf1b7bca20c34 (patch) | |
tree | bebb77ca420572e92e77b35085bdc8df40cd9cbe | |
parent | 10fbd2e04e400f5eb0b85207cb441d37709e583c (diff) | |
download | linux-stable-4af60700a60cc45ee4fb6d579cccf1b7bca20c34.tar.gz linux-stable-4af60700a60cc45ee4fb6d579cccf1b7bca20c34.tar.bz2 linux-stable-4af60700a60cc45ee4fb6d579cccf1b7bca20c34.zip |
Linux 5.15.119v5.15.119
Link: https://lore.kernel.org/r/20230626180746.943455203@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Chris Paterson (CIP) <chris.paterson2@renesas.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Ron Economos <re@w6rz.net>
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 = 118 +SUBLEVEL = 119 EXTRAVERSION = NAME = Trick or Treat |