summaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorLines
2022-03-21selftests/bpf/test_lirc_mode2.sh: Exit with proper codeHangbin Liu-1/+4
2022-03-20selftests/bpf: Test skipping stacktraceNamhyung Kim-0/+131
2022-03-20selftests/bpf: Fix test for 4-byte load from remote_port on big-endianJakub Sitnicki-2/+8
2022-03-20selftests/bpf: Fix u8 narrow load checks for bpf_sk_lookup remote_portJakub Sitnicki-2/+1
2022-03-20selftests/bpf: Test for associating multiple elements with the local storageJoanne Koong-0/+19
2022-03-18selftest: net: Test IPv4 PMTU exceptions with DSCP and ECNGuillaume Nault-4/+137
2022-03-18Merge tag 'kvmarm-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini-30/+105
2022-03-18af_vsock: SOCK_SEQPACKET broken buffer testKrasnov Arseniy Vladimirovich-0/+131
2022-03-18af_vsock: SOCK_SEQPACKET receive timeout testKrasnov Arseniy Vladimirovich-0/+84
2022-03-18selftests/bpf: Fix test for 4-byte load from dst_port on big-endianJakub Sitnicki-1/+7
2022-03-18selftests/bpf: Use constants for socket states in sock_fields testJakub Sitnicki-5/+5
2022-03-18selftests/bpf: Check dst_port only on the client socketJakub Sitnicki-0/+4
2022-03-18selftests/bpf: Fix error reporting from sock_fields programsJakub Sitnicki-1/+1
2022-03-18af_unix: Support POLLPRI for OOB.Kuniyuki Iwashima-3/+3
2022-03-17selftests/bpf: Test subskeleton functionalityDelyan Kratunov-2/+194
2022-03-17selftests/bpf: Add cookie test for bpf_program__attach_kprobe_multi_optsJiri Olsa-0/+68
2022-03-17selftests/bpf: Add attach test for bpf_program__attach_kprobe_multi_optsJiri Olsa-11/+193
2022-03-17selftests/bpf: Add kprobe_multi bpf_cookie testJiri Olsa-19/+131
2022-03-17selftests/bpf: Add kprobe_multi attach testJiri Olsa-0/+243
2022-03-17selftests/bpf: Fix tunnel remote IP commentsKaixi Fan-1/+1
2022-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-7/+4
2022-03-17Merge tag 'net-5.17-final' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds-3/+2
2022-03-17selftests: vm: fix clang build error multiple output filesYosry Ahmed-4/+2
2022-03-17selftests: net: fix array_size.cocci warningGuo Zhengkui-5/+10
2022-03-16selftests/bpf: Test subprog jit when toggle bpf_jit_harden repeatedlyHou Tao-9/+68
2022-03-16bpf: selftests: Remove libcap usage from test_progsMartin KaFai Lau-38/+11
2022-03-16bpf: selftests: Remove libcap usage from test_verifierMartin KaFai Lau-64/+27
2022-03-16bpf: selftests: Add helpers to directly use the capget and capset syscallMartin KaFai Lau-0/+86
2022-03-15net: Add l3mdev index to flow struct and avoid oif reset for port devicesDavid Ahern-1/+1
2022-03-15Merge tag 'kvm-s390-next-5.18-2' of https://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini-118/+617
2022-03-15selftests/bpf: Clean up array_size.cocci warningsGuo Zhengkui-15/+15
2022-03-15selftests: mlxsw: hw_stats_l3: Add a new testPetr Machata-0/+31
2022-03-15selftests: netdevsim: hw_stats_l3: Add a new testPetr Machata-0/+481
2022-03-15Merge tag 'v5.17-rc8' into sched/core, to pick up fixesIngo Molnar-53/+418
2022-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski-3/+2
2022-03-14KVM: s390: selftests: Add error memop testsJanis Schoetterl-Glausch-13/+124
2022-03-14KVM: s390: selftests: Add more copy memop testsJanis Schoetterl-Glausch-13/+230
2022-03-14KVM: s390: selftests: Add named stages for memop testJanis Schoetterl-Glausch-11/+33
2022-03-14KVM: s390: selftests: Add macro as abstraction for MEM_OPJanis Schoetterl-Glausch-75/+197
2022-03-14KVM: s390: selftests: Split memop testsJanis Schoetterl-Glausch-55/+82
2022-03-14selftests: tc-testing: Increase timeout in tdc config fileVictor Nogueira-1/+1
2022-03-11nvdimm/region: Delete nd_blk_region infrastructureDan Williams-63/+4
2022-03-11ACPI: NFIT: Remove block aperture supportDan Williams-23/+0
2022-03-11nvdimm/blk: Delete the block-aperture window driverDan Williams-5/+0
2022-03-11selftests/bpf: Fix a clang compilation error for send_signal.cYonghong Song-1/+1
2022-03-11selftests/bpf: Add a test for maximum packet size in xdp_do_redirectToke Høiland-Jørgensen-0/+24
2022-03-10selftests/bpf: Check that bpf_kernel_read_file() denies reading IMA policyRoberto Sassu-0/+35
2022-03-10selftests/bpf: Add test for bpf_lsm_kernel_read_file()Roberto Sassu-1/+49
2022-03-10selftests/bpf: Check if the digest is refreshed after a file writeRoberto Sassu-4/+103
2022-03-10selftests/bpf: Add test for bpf_ima_file_hash()Roberto Sassu-6/+47