diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-08-29 17:33:59 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-08-29 17:33:59 +0200 |
commit | c77dee530e77eae20220784b409381366a588ac4 (patch) | |
tree | 6e4ab34eee83bcf94ba3cd25fa0714ebbb714e87 /Makefile | |
parent | a2081b8cabbead2393f3c27232f87ebc14bd70ff (diff) | |
download | linux-rpi-c77dee530e77eae20220784b409381366a588ac4.tar.gz linux-rpi-c77dee530e77eae20220784b409381366a588ac4.tar.bz2 linux-rpi-c77dee530e77eae20220784b409381366a588ac4.zip |
Linux 6.6.48
Link: https://lore.kernel.org/r/20240827143843.399359062@linuxfoundation.org
Tested-by: SeongJae Park <sj@kernel.org>
Tested-by: Peter Schneider <pschneider1968@googlemail.com>
Tested-by: Takeshi Ogasawara <takeshi.ogasawara@futuring-girl.com>
Tested-by: Miguel Ojeda <ojeda@kernel.org>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: kernelci.org bot <bot@kernelci.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 = 6 -SUBLEVEL = 47 +SUBLEVEL = 48 EXTRAVERSION = NAME = Hurr durr I'ma ninja sloth |