diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-12-08 08:52:25 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-12-08 08:52:25 +0100 |
commit | 3318612b308bd4fa8647f9f80becd8ff1e2ef208 (patch) | |
tree | e7c42d728d99e857782576c9e7174c62363b94f5 /Makefile | |
parent | fcda4d22f5df70fac308d7654bcbeb6fea2d2a47 (diff) | |
download | linux-riscv-3318612b308bd4fa8647f9f80becd8ff1e2ef208.tar.gz linux-riscv-3318612b308bd4fa8647f9f80becd8ff1e2ef208.tar.bz2 linux-riscv-3318612b308bd4fa8647f9f80becd8ff1e2ef208.zip |
Linux 6.6.5
Link: https://lore.kernel.org/r/20231205031535.163661217@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Takeshi Ogasawara <takeshi.ogasawara@futuring-girl.com>
Tested-by: Bagas Sanjaya <bagasdotme@gmail.com>
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Tested-by: Ronald Warsow <rwarsow@gmx.de>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: SeongJae Park <sj@kernel.org>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Ricardo B. Marliere <ricardo@marliere.net>
Tested-by: Justin M. Forbes <jforbes@fedoraproject.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 = 4 +SUBLEVEL = 5 EXTRAVERSION = NAME = Hurr durr I'ma ninja sloth |