diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-04-27 17:11:44 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-04-27 17:11:44 +0200 |
commit | a3463f08104612fc979c41fa54733e925205d3d7 (patch) | |
tree | eb1cba3e98ae65e6ec3d50c490270e707efd7048 /Makefile | |
parent | 63cc4f14bb039853e22353b1e344662b5ce70d4a (diff) | |
download | linux-riscv-a3463f08104612fc979c41fa54733e925205d3d7.tar.gz linux-riscv-a3463f08104612fc979c41fa54733e925205d3d7.tar.bz2 linux-riscv-a3463f08104612fc979c41fa54733e925205d3d7.zip |
Linux 6.6.29
Link: https://lore.kernel.org/r/20240423213855.696477232@linuxfoundation.org
Tested-by: SeongJae Park <sj@kernel.org>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Tested-by: Takeshi Ogasawara <takeshi.ogasawara@futuring-girl.com>
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: kernelci.org bot <bot@kernelci.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 6 PATCHLEVEL = 6 -SUBLEVEL = 28 +SUBLEVEL = 29 EXTRAVERSION = NAME = Hurr durr I'ma ninja sloth |