diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-09-20 12:39:46 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-09-20 12:39:46 +0200 |
commit | 820b689b4a7a6ca1b4fdabf26a17196a2e379a97 (patch) | |
tree | fa097f2501bf124d37d4ba50ccbdc9962af876c6 | |
parent | 277674996dcf5e602b59aace532e63f2da8d5ea3 (diff) |
Linux 5.15.69
Link: https://lore.kernel.org/r/20220916100446.916515275@linuxfoundation.org
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Bagas Sanjaya <bagasdotme@gmail.com>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Florian Fainelli <f.fainelli@gmail.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 = 68 +SUBLEVEL = 69 EXTRAVERSION = NAME = Trick or Treat |