diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-02-14 19:18:05 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-02-14 19:18:05 +0100 |
commit | e2c1a934fd8e4288e7a32f4088ceaccf469eb74c (patch) | |
tree | f5b6838b8d5da1b42c148c925e9feb33ef7f9968 | |
parent | 17170acdc7c8b8585501bb443b4f196168ae9890 (diff) | |
download | linux-stable-e2c1a934fd8e4288e7a32f4088ceaccf469eb74c.tar.gz linux-stable-e2c1a934fd8e4288e7a32f4088ceaccf469eb74c.tar.bz2 linux-stable-e2c1a934fd8e4288e7a32f4088ceaccf469eb74c.zip |
Linux 5.15.94v5.15.94
Link: https://lore.kernel.org/r/20230213144732.336342050@linuxfoundation.org
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Allen Pais <apais@linux.microsoft.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Bagas Sanjaya <bagasdotme@gmail.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Jon Hunter <jonathanh@nvidia.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 = 93 +SUBLEVEL = 94 EXTRAVERSION = NAME = Trick or Treat |