diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-12-14 19:44:57 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-12-14 19:44:57 +0100 |
commit | 6708005a36cfdb32aa991ebd9ea172e1183231ef (patch) | |
tree | f1cc28b820e738be8280887ce9af4d93001e20dc | |
parent | 7eb794e1a9786c3c3fe163415dc029f77d66b745 (diff) |
Linux 5.4.287v5.4.287
Link: https://lore.kernel.org/r/20241212144229.291682835@linuxfoundation.org
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Link: https://lore.kernel.org/r/20241213145847.112340475@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: kernelci.org bot <bot@kernelci.org>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.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 = 286 +SUBLEVEL = 287 EXTRAVERSION = NAME = Kleptomaniac Octopus |