diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-08-05 09:20:15 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-08-05 09:20:15 +0000 |
| commit | 525e9d0b82d5022a240424cf13fcd49fcfe7c432 (patch) | |
| tree | bcf9136c8df3e44ca91dc4a41b4d0954dff323e6 /repos/extra/linux/fix-musl-btf-ids.patch | |
| parent | 4972cffbeafd38dbd5c282b31bb153f071ee274c (diff) | |
| download | alicelinux-525e9d0b82d5022a240424cf13fcd49fcfe7c432.tar.gz alicelinux-525e9d0b82d5022a240424cf13fcd49fcfe7c432.zip | |
linux: updated to 6.12.41
Diffstat (limited to 'repos/extra/linux/fix-musl-btf-ids.patch')
| -rw-r--r-- | repos/extra/linux/fix-musl-btf-ids.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/repos/extra/linux/fix-musl-btf-ids.patch b/repos/extra/linux/fix-musl-btf-ids.patch new file mode 100644 index 00000000..bec96095 --- /dev/null +++ b/repos/extra/linux/fix-musl-btf-ids.patch @@ -0,0 +1,15 @@ +https://bugzilla.kernel.org/show_bug.cgi?id=218647 + +diff --git a/tools/include/linux/btf_ids.h b/tools/include/linux/btf_ids.h +index 72535f00572f..72ea363d434d 100644 +--- a/tools/include/linux/btf_ids.h ++++ b/tools/include/linux/btf_ids.h +@@ -3,6 +3,8 @@ + #ifndef _LINUX_BTF_IDS_H + #define _LINUX_BTF_IDS_H + ++#include <linux/types.h> /* for u32 */ ++ + struct btf_id_set { + u32 cnt; + u32 ids[]; |