diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-04-10 14:29:43 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-04-10 14:29:43 +0200 |
commit | 1b01d9c341770d4dab5a1a04a706a8eb6c389bb1 (patch) | |
tree | 66e64c36b38b36222ba703c3873854f0353ce058 | |
parent | 28090298212afad05f874428c066746b8bdf7bb9 (diff) | |
download | linux-1b01d9c341770d4dab5a1a04a706a8eb6c389bb1.tar.gz linux-1b01d9c341770d4dab5a1a04a706a8eb6c389bb1.tar.bz2 linux-1b01d9c341770d4dab5a1a04a706a8eb6c389bb1.zip |
Linux 5.4.292v5.4.292
Link: https://lore.kernel.org/r/20250408104815.295196624@linuxfoundation.org
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Alok Tiwari <alok.a.tiwari@oracle.com>
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 = 291 +SUBLEVEL = 292 EXTRAVERSION = NAME = Kleptomaniac Octopus |