diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-11-17 14:58:53 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-11-17 14:58:53 +0100 |
commit | cd5b619ac41b6b1a8167380ca6655df7ccf5b5eb (patch) | |
tree | c1c5ade8e9d503bb6819c949c6c6e44ff19d9dfb | |
parent | 3213fdcab961026203dd587a4533600c70b3336b (diff) | |
download | linux-stable-cd5b619ac41b6b1a8167380ca6655df7ccf5b5eb.tar.gz linux-stable-cd5b619ac41b6b1a8167380ca6655df7ccf5b5eb.tar.bz2 linux-stable-cd5b619ac41b6b1a8167380ca6655df7ccf5b5eb.zip |
Linux 5.4.286v5.4.286linux-5.4.y
Link: https://lore.kernel.org/r/20241115063722.834793938@linuxfoundation.org
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Link: https://lore.kernel.org/r/20241115120451.517948500@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Shuah Khan <skhan@linuxfoundation.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 = 4 -SUBLEVEL = 285 +SUBLEVEL = 286 EXTRAVERSION = NAME = Kleptomaniac Octopus |