diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-10-10 22:00:46 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-10-10 22:00:46 +0200 |
commit | 082280fe94a09462c727fb6e7b0c982efb36dede (patch) | |
tree | 567332e5cd4c2d9759174541f24cd68e8bd9c88a /Makefile | |
parent | a4cc925e2e12c3bbffb0860acdb9f9c1abde47dd (diff) | |
download | linux-stable-082280fe94a09462c727fb6e7b0c982efb36dede.tar.gz linux-stable-082280fe94a09462c727fb6e7b0c982efb36dede.tar.bz2 linux-stable-082280fe94a09462c727fb6e7b0c982efb36dede.zip |
Linux 6.1.57v6.1.57
Link: https://lore.kernel.org/r/20231009130122.946357448@linuxfoundation.org
Tested-by: SeongJae Park <sj@kernel.org>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Bagas Sanjaya <bagasdotme@gmail.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Takeshi Ogasawara <takeshi.ogasawara@futuring-girl.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
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 = 1 -SUBLEVEL = 56 +SUBLEVEL = 57 EXTRAVERSION = NAME = Curry Ramen |