aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-29bpf: Fail verification for sign-extension of packet data/data_end/data_metaYonghong Song3-7/+20
2024-07-29bpf: add a get_helper_proto() utility functionEduard Zingerman1-7/+18
2024-07-29tools/runqslower: Fix LDFLAGS and add LDLIBS supportTony Ambardar1-1/+2
2024-07-29selftests/bpf: Fix wrong binary in Makefile log outputTony Ambardar1-5/+6
2024-07-29Merge branch 'selftests-bpf-add-more-uprobe-multi-tests'Andrii Nakryiko2-0/+370
2024-07-29selftests/bpf: Fix compilation failure when CONFIG_NET_FOU!=yArtem Savkov1-6/+21
2024-07-29selftests/bpf: Add uprobe multi consumers testJiri Olsa2-0/+252
2024-07-29selftests/bpf: Fix error linking uprobe_multi on mipsTony Ambardar1-0/+2
2024-07-29selftests/bpf: Add uprobe fail tests for uprobe multiJiri Olsa1-0/+118
2024-07-29selftests/bpf: Add missing system defines for mipsTony Ambardar1-1/+2
2024-07-29selftests/bpf: Don't include .d files on make cleanIhor Solodrai1-0/+2
2024-07-29selftests/bpf: Add a test for mmap-able map in mapSong Liu2-0/+114
2024-07-29Merge branch 'use network helpers, part 10'Martin KaFai Lau2-96/+40
2024-07-29selftests/bpf: Drop __start_server in network_helpersGeliang Tang1-16/+10
2024-07-29selftests/bpf: Drop inetaddr_len in sk_lookupGeliang Tang1-12/+9
2024-07-29selftests/bpf: Drop make_socket in sk_lookupGeliang Tang1-44/+17
2024-07-29selftests/bpf: Drop make_client in sk_lookupGeliang Tang1-27/+7
2024-07-29selftests/bpf: Workaround strict bpf_lsm return value check.Alexei Starovoitov1-0/+1
2024-07-29ARM: dts: broadcom: bcm21664: Move chosen node into Garnet DTSArtur Weber2-4/+4
2024-07-29ARM: dts: broadcom: convert NVMEM content to layout syntaxRafał Miłecki2-8/+16
2024-07-29dt-bindings: soc: bcm: document brcm,bcm2711-avs-monitorKrzysztof Kozlowski1-0/+44
2024-07-29arm64: dts: broadcom: Add minimal support for Raspberry Pi 5Andrea della Porta3-0/+348
2024-07-29scripts: fix all issues reported by pylintDongliang Mu1-73/+141
2024-07-29MAINTAINERS: add Documentation/dev-tools/ to workflows@Jakub Kicinski1-0/+1
2024-07-29Documentation: ioctl: document 0x07 ioctl codeAlyssa Ross1-0/+1
2024-07-29docs/zh_CN: add the translation of kbuild/headers_install.rstDongliang Mu3-1/+75
2024-07-29docs/core-api: memory-allocation: GFP_NOWAIT doesn't need __GFP_NOWARNDave Martin1-2/+3
2024-07-29lsm: infrastructure management of the perf_event security blobCasey Schaufler5-17/+29
2024-07-29lsm: infrastructure management of the infiniband blobCasey Schaufler5-17/+25
2024-07-29lsm: infrastructure management of the dev_tun blobCasey Schaufler5-20/+28
2024-07-29lsm: add helper for blob allocationsCasey Schaufler1-64/+33
2024-07-29lsm: infrastructure management of the key security blobCasey Schaufler7-38/+69
2024-07-29lsm: infrastructure management of the sock securityCasey Schaufler11-113/+133
2024-07-29selftests/bpf: Filter out _GNU_SOURCE when compiling test_cppStanislav Fomichev1-1/+1
2024-07-29drm/xe/xe2hpg: Introduce performance tuning changes for Xe2_HPGSai Teja Pottumuttu2-0/+9
2024-07-29selinux: refactor code to return ERR_PTR in selinux_netlbl_sock_genattrGaosheng Cui1-9/+9
2024-07-29selinux: Streamline type determination in security_compute_sidCanfeng Guo1-17/+19
2024-07-29Merge branch 'add-bpf-lsm-return-value-range-check-bpf-part'Alexei Starovoitov15-27/+427
2024-07-29selftests/bpf: Add verifier tests for bpf lsmXu Kuohai2-0/+164
2024-07-29selftests/bpf: Add test for lsm tail callXu Kuohai2-1/+79
2024-07-29selftests/bpf: Add return value checks for failed testsXu Kuohai4-3/+26
2024-07-29selftests/bpf: Avoid load failure for token_lsm.cXu Kuohai1-2/+2
2024-07-29bpf: Fix compare error in function retval_range_withinXu Kuohai1-5/+11
2024-07-29bpf: Prevent tail call between progs attached to different hooksXu Kuohai2-3/+19
2024-07-29bpf, lsm: Add check for BPF LSM return valueXu Kuohai5-11/+97
2024-07-29bpf, lsm: Add disabled BPF LSM hook listXu Kuohai1-2/+29
2024-07-29Merge branch 'bpf-retire-the-unsupported_ops-usage-in-struct_ops'Alexei Starovoitov8-27/+60
2024-07-29selftests/bpf: Ensure the unsupported struct_ops prog cannot be loadedMartin KaFai Lau3-0/+25
2024-07-29selftests/bpf: Fix the missing tramp_1 to tramp_40 ops in cfi_stubsMartin KaFai Lau1-0/+14
2024-07-29Merge tag 'for-linus-2024072901' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds7-67/+55