diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-10-17 15:08:39 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-10-17 15:08:39 +0200 |
commit | eac1c5bfc13c2b84ddb038dc54c90829e0066e60 (patch) | |
tree | 3c8a6ab83160d182c5094f3b6182dcb0e64db435 | |
parent | 9350016415b68761bd8b31aad1e21d7b672ddab9 (diff) | |
download | linux-stable-eac1c5bfc13c2b84ddb038dc54c90829e0066e60.tar.gz linux-stable-eac1c5bfc13c2b84ddb038dc54c90829e0066e60.tar.bz2 linux-stable-eac1c5bfc13c2b84ddb038dc54c90829e0066e60.zip |
Linux 5.10.227v5.10.227
Link: https://lore.kernel.org/r/20241015123916.821186887@linuxfoundation.org
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
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 = 10 -SUBLEVEL = 226 +SUBLEVEL = 227 EXTRAVERSION = NAME = Dare mighty things |