summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/verifier
AgeCommit message (Expand)Author
2021-12-16bpf, selftests: Add test case trying to taint map value pointerDaniel Borkmann
2021-12-14bpf, selftests: Update test case for atomic cmpxchg on r0 with pointerDaniel Borkmann
2021-12-14bpf, selftests: Add test case for atomic fetch on spilled pointerDaniel Borkmann
2021-12-10selftests/bpf: Tests for state pruning with u32 spill/fillPaul Chaignon
2021-12-08bpf: Add selftests to cover packet access corner casesMaxim Mikityanskiy
2021-12-03bpf: Fix the off-by-two error in range markingsMaxim Mikityanskiy
2021-11-15selftests/bpf: Add tests for restricted helpersDmitrii Banshchikov
2021-11-12selftests/bpf: Check map in map pruningLorenz Bauer
2021-11-03selftests/bpf: Verifier test on refill from a smaller spillMartin KaFai Lau
2021-11-01bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off.Alexei Starovoitov
2021-10-25selftests/bpf: Use __BYTE_ORDER__Ilya Leoshkevich
2021-10-20selftests/bpf: Some more atomic testsBrendan Jackman
2021-10-06bpf, x64: Save bytes for DIV by reducing reg copiesJie Meng
2021-10-05bpf: selftests: Add selftests for module kfunc supportKumar Kartikeya Dwivedi
2021-09-26bpf: selftest: Add verifier tests for <8-byte scalar spill and refillMartin KaFai Lau
2021-09-14bpf,x64 Emit IMUL instead of MUL for x86-64Jie Meng
2021-09-10selftests/bpf: Test new __sk_buff field hwtstampVadim Fedorenko
2021-08-13selftests, bpf: Test that dead ldx_w insns are acceptedIlya Leoshkevich
2021-07-16bpf, selftests: Add test cases for pointer alu from multiple pathsDaniel Borkmann
2021-06-14bpf, selftests: Adjust few selftest outcomes wrt unreachable codeDaniel Borkmann
2021-05-25bpf, selftests: Adjust few selftest result_unpriv outcomesDaniel Borkmann
2021-04-27bpf: Fix propagation of 32 bit unsigned bounds from 64 bit boundsDaniel Borkmann
2021-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-04-19bpf/selftests: Add bpf_get_task_stack retval bounds verifier testDave Marchevsky
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-16bpf: Update selftests to reflect new error statesDaniel Borkmann
2021-03-26bpf: Support bpf program calling kernel functionMartin KaFai Lau
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-03-17bpf, selftests: Fix up some test_verifier cases for unprivilegedPiotr Krysiuk
2021-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-03-04selftests: bpf: Don't run sk_lookup in verifier testsLorenz Bauer
2021-03-04bpf: Explicitly zero-extend R0 after 32-bit cmpxchgBrendan Jackman
2021-03-02selftests/bpf: Mask bpf_csum_diff() return value to 16 bits in test_verifierYauheni Kaliuta
2021-02-22bpf, x86: Fix BPF_FETCH atomic and/or/xor with r0 as srcBrendan Jackman
2021-02-10selftests/bpf: Fix endianness issues in atomic testsIlya Leoshkevich
2021-02-10selftest/bpf: Verifier tests for var-off accessAndrei Matei
2021-02-10selftest/bpf: Adjust expected verifier errorsAndrei Matei
2021-02-02bpf: Propagate stack bounds to registers in atomics w/ BPF_FETCHBrendan Jackman
2021-01-20selftests/bpf: Add verifier tests for x64 jit jump paddingGary Lin
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-14bpf: Add tests for new BPF atomic operationsBrendan Jackman
2021-01-14bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman
2021-01-13selftests/bpf: Add verifier test for PTR_TO_MEM spillGilad Reti
2020-12-14Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-12-14selftests/bpf: Add a test for ptr_to_map_value on stack for helper accessYonghong Song
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-10selftests/bpf: Fix array access with signed variable testJean-Philippe Brucker
2020-12-10selftests/bpf: Add test for signed 32-bit bound check bugJean-Philippe Brucker
2020-11-18selftests/bpf: Mark tests that require unaligned memory accessBjörn Töpel
2020-11-13selftests/bpf: Add asm tests for pkt vs pkt_end comparison.Alexei Starovoitov