diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-05-30 09:29:18 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-05-30 09:29:18 +0200 |
commit | 4e67be407725b1d8b829ed2075987037abec98ec (patch) | |
tree | bcdf15e407aeda1bf6b4f7a515803a32f3748f08 | |
parent | 50196b5d73dcff0f9d060cd9b170ee987f4c7585 (diff) | |
download | linux-stable-4e67be407725b1d8b829ed2075987037abec98ec.tar.gz linux-stable-4e67be407725b1d8b829ed2075987037abec98ec.tar.bz2 linux-stable-4e67be407725b1d8b829ed2075987037abec98ec.zip |
Linux 5.15.44v5.15.44
Link: https://lore.kernel.org/r/20220527084850.364560116@linuxfoundation.org
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Bagas Sanjaya <bagasdotme@gmail.com>
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 = 43 +SUBLEVEL = 44 EXTRAVERSION = NAME = Trick or Treat |