diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-07-18 13:05:52 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-07-18 13:05:52 +0200 |
commit | 83a48a4503d034f087f7648e6edf767c0550dbca (patch) | |
tree | f66e20b03f35febcfaa5482f164313fd66f09c65 | |
parent | f52913e5d6ca9c1e6ef77d115246da48104b3075 (diff) |
Linux 5.10.222v5.10.222
Link: https://lore.kernel.org/r/20240716152745.988603303@linuxfoundation.org
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Mark Brown <broonie@kernel.org>
Tested-by: Dominique Martinet <dominique.martinet@atmark-techno.com>
Link: https://lore.kernel.org/r/20240717063758.061781150@linuxfoundation.org
Tested-by: Dominique Martinet <dominique.martinet@atmark-techno.com>
Tested-by: Salvatore Bonaccorso <carnil@debian.org>
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
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 = 5 PATCHLEVEL = 10 -SUBLEVEL = 221 +SUBLEVEL = 222 EXTRAVERSION = NAME = Dare mighty things |