index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libbpf: Fix signed overflow in ringbuf_process_ring
Brendan Jackman
2021-05-03
1
-9
/
+21
*
selftests/bpf: Fix the snprintf test
Florent Revest
2021-04-30
2
-0
/
+7
*
Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2021-04-29
198
-2258
/
+14933
|
\
|
*
bpf, selftests: Update array map tests for per-cpu batched ops
Pedro Tammela
2021-04-28
1
-29
/
+75
|
*
bpf: Fix propagation of 32 bit unsigned bounds from 64 bit bounds
Daniel Borkmann
2021-04-27
1
-1
/
+1
|
*
selftests/bpf: Fix core_reloc test runner
Andrii Nakryiko
2021-04-27
1
-8
/
+12
|
*
selftests/bpf: Fix field existence CO-RE reloc tests
Andrii Nakryiko
2021-04-27
9
-48
/
+24
|
*
selftests/bpf: Fix BPF_CORE_READ_BITFIELD() macro
Andrii Nakryiko
2021-04-27
1
-4
/
+12
|
*
libbpf: Support BTF_KIND_FLOAT during type compatibility checks in CO-RE
Andrii Nakryiko
2021-04-27
1
-2
/
+4
|
*
selftests/bpf: Add remaining ASSERT_xxx() variants
Andrii Nakryiko
2021-04-27
7
-15
/
+56
|
*
selftests/bpf: Use ASSERT macros in lsm test
Jiri Olsa
2021-04-26
1
-17
/
+10
|
*
selftests/bpf: Test that module can't be unloaded with attached trampoline
Jiri Olsa
2021-04-26
1
-0
/
+23
|
*
selftests/bpf: Add re-attach test to lsm test
Jiri Olsa
2021-04-26
1
-10
/
+38
|
*
selftests/bpf: Add re-attach test to fexit_test
Jiri Olsa
2021-04-26
1
-15
/
+37
|
*
selftests/bpf: Add re-attach test to fentry_test
Jiri Olsa
2021-04-26
1
-15
/
+37
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-04-26
47
-497
/
+2559
|
|
\
|
|
*
selftests/bpf: Document latest Clang fix expectations for linking tests
Andrii Nakryiko
2021-04-23
1
-0
/
+9
|
|
*
selftests/bpf: Add map linking selftest
Andrii Nakryiko
2021-04-23
4
-1
/
+191
|
|
*
selftests/bpf: Add global variables linking selftest
Andrii Nakryiko
2021-04-23
4
-1
/
+154
|
|
*
selftests/bpf: Add function linking selftest
Andrii Nakryiko
2021-04-23
4
-1
/
+190
|
|
*
selftests/bpf: Omit skeleton generation for multi-linked BPF object files
Andrii Nakryiko
2021-04-23
1
-1
/
+3
|
|
*
selftests/bpf: Use -O0 instead of -Og in selftests builds
Andrii Nakryiko
2021-04-23
1
-4
/
+4
|
|
*
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
3
-18
/
+16
|
|
*
libbpf: Factor out symtab and relos sanity checks
Andrii Nakryiko
2021-04-23
1
-106
/
+127
|
|
*
libbpf: Refactor BTF map definition parsing
Andrii Nakryiko
2021-04-23
2
-111
/
+178
|
|
*
libbpf: Allow gaps in BPF program sections to support overriden weak functions
Andrii Nakryiko
2021-04-23
1
-36
/
+22
|
|
*
libbpf: Mark BPF subprogs with hidden visibility as static for BPF verifier
Andrii Nakryiko
2021-04-23
4
-6
/
+58
|
|
*
libbpf: Suppress compiler warning when using SEC() macro with externs
Andrii Nakryiko
2021-04-23
1
-2
/
+9
|
|
*
bpftool: Dump more info about DATASEC members
Andrii Nakryiko
2021-04-23
1
-8
/
+18
|
|
*
bpftool: Support dumping BTF VAR's "extern" linkage
Andrii Nakryiko
2021-04-23
1
-1
/
+3
|
|
*
selftests/bpf: Add docs target as all dependency
Jiri Olsa
2021-04-21
1
-1
/
+2
|
|
*
bpf/selftests: Add bpf_get_task_stack retval bounds test_prog
Dave Marchevsky
2021-04-20
2
-0
/
+28
|
|
*
bpf/selftests: Add bpf_get_task_stack retval bounds verifier test
Dave Marchevsky
2021-04-20
1
-0
/
+43
|
|
*
selftests/bpf: Add a series of tests for bpf_snprintf
Florent Revest
2021-04-20
3
-0
/
+218
|
|
*
libbpf: Introduce a BPF_SNPRINTF helper macro
Florent Revest
2021-04-20
1
-0
/
+18
|
|
*
libbpf: Initialize the bpf_seq_printf parameters array field by field
Florent Revest
2021-04-20
1
-11
/
+29
|
|
*
bpf: Add a bpf_snprintf helper
Florent Revest
2021-04-20
1
-0
/
+28
|
|
*
bpftool: Fix a clang compilation warning
Yonghong Song
2021-04-16
1
-1
/
+1
|
|
*
selftests/bpf: Silence clang compilation warnings
Yonghong Song
2021-04-16
3
-4
/
+9
|
|
*
selftests/bpf: Fix test_cpp compilation failure with clang
Yonghong Song
2021-04-16
1
-1
/
+1
|
|
*
tools: Allow proper CC/CXX/... override with LLVM=1 in Makefile.include
Yonghong Song
2021-04-16
1
-2
/
+10
|
|
*
selftests: Set CC to clang in lib.mk if LLVM is set
Yonghong Song
2021-04-16
1
-0
/
+4
|
|
*
libbpf: Remove unused field.
Alexei Starovoitov
2021-04-16
1
-14
/
+1
|
|
*
tools/testing: Remove unused variable
zuoqilin
2021-04-15
1
-1
/
+1
|
|
*
selftests/bpf: Fix the ASSERT_ERR_PTR macro
Florent Revest
2021-04-15
1
-1
/
+1
|
|
*
selftests/bpf: Add tests for target information in bpf_link info queries
Toke Høiland-Jørgensen
2021-04-14
1
-14
/
+44
[next]