index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
linker.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libbpf: fix some typos in libbpf
Lin Yikai
2024-09-05
1
-2
/
+2
*
libbpf: Checking the btf_type kind when fixing variable offsets
Donglin Peng
2024-06-21
1
-2
/
+9
*
libbpf: Make use of BTF field iterator in BPF linker code
Andrii Nakryiko
2024-06-05
1
-22
/
+36
*
libbpf: Add missed btf_ext__raw_data() API
Andrii Nakryiko
2024-02-01
1
-1
/
+1
*
libbpf: Skip DWARF sections in linker sanity check
Alyssa Ross
2023-12-21
1
-0
/
+3
*
libbpf: Add pr_warn() for EINVAL cases in linker_sanity_check_elf
Sergei Trofimovich
2023-12-09
1
-4
/
+20
*
libbpf: Fix double-free when linker processes empty sections
Eduard Zingerman
2023-03-28
1
-1
/
+13
*
libbpf: Cleanup linker_append_elf_relos
Viktor Malik
2023-03-01
1
-9
/
+2
*
libbpf: Add enum64 support for bpf linking
Yonghong Song
2022-06-07
1
-0
/
+2
*
libbpf: Fix is_pow_of_2
Yuze Chi
2022-06-03
1
-5
/
+0
*
libbpf: Fix using invalidated memory in bpf_linker
Andrii Nakryiko
2021-11-26
1
-1
/
+4
*
libbpf: Fix glob_syms memory leak in bpf_linker
Andrii Nakryiko
2021-11-26
1
-0
/
+1
*
libbpf: Turn btf_dedup_opts into OPTS-based struct
Andrii Nakryiko
2021-11-12
1
-1
/
+3
*
libbpf: Use O_CLOEXEC uniformly when opening fds
Kumar Kartikeya Dwivedi
2021-10-29
1
-2
/
+2
*
libbpf: Use __BYTE_ORDER__
Ilya Leoshkevich
2021-10-26
1
-6
/
+6
*
libbpf: Add btf__type_cnt() and btf__raw_data() APIs
Hengqi Chen
2021-10-23
1
-14
/
+14
*
libbpf: Use Elf64-specific types explicitly for dealing with ELF
Andrii Nakryiko
2021-10-22
1
-1
/
+0
*
libbpf: Fix segfault in static linker for objects without BTF
Kumar Kartikeya Dwivedi
2021-09-28
1
-1
/
+7
*
libbpf: Streamline error reporting for high-level APIs
Andrii Nakryiko
2021-05-26
1
-11
/
+11
*
libbpf: Add support for new llvm bpf relocations
Yonghong Song
2021-05-25
1
-1
/
+2
*
libbpf: Fix ELF symbol visibility update logic
Andrii Nakryiko
2021-05-12
1
-1
/
+1
*
libbpf: Add per-file linker opts
Andrii Nakryiko
2021-05-12
1
-4
/
+12
*
libbpf: Support extern resolution for BTF-defined maps in .maps section
Andrii Nakryiko
2021-04-23
1
-0
/
+132
*
libbpf: Add linker extern resolution support for functions and global variables
Andrii Nakryiko
2021-04-23
1
-59
/
+790
*
libbpf: Tighten BTF type ID rewriting with error checking
Andrii Nakryiko
2021-04-23
1
-0
/
+7
*
libbpf: Extend sanity checking ELF symbols with externs validation
Andrii Nakryiko
2021-04-23
1
-9
/
+40
*
libbpf: Make few internal helpers available outside of libbpf.c
Andrii Nakryiko
2021-04-23
1
-8
/
+6
*
libbpf: Factor out symtab and relos sanity checks
Andrii Nakryiko
2021-04-23
1
-106
/
+127
*
libbpf: Remove redundant semi-colon
Yang Yingliang
2021-04-03
1
-1
/
+1
*
libbpf: Fix memory leak when emitting final btf_ext
Andrii Nakryiko
2021-03-30
1
-8
/
+16
*
libbpf: Preserve empty DATASEC BTFs during static linking
Andrii Nakryiko
2021-03-26
1
-1
/
+12
*
libbpf: Skip BTF fixup if object file has no BTF
Andrii Nakryiko
2021-03-23
1
-0
/
+3
*
libbpf: Add BPF static linker BTF and BTF.ext support
Andrii Nakryiko
2021-03-19
1
-2
/
+767
*
libbpf: Add BPF static linker APIs
Andrii Nakryiko
2021-03-19
1
-0
/
+1176