diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-06-09 11:30:19 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-06-09 11:30:19 +0300 |
commit | 7356714b95aa6b186430289090a7fe5bdff2cf18 (patch) | |
tree | 66a378dbfb7a7c3f97e8de6daa975b31546d273f /Makefile | |
parent | 842156dc0aad51937b934c5eff0572bdd6b4ab85 (diff) | |
download | linux-7356714b95aa6b186430289090a7fe5bdff2cf18.tar.xz |
Linux 5.10.183v5.10.183
Link: https://lore.kernel.org/r/20230607200900.915613242@linuxfoundation.org
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Chris Paterson (CIP) <chris.paterson2@renesas.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Salvatore Bonaccorso <carnil@debian.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
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 = 5 PATCHLEVEL = 10 -SUBLEVEL = 182 +SUBLEVEL = 183 EXTRAVERSION = NAME = Dare mighty things |