Merge pull request #2761 from flatcar/linux-6.6.84-main

Upgrade Linux Kernel for main from 6.6.83 to 6.6.84
This commit is contained in:
Mathieu Tortuyaux 2025-03-27 09:29:00 +01:00 committed by GitHub
commit d3be1d5f27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 3 additions and 2 deletions

View File

@ -0,0 +1 @@
- Linux ([6.6.84](https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tag/?h=v6.6.84))

View File

@ -1,2 +1,2 @@
DIST linux-6.6.tar.xz 140064536 BLAKE2B 5f02fd8696d42f7ec8c5fbadec8e7270bdcfcb1f9844a6c4db3e1fd461c93ce1ccda650ca72dceb4890ebcbbf768ba8fba0bce91efc49fbd2c307b04e95665f2 SHA512 458b2c34d46206f9b4ccbac54cc57aeca1eaecaf831bc441e59701bac6eadffc17f6ce24af6eadd0454964e843186539ac0d63295ad2cc32d112b60360c39a35
DIST patch-6.6.83.xz 4030820 BLAKE2B 6be60eda7d6d383f3aee8028e7a90f68fce40ea1253d64ae898ae43a2409e59b0e7871f73e67e28059504a4fa5ee2d1b62b4d79385dec8440588c9c58976068b SHA512 84a3b6dac6cad984044fa9d87153a6a7b4fc16ffb526658d918fa56ccffafbe973aa8347af4574a44733861076067db90e6f84d3eb375aa5cde6e4db255c0940
DIST patch-6.6.84.xz 4063236 BLAKE2B 9b83670f37eca2d113bc04b2c3130fb31e78993e8a670d3dfdad286eb13adafe5ee24383f15482049490a646c08b46e01d4f5be555862d7f2c9416d078a4c39c SHA512 0f38971e8320c6b4d5cc80154d18a427a9c2ac41c67cecdbf174d8af6092204e6bf22db43e4ed003eb30ddbc4a7e488d937431af7de5f9e9146dab58aaa5ee5c

View File

@ -6,7 +6,7 @@ index e173364abd6c..cdc35682e03b 100644
depends on !GCC_PLUGINS
depends on !RANDSTRUCT
depends on !SHADOW_CALL_STACK
- depends on !DEBUG_INFO_BTF || PAHOLE_HAS_LANG_EXCLUDE
- depends on !DEBUG_INFO_BTF || (PAHOLE_HAS_LANG_EXCLUDE && !LTO)
+ depends on !DEBUG_INFO_BTF
help
Enables Rust support in the kernel.