1. 29 Jul, 2021 1 commit
  2. 27 Jul, 2021 5 commits
  3. 26 Jul, 2021 6 commits
  4. 24 Jul, 2021 3 commits
  5. 23 Jul, 2021 13 commits
  6. 22 Jul, 2021 3 commits
  7. 20 Jul, 2021 6 commits
  8. 19 Jul, 2021 2 commits
  9. 17 Jul, 2021 1 commit
    • Andrii Nakryiko's avatar
      Merge branch 'libbpf: BTF typed dump cleanups' · 78e4a955
      Andrii Nakryiko authored
      Alan Maguire says:
      
      ====================
      
      Fix issues with libbpf BTF typed dump code.  Patch 1 addresses handling
      of unaligned data. Patch 2 fixes issues Andrii noticed when compiling
      on ppc64le.  Patch 3 simplifies typed dump by getting rid of allocation
      of dump data structure which tracks dump state etc.
      
      Changes since v1:
      
       - Andrii suggested using a function instead of a macro for checking
         alignment of data, and pointed out that we need to consider dump
         ptr size versus native pointer size (patch 1)
      ====================
      Signed-off-by: default avatarAndrii Nakryiko <andrii@kernel.org>
      78e4a955