summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-12-31selftests: devlink: fix the fd redirect in dummy_reporter_testJakub Kicinski1-2/+2
2022-12-31selftests/bpf: Select CONFIG_FUNCTION_ERROR_INJECTIONSong Liu1-0/+1
2022-12-31selftests/powerpc: Fix resource leaksMiaoqian Lin1-1/+4
2022-12-31perf stat: Do not delay the workload with --delayNamhyung Kim1-16/+17
2022-12-31perf off_cpu: Fix a typo in BTF tracepoint name, it should be 'btf_trace_sche...Namhyung Kim1-1/+1
2022-12-31perf branch: Fix interpretation of branch recordsJames Clark1-1/+2
2022-12-31perf symbol: correction while adjusting symbolAjay Kaher1-1/+1
2022-12-31perf trace: Handle failure when trace point folder is missedLeo Yan1-7/+10
2022-12-31perf trace: Use macro RAW_SYSCALL_ARGS_NUM to replace numberLeo Yan1-4/+7
2022-12-31perf trace: Return error if a system call doesn't existLeo Yan1-2/+2
2022-12-31perf stat: Move common code in print_metric_headers()Namhyung Kim1-5/+8
2022-12-31perf stat: Use evsel__is_hybrid() moreNamhyung Kim1-16/+4
2022-12-31perf tools: Fix "kernel lock contention analysis" test by not printing warnin...James Clark1-0/+5
2022-12-31bpftool: Fix memory leak in do_build_table_cbMiaoqian Lin1-0/+1
2022-12-31netfilter: conntrack: set icmpv6 redirects as RELATEDFlorian Westphal1-2/+34
2022-12-31selftests/bpf: Mount debugfs in setns_by_fdStanislav Fomichev4-3/+7
2022-12-31selftests/bpf: Make sure zero-len skbs aren't redirectableStanislav Fomichev2-0/+183
2022-12-31selftests/bpf: fix memory leak of lsm_cgroupWang Yufen2-4/+21
2022-12-31selftests/bpf: Fix incorrect ASSERT in the tcp_hdr_options testMartin KaFai Lau1-2/+2
2022-12-31selftests/bpf: Fix xdp_synproxy compilation failure in 32-bit archYang Jihong1-2/+3
2022-12-31libbpf: Btf dedup identical struct test needs check for nested structs/arraysAlan Maguire1-3/+5
2022-12-31selftests/bpf: fix missing BPF object filesWang Yufen9-29/+40
2022-12-31libbpf: Fix null-pointer dereference in find_prog_by_sec_insn()Shung-Hsi Yu1-0/+3
2022-12-31libbpf: Deal with section with no data gracefullyShung-Hsi Yu1-1/+5
2022-12-31libbpf: Use elf_getshdrnum() instead of e_shnumShung-Hsi Yu1-4/+9
2022-12-31selftest/bpf: Fix error usage of ASSERT_OK in xdp_adjust_tail.cXu Kuohai1-3/+3
2022-12-31selftests/bpf: Fix error failure of case test_xdp_adjust_tail_growXu Kuohai1-0/+1
2022-12-31selftest/bpf: Fix memory leak in kprobe_multi_testXu Kuohai1-12/+14
2022-12-31selftests/bpf: Fix memory leak caused by not destroying skeletonXu Kuohai2-2/+4
2022-12-31libbpf: Fix memory leak in parse_usdt_arg()Xu Kuohai1-7/+4
2022-12-31libbpf: Fix use-after-free in btf_dump_name_dupsXu Kuohai1-3/+26
2022-12-31selftests/bpf: Add missing bpf_iter_vma_offset__destroy callJiri Olsa1-6/+5
2022-12-31selftests/efivarfs: Add checking of the test return valueZhao Gongyi1-0/+5
2022-12-31selftests: cgroup: fix unsigned comparison with less than zeroYueHaibing1-2/+3
2022-12-31proc: fixup uptime selftestAlexey Dobriyan1-1/+2
2022-12-31selftests/ftrace: event_triggers: wait longer for test_event_enableYipeng Zou1-4/+11
2022-12-31objtool, kcsan: Add volatile read/write instrumentation to whitelistMarco Elver1-0/+10
2022-12-21libbpf: Fix uninitialized warning in btf_dump_dump_type_dataDavid Michael1-1/+1
2022-12-11Merge tag 'mm-hotfixes-stable-2022-12-10-1' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-3/+3
2022-12-10kselftests: cgroup: update kmem test precision toleranceMichal Hocko1-3/+3
2022-12-09Merge tag 'net-6.1-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds7-4/+220
2022-12-07ipv4: Fix incorrect route flushing when table ID 0 is usedIdo Schimmel1-0/+10
2022-12-07ipv4: Fix incorrect route flushing when source address is deletedIdo Schimmel1-0/+27
2022-12-03selftests: net: Use "grep -E" instead of "egrep"Tiezhu Yang1-1/+1
2022-12-03selftests: rtnetlink: correct xfrm policy rule in kci_test_ipsec_offloadZhengchao Shao1-1/+1
2022-12-03selftests/tls: Fix tls selftests dependency to correct algorithmTianjia Zhang1-1/+1
2022-12-03Merge tag 'mm-hotfixes-stable-2022-12-02' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-2/+2
2022-12-01af_unix: Add test for sock_diag and UDIAG_SHOW_UID.Kuniyuki Iwashima3-1/+180
2022-12-01tools/vm/slabinfo-gnuplot: use "grep -E" instead of "egrep"Tiezhu Yang1-2/+2
2022-11-29Merge tag 'net-6.1-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds6-28/+57