diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-09-04 13:13:10 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-09-04 13:13:10 +0200 |
commit | 7b8888c696afdda7d4b2f517499da7f5c6b36720 (patch) | |
tree | fac785678397ad423b97fff2f334ae3e4f84283c | |
parent | 0975670c14287183571d01858e8020114a14d76a (diff) | |
download | linux-stable-7b8888c696afdda7d4b2f517499da7f5c6b36720.tar.gz linux-stable-7b8888c696afdda7d4b2f517499da7f5c6b36720.tar.bz2 linux-stable-7b8888c696afdda7d4b2f517499da7f5c6b36720.zip |
Linux 4.19.321v4.19.321
Link: https://lore.kernel.org/r/20240901160803.673617007@linuxfoundation.org
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
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 = 4 PATCHLEVEL = 19 -SUBLEVEL = 320 +SUBLEVEL = 321 EXTRAVERSION = NAME = "People's Front" |