summaryrefslogtreecommitdiffstats
path: root/tools/testing (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-0626-148/+478
|\
| * Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-01-0513-6/+391
| |\
| | * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-01-052-1/+74
| | |\
| | | * selftests/bpf: add a test for iter/task_vma for short-lived processesKui-Feng Lee2022-12-281-0/+73
| | | * selftests/bpf: Temporarily disable part of btf_dump:var_data test.Alexei Starovoitov2022-12-281-1/+1
| | * | selftests: net: return non-zero for failures reported in arp_ndisc_evict_noca...Po-Hsu Lin2023-01-011-2/+9
| | * | selftests: net: fix cleanup_v6() for arp_ndisc_evict_nocarrierPo-Hsu Lin2023-01-011-2/+2
| | * | selftests: net: fix cmsg_so_mark.sh test hangPo-Hsu Lin2022-12-301-1/+1
| | * | tcp: Add selftest for bind() and TIME_WAIT.Kuniyuki Iwashima2022-12-302-0/+93
| | |/
| | * Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2022-12-247-0/+212
| | |\
| | | * selftests/bpf: Add host-tools to gitignoreStanislav Fomichev2022-12-231-0/+1
| | | * selftests/bpf: check null propagation only neither reg is PTR_TO_BTF_IDHao Sun2022-12-232-0/+51
| | | * selftests/bpf: Test bpf_skb_adjust_room on CHECKSUM_PARTIALMartin KaFai Lau2022-12-224-0/+160
| * | | Merge branch 'kvm-late-6.1-fixes' into HEADPaolo Bonzini2022-12-2812-142/+82
| |\ \ \
| | * | | KVM: selftests: restore special vmmcall code layout needed by the harnessPaolo Bonzini2022-12-281-2/+11
| | * | | KVM: x86: fix deadlock for KVM_XEN_EVTCHN_RESETPaolo Bonzini2022-12-281-0/+6
| | * | | KVM: selftests: Mark correct page as mapped in virt_map()Oliver Upton2022-12-271-2/+2
| | * | | KVM: arm64: selftests: Don't identity map the ucall MMIO holeOliver Upton2022-12-271-2/+4
| | * | | KVM: selftests: document the default implementation of vm_vaddr_populate_bitmapPaolo Bonzini2022-12-271-0/+9
| | * | | KVM: selftests: Use magic value to signal ucall_alloc() failureSean Christopherson2022-12-271-2/+14
| | * | | KVM: selftests: Disable "gnu-variable-sized-type-not-at-end" warningSean Christopherson2022-12-271-0/+1
| | * | | KVM: selftests: Include lib.mk before consuming $(CC)Sean Christopherson2022-12-271-4/+5
| | * | | KVM: selftests: Explicitly disable builtins for mem*() overridesSean Christopherson2022-12-271-0/+1
| | * | | KVM: selftests: Probe -no-pie with actual CFLAGS used to compileSean Christopherson2022-12-271-1/+1
| | * | | KVM: selftests: Use proper function prototypes in probing codeSean Christopherson2022-12-271-2/+2
| | * | | KVM: selftests: Rename UNAME_M to ARCH_DIR, fill explicitly for x86Sean Christopherson2022-12-271-34/+13
| | * | | KVM: selftests: Fix a typo in x86-64's kvm_get_cpu_address_width()Sean Christopherson2022-12-271-1/+1
| | * | | KVM: selftests: Use pattern matching in .gitignoreSean Christopherson2022-12-271-85/+6
| | * | | KVM: selftests: Fix divide-by-zero bug in memslot_perf_testSean Christopherson2022-12-271-0/+3
| | * | | KVM: selftests: Delete dead code in x86_64/vmx_tsc_adjust_test.cSean Christopherson2022-12-271-5/+0
| | * | | KVM: selftests: Define literal to asm constraint in aarch64 as unsigned longSean Christopherson2022-12-271-1/+1
| | * | | KVM: selftests: Zero out valid_bank_mask for "all" case in Hyper-V IPI testSean Christopherson2022-12-231-1/+2
| * | | | Merge tag 'trace-probes-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-221-0/+5
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | tracing/probes: Reject symbol/symstr type for uprobeMasami Hiramatsu (Google)2022-12-151-0/+5
* | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-01-0510-23/+411
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | selftests/bpf: Add jit probe_mem corner case tests to s390x denylistDaniel Borkmann2022-12-221-0/+1
| * | | | selftests/bpf: Add verifier test exercising jit PROBE_MEM logicDave Marchevsky2022-12-222-0/+89
| * | | | bpf: makefiles: Do not generate empty vmlinux.hChangbin Du2022-12-211-0/+3
| * | | | selftests/bpf: Add BPF_F_NO_TUNNEL_KEY testChristian Ehrig2022-12-192-3/+58
| * | | | libbpf: Fix btf_dump's packed struct determinationAndrii Nakryiko2022-12-151-0/+19
| * | | | selftests/bpf: Add few corner cases to test padding handling of btf_dumpAndrii Nakryiko2022-12-152-1/+164
| * | | | libbpf: Fix BTF-to-C converter's padding logicAndrii Nakryiko2022-12-152-19/+41
| * | | | selftests/bpf: Add non-standardly sized enum tests for btf_dumpAndrii Nakryiko2022-12-151-0/+36
* | | | | Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-12-219-8/+340
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-12-165-5/+78
| |\ \ \ \
| | * | | | selftests/bpf: Add a test for using a cpumap from an freplace-to-XDP programToke Høiland-Jørgensen2022-12-152-0/+72
| | * | | | selftests/bpf: Select CONFIG_FUNCTION_ERROR_INJECTIONSong Liu2022-12-141-0/+1
| | * | | | selftests/bpf: Fix a selftest compilation error with CONFIG_SMP=nYonghong Song2022-12-142-5/+5
| * | | | | selftests: devlink: add a warning for interfaces coming upJakub Kicinski2022-12-161-0/+13
| * | | | | selftests: devlink: fix the fd redirect in dummy_reporter_testJakub Kicinski2022-12-161-2/+2
| |/ / / /