diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-03-03 11:52:25 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-03-03 11:52:25 +0100 |
commit | 42616e0f09fb4e9a6c59892a227f7bdefbd2d6d3 (patch) | |
tree | 8a965aed1dacf21fbeed03a256e508af6b858a55 | |
parent | c87fb861ec185fdc578b4fdc6a05920b6a843840 (diff) | |
download | linux-riscv-42616e0f09fb4e9a6c59892a227f7bdefbd2d6d3.tar.gz linux-riscv-42616e0f09fb4e9a6c59892a227f7bdefbd2d6d3.tar.bz2 linux-riscv-42616e0f09fb4e9a6c59892a227f7bdefbd2d6d3.zip |
Link: https://lore.kernel.org/r/20230301180657.003689969@linuxfoundation.org
Tested-by: Conor Dooley <conor.dooley@microchip.com>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Justin M. Forbes <jforbes@fedoraproject.org>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Bagas Sanjaya <bagasdotme@gmail.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Slade Watkins <srw@sladewatkins.net>
Tested-by: Rudi Heitbaum <rudi@heitbaum.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Ron Economos <re@w6rz.net>
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 = 6 PATCHLEVEL = 1 -SUBLEVEL = 14 +SUBLEVEL = 15 EXTRAVERSION = NAME = Hurr durr I'ma ninja sloth |