alicelinux

A lightweight musl + clang/llvm + libressl + busybox distro
git clone https://codeberg.org/emmett1/alicelinux
Log | Files | Refs | README | LICENSE

fix-musl-btf-ids.patch (408B)


      1 https://bugzilla.kernel.org/show_bug.cgi?id=218647
      2 
      3 diff --git a/tools/include/linux/btf_ids.h b/tools/include/linux/btf_ids.h
      4 index 72535f00572f..72ea363d434d 100644
      5 --- a/tools/include/linux/btf_ids.h
      6 +++ b/tools/include/linux/btf_ids.h
      7 @@ -3,6 +3,8 @@
      8  #ifndef _LINUX_BTF_IDS_H
      9  #define _LINUX_BTF_IDS_H
     10  
     11 +#include <linux/types.h> /* for u32 */
     12 +
     13  struct btf_id_set {
     14         u32 cnt;
     15         u32 ids[];