summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2025-08-01Revert "selftests/bpf: Add a cgroup prog bpf_get_ns_current_pid_tgid() test"Shung-Hsi Yu2-80/+0
2025-08-01selftests: mptcp: connect: also cover checksumMatthieu Baerts (NGI0)2-1/+6
2025-08-01selftests: mptcp: connect: also cover alt modesMatthieu Baerts (NGI0)3-1/+12
2025-07-24Revert "selftests/bpf: dummy_st_ops should reject 0 for non-nullable params"Shung-Hsi Yu1-27/+0
2025-07-24Revert "selftests/bpf: adjust dummy_st_ops_success to detect additional error"Shung-Hsi Yu1-11/+2
2025-07-24selftests: net: increase inter-packet timeout in udpgro.shPaolo Abeni1-4/+4
2025-07-17selftests/bpf: adapt one more case in test_lru_map to the new target_freeWillem de Bruijn1-15/+18
2025-07-17bpf: Adjust free target to avoid global starvation of LRU mapWillem de Bruijn1-37/+35
2025-07-17x86/rdrand: Disable RDSEED on AMD Cyan SkillfishMikhail Paulyshka1-0/+1
2025-07-17kallsyms: fix build without execinfoAchill Gilgenast1-0/+4
2025-07-17perf: build: Setup PKG_CONFIG_LIBDIR for cross compilationLeo Yan2-2/+50
2025-07-06libbpf: Fix possible use-after-free for externsAdin Scannell2-3/+23
2025-07-06libbpf: Fix null pointer dereference in btf_dump__free on allocation failureYuan Chen1-0/+3
2025-06-27perf evsel: Missed close() when probing hybrid core PMUsIan Rogers1-0/+1
2025-06-27bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETEPaul Chaignon1-0/+2
2025-06-27selftests/x86: Add a test to detect infinite SIGTRAP handler loopXin Li (Intel)2-1/+102
2025-06-27libbpf: Add identical pointer detection to btf_dedup_is_equiv()Alan Maguire1-0/+16
2025-06-19tools/resolve_btfids: Fix build when cross compiling kernel with clang.Suleiman Souhlal1-1/+1
2025-06-19perf trace: Always print return value for syscalls returning a pidAnubhav Shelat1-1/+1
2025-06-19perf record: Fix incorrect --user-regs commentsDapeng Mi1-1/+1
2025-06-19perf tests switch-tracking: Fix timestamp comparisonLeo Yan1-1/+1
2025-06-19perf scripts python: exported-sql-viewer.py: Fix pattern matching with Python 3Adrian Hunter1-1/+4
2025-06-19perf intel-pt: Fix PEBS-via-PT data_srcAdrian Hunter1-3/+202
2025-06-19perf trace: Fix leaks of 'struct thread' in set_filter_loop_pids()Namhyung Kim1-0/+3
2025-06-19perf ui browser hists: Set actions->thread before calling do_zoom_thread()Arnaldo Carvalho de Melo1-1/+1
2025-06-19perf build: Warn when libdebuginfod devel files are not availableArnaldo Carvalho de Melo1-0/+2
2025-06-19libbpf: Use proper errno value in nlattrAnton Protopopov1-8/+7
2025-06-19bpf: Fix uninitialized values in BPF_{CORE,PROBE}_READAnton Protopopov1-0/+6
2025-06-19libbpf: Use proper errno value in linkerAnton Protopopov1-2/+2
2025-06-19Use thread-safe function pointer in libbpf_printJonathan Wiepert1-1/+1
2025-06-19libbpf: Remove sample_period init in perf_bufferTao Chen1-1/+0
2025-06-19libbpf: Fix buffer overflow in bpf_object__init_progViktor Malik1-1/+1
2025-06-19selftests/bpf: Fix bpf_nf selftest failureSaket Kumar Bhaskar1-0/+6
2025-06-19selftests/seccomp: fix syscall_restart test for arm compatNeill Kapron1-2/+5
2025-06-19tools/x86/kcpuid: Fix error handlingAhmed S. Darwish1-24/+23
2025-06-04tools: ynl-gen: validate 0 len strings from kernelDavid Wei1-1/+1
2025-06-04bpftool: Fix readlink usage in get_fd_typeViktor Malik1-1/+2
2025-06-04bridge: mdb: Allow replace of a host-joined groupPetr Machata1-1/+1
2025-06-04kunit: tool: Use qboot on QEMU x86_64Brendan Jackman1-1/+3
2025-06-04libbpf: Fix out-of-bound readNandakumar Edamana1-1/+1
2025-06-04selftests/net: have `gro.sh -t` return a correct exit codeKevin Krakauer1-1/+2
2025-06-04bpf: Allow pre-ordering for bpf cgroup progsYonghong Song1-0/+1
2025-06-04objtool: Fix error handling inconsistencies in check()Josh Poimboeuf1-4/+6
2025-06-04tools/build: Don't pass test log files to linkerIan Rogers1-1/+5
2025-06-04objtool: Properly disable uaccess validationJosh Poimboeuf1-2/+9
2025-06-04selftests/bpf: Mitigate sockmap_ktls disconnect_after_delete failureIhor Solodrai1-1/+0
2025-05-22selftests/mm: compaction_test: support platform with huge mount of memoryFeng Tang1-5/+14
2025-05-22tools/net/ynl: ethtool: fix crash when Hardware Clock info is missingHangbin Liu1-7/+15
2025-05-22tools: ynl: ethtool.py: Output timestamping statistics from tsinfo-get operationRahul Rameshbabu1-1/+10
2025-05-22binfmt_elf: Honor PT_LOAD alignment for static PIEKees Cook1-1/+1