diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-09-04 13:15:05 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-09-04 13:15:05 +0200 |
commit | 4826c62faf5eb89fa2bd54707a08758d98f156c4 (patch) | |
tree | 38b8eedbff970bf01a4bb63548ac42e201495c40 | |
parent | 564e1986b00c5f05d75342f8407f75f0a17b94df (diff) | |
download | linux-stable-4826c62faf5eb89fa2bd54707a08758d98f156c4.tar.gz linux-stable-4826c62faf5eb89fa2bd54707a08758d98f156c4.tar.bz2 linux-stable-4826c62faf5eb89fa2bd54707a08758d98f156c4.zip |
Linux 5.4.283v5.4.283
Link: https://lore.kernel.org/r/20240901160809.752718937@linuxfoundation.org
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
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 = 4 -SUBLEVEL = 282 +SUBLEVEL = 283 EXTRAVERSION = NAME = Kleptomaniac Octopus |