index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftests/bpf: Use kselftest skip code for skipped tests
Po-Hsu Lin
2021-09-30
2
-3
/
+9
*
bpf: selftests: Fix fd cleanup in get_branch_snapshot
Kumar Kartikeya Dwivedi
2021-09-29
1
-3
/
+2
*
selftests/bpf: Fix probe_user test failure with clang build kernel
Yonghong Song
2021-09-28
2
-4
/
+28
*
selftests/bpf: Switch sk_lookup selftests to strict SEC("sk_lookup") use
Andrii Nakryiko
2021-09-28
1
-19
/
+19
*
selftests/bpf: Normalize all the rest SEC() uses
Andrii Nakryiko
2021-09-28
12
-35
/
+33
*
selftests/bpf: Switch SEC("classifier*") usage to a strict SEC("tc")
Andrii Nakryiko
2021-09-28
39
-157
/
+141
*
selftests/bpf: Normalize XDP section names in selftests
Andrii Nakryiko
2021-09-28
19
-30
/
+27
*
selftests: xsk: Add frame_headroom test
Magnus Karlsson
2021-09-28
2
-11
/
+44
*
selftests: xsk: Change interleaving of packets in unaligned mode
Magnus Karlsson
2021-09-28
1
-3
/
+3
*
selftests: xsk: Add single packet test
Magnus Karlsson
2021-09-28
2
-0
/
+14
*
selftests: xsk: Introduce pacing of traffic
Magnus Karlsson
2021-09-28
2
-7
/
+29
*
selftests: xsk: Fix socket creation retry
Magnus Karlsson
2021-09-28
1
-6
/
+5
*
selftests: xsk: Put the same buffer only once in the fill ring
Magnus Karlsson
2021-09-28
1
-6
/
+11
*
selftests: xsk: Fix missing initialization
Magnus Karlsson
2021-09-28
1
-0
/
+7
*
bpf: selftest: Add verifier tests for <8-byte scalar spill and refill
Martin KaFai Lau
2021-09-26
1
-0
/
+161
*
bpf: selftest: A bpf prog that has a 32bit scalar spill
Martin KaFai Lau
2021-09-26
3
-0
/
+393
*
selftests/bpf: Fix btf_dump __int128 test failure with clang build kernel
Yonghong Song
2021-09-24
1
-6
/
+21
*
seltests: bpf: test_tunnel: Use ip neigh
Jiri Benc
2021-09-21
1
-2
/
+3
*
selftests/bpf: Adopt attach_probe selftest to work on old kernels
Andrii Nakryiko
2021-09-21
1
-4
/
+20
*
selftests/bpf: Add trace_vprintk test prog
Dave Marchevsky
2021-09-17
3
-1
/
+103
*
selftests/bpf: Migrate prog_tests/trace_printk CHECKs to ASSERTs
Dave Marchevsky
2021-09-17
1
-15
/
+9
*
bpftool: Only probe trace_vprintk feature in 'full' mode
Dave Marchevsky
2021-09-17
1
-13
/
+9
*
selftests/bpf: Stop using bpf_program__load
Dave Marchevsky
2021-09-17
1
-8
/
+31
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-09-17
31
-447
/
+1575
|
\
|
*
selftests/bpf: Fix a few compiler warnings
Yonghong Song
2021-09-17
2
-5
/
+3
|
*
selftests/bpf: Switch fexit_bpf2bpf selftest to set_attach_target() API
Andrii Nakryiko
2021-09-17
1
-17
/
+26
|
*
selftests/bpf: Stop using relaxed_core_relocs which has no effect
Andrii Nakryiko
2021-09-17
1
-2
/
+1
|
*
selftests/bpf: Skip btf_tag test if btf_tag attribute not supported
Yonghong Song
2021-09-15
3
-1
/
+31
|
*
selftests/bpf: Add a test with a bpf program with btf_tag attributes
Yonghong Song
2021-09-14
2
-0
/
+53
|
*
selftests/bpf: Test BTF_KIND_TAG for deduplication
Yonghong Song
2021-09-14
1
-17
/
+175
|
*
selftests/bpf: Add BTF_KIND_TAG unit tests
Yonghong Song
2021-09-14
2
-0
/
+248
|
*
selftests/bpf: Change NAME_NTH/IS_NAME_NTH for BTF_KIND_TAG format
Yonghong Song
2021-09-14
1
-2
/
+2
|
*
selftests/bpf: Test libbpf API function btf__add_tag()
Yonghong Song
2021-09-14
2
-1
/
+27
|
*
selftests/bpf: Fix .gitignore to not ignore test_progs.c
Andrii Nakryiko
2021-09-14
1
-2
/
+3
|
*
bpf,x64 Emit IMUL instead of MUL for x86-64
Jie Meng
2021-09-14
1
-3
/
+19
|
*
selftests/bpf: Update selftests to always provide "struct_ops" SEC
Andrii Nakryiko
2021-09-14
1
-9
/
+3
|
*
bpf, selftests: Replicate tailcall limit test for indirect call case
Daniel Borkmann
2021-09-13
2
-5
/
+54
|
*
selftests/bpf: Add test for bpf_get_branch_snapshot
Song Liu
2021-09-13
9
-52
/
+243
|
*
selftests/bpf: Test new __sk_buff field hwtstamp
Vadim Fedorenko
2021-09-10
3
-0
/
+63
|
*
selftests: xsk: Add tests for 2K frame size
Magnus Karlsson
2021-09-10
2
-0
/
+25
|
*
selftests: xsk: Add tests for invalid xsk descriptors
Magnus Karlsson
2021-09-10
2
-18
/
+132
|
*
selftests: xsk: Eliminate test specific if-statement in test runner
Magnus Karlsson
2021-09-10
1
-4
/
+12
|
*
selftests: xsk: Add test for unaligned mode
Magnus Karlsson
2021-09-10
2
-23
/
+108
|
*
selftests: xsk: Introduce replacing the default packet stream
Magnus Karlsson
2021-09-10
2
-18
/
+48
|
*
selftests: xsk: Allow for invalid packets
Magnus Karlsson
2021-09-10
2
-6
/
+11
|
*
selftests: xsk: Eliminate MAX_SOCKS define
Magnus Karlsson
2021-09-10
2
-10
/
+9
|
*
selftests: xsx: Make pthreads local scope
Magnus Karlsson
2021-09-10
2
-2
/
+1
|
*
selftests: xsk: Make xdp_flags and bind_flags local
Magnus Karlsson
2021-09-10
2
-32
/
+31
|
*
selftests: xsk: Specify number of sockets to create
Magnus Karlsson
2021-09-10
2
-34
/
+27
|
*
selftests: xsk: Replace second_step global variable
Magnus Karlsson
2021-09-10
2
-45
/
+36
[next]