summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-05-02selftests/seccomp: Handle EINVAL on unshare(CLONE_NEWPID)Terry Tritton1-1/+8
2024-05-02selftests/seccomp: Change the syscall used in KILL_THREAD testTerry Tritton1-4/+4
2024-05-02selftests/seccomp: user_notification_addfd check nextfd is availableTerry Tritton1-5/+19
2024-05-02tools: ynl: don't ignore errors in NLMSG_DONE messagesJakub Kicinski1-0/+1
2024-04-27selftests/powerpc/papr-vpd: Fix missing variable initializationNathan Lynch1-1/+1
2024-04-27iommufd: Add config needed for iommufd_fail_nthMuhammad Usama Anjum1-0/+2
2024-04-27perf lock contention: Add a missing NULL checkNamhyung Kim1-1/+4
2024-04-27perf annotate: Make sure to call symbol__annotate2() in TUINamhyung Kim2-1/+4
2024-04-27selftests/tcp_ao: Printing fixes to confirm with format-securityDmitry Safonov1-6/+6
2024-04-27selftests/tcp_ao: Fix fscanf() call for format-securityDmitry Safonov1-1/+1
2024-04-27selftests/tcp_ao: Zero-init tcp_ao_info_optDmitry Safonov1-1/+1
2024-04-27selftests/tcp_ao: Make RST tests less flakyDmitry Safonov1-10/+13
2024-04-27net: change maximum number of UDP segments to 128Yuri Benditovich1-1/+1
2024-04-27selftests/ftrace: Limit length in subsystem-enable testsYuanhe Shu1-3/+3
2024-04-17selftests: kselftest: Fix build failure with NOLIBCOleg Nesterov1-0/+5
2024-04-17selftests: kselftest: Mark functions that unconditionally call exit() as __no...Nathan Chancellor1-6/+9
2024-04-17selftests: timers: Fix abs() warning in posix_timers testJohn Stultz1-1/+1
2024-04-17selftests: timers: Fix posix_timers ksft_print_msg() warningJohn Stultz1-1/+1
2024-04-17selftests/timers/posix_timers: Reimplement check_timer_distribution()Oleg Nesterov2-56/+60
2024-04-13tools: iio: replace seekdir() in iio_generic_bufferPetre Rodan1-1/+1
2024-04-13ktest: force $buildonly = 1 for 'make_warnings_file' test typeRicardo B. Marliere1-0/+1
2024-04-13libperf evlist: Avoid out-of-bounds accessIan Rogers2-8/+14
2024-04-13tools/power x86_energy_perf_policy: Fix file leak in get_pkg_num()Samasth Norway Ananda1-0/+1
2024-04-10selftests/mm: include strings.h for ffslEdward Liaw1-1/+1
2024-04-10mptcp: don't account accept() of non-MPC client as fallback to TCPDavide Caratti1-0/+9
2024-04-10selftests: mptcp: use += operator to append stringsGeliang Tang2-40/+43
2024-04-10selftests: mptcp: connect: fix shellcheck warningsMatthieu Baerts (NGI0)1-29/+47
2024-04-10selftests: reuseaddr_conflict: add missing new line at the end of the outputJakub Kicinski1-1/+1
2024-04-10selftests: net: gro fwd: update vxlan GRO test expectationsAntoine Tenart1-8/+2
2024-04-10selftests: mptcp: join: fix dev in check_endpointGeliang Tang1-1/+3
2024-04-10selftests: vxlan_mdb: Fix failures with old libnetIdo Schimmel1-77/+128
2024-04-10tools: ynl: fix setting presence bits in simple nestsJakub Kicinski1-2/+5
2024-04-03tools/resolve_btfids: fix build with musl libcNatanael Copa1-0/+2
2024-04-03selftests/mm: fix ARM related issue with fork after pthread_createEdward Liaw3-0/+15
2024-04-03selftests/mm: sigbus-wp test requires UFFD_FEATURE_WP_HUGETLBFS_SHMEMEdward Liaw1-1/+2
2024-04-03selftests/mm: Fix build with _FORTIFY_SOURCEVitaly Chikunov3-3/+3
2024-04-03wireguard: selftests: set RISCV_ISA_FALLBACK on riscv{32,64}Jason A. Donenfeld2-0/+2
2024-04-03lsm: use 32-bit compatible data types in LSM syscallsCasey Schaufler4-15/+15
2024-04-03selftests/mqueue: Set timeout to 180 secondsSeongJae Park1-0/+1
2024-03-27selftests: forwarding: Fix ping failure due to short timeoutIdo Schimmel2-4/+4
2024-03-27perf vendor events amd: Fix Zen 4 cache latency eventsSandipan Das2-0/+60
2024-03-27perf pmu: Fix a potential memory leak in perf_pmu__lookup()Christophe JAILLET1-4/+3
2024-03-27perf print-events: make is_event_supported() more robustMark Rutland1-8/+19
2024-03-27perf metric: Don't remove scale from countsIan Rogers1-6/+1
2024-03-27perf stat: Avoid metric-only segvIan Rogers1-1/+1
2024-03-27perf expr: Fix "has_event" function for metric style eventsIan Rogers1-1/+19
2024-03-27perf srcline: Add missed addr2line closesIan Rogers1-0/+2
2024-03-27perf thread_map: Free strlist on normal path in thread_map__new_by_tid_str()Yang Jihong1-1/+1
2024-03-27perf bpf: Clean up the generated/copied vmlinux.hArnaldo Carvalho de Melo1-1/+1
2024-03-27perf evsel: Fix duplicate initialization of data->id in evsel__parse_sample()Yang Jihong1-1/+0