diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-08-27 21:01:32 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-08-27 21:01:32 +0200 |
commit | 024f76bca9d0e29513fa99e1cd0f86bfa841743b (patch) | |
tree | 13d5a8682f4f9572475cf80741ca6f6519849338 /Makefile | |
parent | db05f8449bb3529aa65753d30ed2df7720d4f36a (diff) | |
download | linux-stable-024f76bca9d0e29513fa99e1cd0f86bfa841743b.tar.gz linux-stable-024f76bca9d0e29513fa99e1cd0f86bfa841743b.tar.bz2 linux-stable-024f76bca9d0e29513fa99e1cd0f86bfa841743b.zip |
Linux 6.1.49v6.1.49
Link: https://lore.kernel.org/r/20230826154625.450325166@linuxfoundation.org
Tested-by: Joel Fernandes (Google) <joel@joelfernandes.org>
Tested-by: Takeshi Ogasawara <takeshi.ogasawara@futuring-girl.com>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Bagas Sanjaya <bagasdotme@gmail.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Salvatore Bonaccorso <carnil@debian.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 = 1 -SUBLEVEL = 48 +SUBLEVEL = 49 EXTRAVERSION = NAME = Curry Ramen |