Merge tag 'v6.6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into odroid-6.6.y

This is the 6.6.15 stable release

Change-Id: I2253b87d8c60958bdfb674df0cd091d39a7caab9
This commit is contained in:
Mauro (mdrjr) Ribeiro
2024-04-30 10:37:25 -03:00
366 changed files with 5775 additions and 2220 deletions

View File

@@ -98,7 +98,7 @@ sub parse_abi {
$name =~ s,.*/,,;
my $fn = $file;
$fn =~ s,Documentation/ABI/,,;
$fn =~ s,.*Documentation/ABI/,,;
my $nametag = "File $fn";
$data{$nametag}->{what} = "File $name";