BPF List
 help / color / mirror / Atom feed
 messages from 2022-09-13 10:26:28 to 2022-09-20 03:40:57 UTC [more...]

[PATCH v2] libbpf: Support raw btf placed in the default path
 2022-09-20  3:40 UTC  (2+ messages)

[PATCH v7 bpf-next 0/4] bpf: Support setting variable-length tunnel options
 2022-09-20  2:58 UTC  (5+ messages)
` [PATCH v7 bpf-next 1/4] bpf: Export 'bpf_dynptr_get_data, bpf_dynptr_get_size' helpers
` [PATCH v7 bpf-next 4/4] selftests/bpf: Add geneve with bpf_skb_set_tunnel_opt_dynptr test-case to test_progs

[PATCH bpf-next v3 00/13] bpf: Introduce selectable memcg for bpf map
 2022-09-20  2:40 UTC  (9+ messages)

[PATCH bpf-next] selftests/bpf: Add test result messages for test_task_storage_map_stress_lookup
 2022-09-20  1:12 UTC  (4+ messages)

[PATCH] headers: Remove some left-over license text
 2022-09-20  0:42 UTC  (2+ messages)

[PATCH bpf RESEND] samples/bpf: Replace blk_account_io_done() with __blk_account_io_done()
 2022-09-20  0:12 UTC  (3+ messages)
` [PATCH bpf-next] "

[PATCH bpf-next v2 0/8] bpftool: Add LLVM as default library for disassembling JIT-ed programs
 2022-09-20  0:03 UTC  (6+ messages)
` [PATCH bpf-next v2 6/8] "
` [PATCH bpf-next v2 8/8] bpftool: Add llvm feature to "bpftool version"

[PATCH v6 0/4] bpf: Add user-space-publisher ring buffer map type
 2022-09-20  0:01 UTC  (5+ messages)
` [PATCH v6 1/4] bpf: Define new BPF_MAP_TYPE_USER_RINGBUF "
` [PATCH v6 2/4] bpf: Add bpf_user_ringbuf_drain() helper
` [PATCH v6 3/4] bpf: Add libbpf logic for user-space ring buffer
` [PATCH v6 4/4] selftests/bpf: Add selftests validating the user ringbuf

[PATCH v2 bpf-next 1/2] bpf: Allow ringbuf memory to be used as map key
 2022-09-19 23:22 UTC  (6+ messages)
` [PATCH v2 bpf-next 2/2] selftests/bpf: Add test verifying bpf_ringbuf_reserve retval use in map ops

[PATCH v5 0/4] bpf: Add user-space-publisher ring buffer map type
 2022-09-19 23:19 UTC  (9+ messages)
` [PATCH v5 2/4] bpf: Add bpf_user_ringbuf_drain() helper
` [PATCH v5 3/4] bpf: Add libbpf logic for user-space ring buffer

[PATCH bpf-next v2 0/3] bpf: Small nf_conn cleanups
 2022-09-19 19:44 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] bpf: Remove unused btf_struct_access stub
` [PATCH bpf-next v2 2/3] bpf: Rename nfct_bsa to nfct_btf_struct_access
` [PATCH bpf-next v2 3/3] bpf: Move nf_conn extern declarations to filter.h

[PATCH bpf] xsk: inherit need_wakeup flag for shared sockets
 2022-09-19 19:24 UTC 

[PATCH v2] kernel/events/core: check return value of task_function_call()
 2022-09-19 19:16 UTC 

[PATCH v1] kernel/events/core: check return value of task_function_call()
 2022-09-19 18:36 UTC  (3+ messages)

[PATCH bpf-next] bpf: Move nf_conn extern declarations to filter.h
 2022-09-19 18:03 UTC  (6+ messages)

[PATCH bpf-next v2] selftests/bpf: simplify cgroup_hierarchical_stats selftest
 2022-09-19 17:53 UTC 

[PATCH bpf-next v3 0/2] Fix wrong cgroup attach flags being assigned to effective progs
 2022-09-19 17:28 UTC  (6+ messages)
` [PATCH bpf-next v3 1/2] bpf, cgroup: Don't populate prog_attach_flags array when effective query
` [PATCH bpf-next v3 2/2] bpftool: Fix wrong cgroup attach flags being assigned to effective progs

FW: ebpf-docs: draft of ISA doc updates in progress
 2022-09-19 17:04 UTC  (5+ messages)

[RFC PATCH net-next 0/2] refactor the module and net init/exit functions in tc_action
 2022-09-19 16:50 UTC  (6+ messages)
` [RFC PATCH net-next 1/2] net: sched: act_api: add helper macro for tcf_action in module and net init/exit
` [RFC PATCH net-next 2/2] net: sched: use module_net_tcf_action macro when module and net init/exit in action

pull-request: bpf-next 2022-09-05
 2022-09-19 16:26 UTC  (2+ messages)

[PATCH] selftests/bpf: simplify cgroup_hierarchical_stats selftest
 2022-09-19 15:24 UTC  (9+ messages)

[PATCH bpf-next] bpf: Check whether or not node is NULL before free it in free_bulk
 2022-09-19 14:48 UTC 

[PATCH v17 00/12] bpf: Add kfuncs for PKCS#7 signature verification
 2022-09-19 14:27 UTC  (6+ messages)
` [PATCH v17 11/12] selftests/bpf: Add test for bpf_verify_pkcs7_signature() kfunc
        ` [PATCH v18 02/13] btf: Export bpf_dynptr definition

[PATCH net] ice: Fix ice_xdp_xmit() when XDP TX queue number is not sufficient
 2022-09-19 13:43 UTC 

[PATCH v4,bpf-next] bpf: Don't redirect packets with invalid pkt_len
 2022-09-19 10:55 UTC  (4+ messages)

[RESEND PATCH bpf-next 0/2] Jit BPF_CALL to direct call when possible
 2022-09-19  9:21 UTC  (3+ messages)
` [RESEND PATCH bpf-next 1/2] bpf, arm64: "
` [RESEND PATCH bpf-next 2/2] bpf, arm64: Eliminate false -EFBIG error in bpf trampoline

[bpf-next v3 1/2] libbpf: Add pathname_concat() helper
 2022-09-19  2:48 UTC  (2+ messages)
` [bpf-next v3 2/2] selftests/bpf: Add testcases for pinning to errpath

[PATCH net-next,v4 0/9] refactor duplicate codes in the tc cls walk function
 2022-09-19  1:05 UTC  (12+ messages)
` [PATCH net-next,v4 1/9] net/sched: cls_api: add helper for tc cls walker stats dump
` [PATCH net-next,v4 2/9] net/sched: use tc_cls_stats_dump() in filter
` [PATCH net-next,v4 3/9] selftests/tc-testings: add selftests for bpf filter
` [PATCH net-next,v4 4/9] selftests/tc-testings: add selftests for cgroup filter
` [PATCH net-next,v4 5/9] selftests/tc-testings: add selftests for flow filter
` [PATCH net-next,v4 6/9] selftests/tc-testings: add selftests for route filter
` [PATCH net-next,v4 7/9] selftests/tc-testings: add selftests for rsvp filter
` [PATCH net-next,v4 8/9] selftests/tc-testings: add selftests for tcindex filter
` [PATCH net-next,v4 9/9] selftests/tc-testings: add list case for basic filter

[PATCH bpf-next v1 0/8] Dynptr convenience helpers
 2022-09-19  0:07 UTC  (3+ messages)
` [PATCH bpf-next v1 7/8] bpf: Add bpf_dynptr_iterator

[PATCH stable 5.15 0/2] kbuild: Fix compilation for latest pahole release
 2022-09-18 22:14 UTC  (5+ messages)

WARNING: locking bug in inet_autobind
 2022-09-18 15:52 UTC  (2+ messages)

[PATCH] Do not name control queue for virtio-net
 2022-09-18 12:17 UTC  (3+ messages)

[PATCH bpf-next 00/10] Add support for qp-trie map
 2022-09-17 18:29 UTC  (13+ messages)
` [PATCH bpf-next 01/10] bpf: Export bpf_dynptr_{get|set}_size
` [PATCH bpf-next 02/10] bpf: Add helper btf_type_is_bpf_dynptr()
` [PATCH bpf-next 03/10] bpf: Support bpf_dynptr-typed map key for bpf syscall
` [PATCH bpf-next 04/10] bpf: Support bpf_dynptr-typed map key for bpf program
` [PATCH bpf-next 05/10] libbpf: Add helpers for bpf_dynptr_user
` [PATCH bpf-next 06/10] bpf: Add support for qp-trie map
` [PATCH bpf-next 07/10] selftests/bpf: Add two new dynptr_fail cases for map key
` [PATCH bpf-next 08/10] selftests/bpf: Add test case for basic qp-trie map operations
` [PATCH bpf-next 09/10] selftests/bpf: Add benchmark for qp-trie map
` [PATCH bpf-next 10/10] selftests/bpf: Add tests for qp-trie map by using bpf syscalls

Closing the BPF map permission loophole
 2022-09-17 15:42 UTC  (3+ messages)

[PATCH v2] libbpf: Fix NULL pointer exception in API btf_dump__dump_type_data
 2022-09-17  8:48 UTC 

[PATCH -next] bpf: simplify code in btf_parse_hdr
 2022-09-17  8:42 UTC 

[PATCH bpf-next] bpf/btf: Use btf_type_str() whenever possible
 2022-09-17  0:30 UTC  (5+ messages)
` [PATCH bpf-next v2] "

[PATCH v3] libbpf: Clean up legacy bpf maps declaration in bpf_helpers
 2022-09-16 21:00 UTC  (2+ messages)

[PATCH bpf-next v2 0/3] A couple of small refactorings of BPF program call sites
 2022-09-16 20:59 UTC  (3+ messages)

[PATCH v2 bpf-next 0/3] BPF mass-verification veristat tool
 2022-09-16 20:50 UTC  (3+ messages)
` [PATCH v2 bpf-next 3/3] selftests/bpf: add veristat tool for mass-verifying BPF object files

[PATCHv3 bpf-next 0/2] bpf,ftrace: bpf dispatcher function fix
 2022-09-16 20:30 UTC  (2+ messages)

[PATCH bpf-next] bpf: use bpf_capable() instead of CAP_SYS_ADMIN for blinding decision
 2022-09-16 20:20 UTC  (2+ messages)

[bpf-next v2] bpf: use kvmemdup_bpfptr helper
 2022-09-16 19:20 UTC  (3+ messages)

[PATCH 0/4] perf stat: Fix bperf cgroup counters (v2)
 2022-09-16 18:41 UTC  (5+ messages)
` [PATCH 1/4] perf stat: Fix BPF program section name
` [PATCH 2/4] perf stat: Fix cpu map index in bperf cgroup code
` [PATCH 3/4] perf stat: Use evsel->core.cpus to iterate cpus in BPF cgroup counters
` [PATCH 4/4] perf test: Add a new test for perf stat cgroup BPF counter

[PATCH stable 5.19] kbuild: Add skip_encoding_btf_enum64 option to pahole
 2022-09-16 17:12 UTC 

[net-next v2 0/3] seg6: add NEXT-C-SID support for SRv6 End behavior
 2022-09-16 16:50 UTC  (7+ messages)
` [net-next v2 1/3] seg6: add netlink_ext_ack support in parsing SRv6 behavior attributes
` [net-next v2 2/3] seg6: add NEXT-C-SID support for SRv6 End behavior
` [net-next v2 3/3] selftests: seg6: add selftest for NEXT-C-SID flavor in "

[PATCH v3 1/1] bpf: Ensure correct locking around vulnerable function find_vpid()
 2022-09-16 16:10 UTC  (2+ messages)

[bpf-next v2 1/2] libbpf: Add pathname_concat() helper
 2022-09-16 15:53 UTC  (3+ messages)
` [bpf-next v2 2/2] selftests/bpf: Add testcases for pinning to errpath

[PATCH 1/3] x86/uaccess: Move nmi_uaccess_okay() into uaccess.h
 2022-09-16 13:59 UTC 

[PATCH net-next 0/8] add tc-testing test cases
 2022-09-16 13:30 UTC  (4+ messages)

[PATCHv2 bpf-next] bpf: Prevent bpf program recursion for raw tracepoint probes
 2022-09-16  7:19 UTC 

[PATCH] libbpf: adjust OPTS_VALID logic, so that it can be used correctly
 2022-09-16  3:22 UTC  (3+ messages)

[PATCH net-next,v3 0/9] refactor duplicate codes in the tc cls walk function
 2022-09-16  1:59 UTC  (15+ messages)
` [PATCH net-next,v3 1/9] net/sched: cls_api: add helper for tc cls walker stats updating
` [PATCH net-next,v3 2/9] net/sched: use tc_cls_stats_update() in filter
` [PATCH net-next,v3 3/9] selftests/tc-testings: add selftests for bpf filter
` [PATCH net-next,v3 4/9] selftests/tc-testings: add selftests for cgroup filter
` [PATCH net-next,v3 5/9] selftests/tc-testings: add selftests for flow filter
` [PATCH net-next,v3 6/9] selftests/tc-testings: add selftests for route filter
` [PATCH net-next,v3 7/9] selftests/tc-testings: add selftests for rsvp filter
` [PATCH net-next,v3 8/9] selftests/tc-testings: add selftests for tcindex filter
` [PATCH net-next,v3 9/9] selftests/tc-testings: add list case for basic filter

[RESEND PATCH] ixgbe: Don't call kmap() on page allocated with GFP_ATOMIC
 2022-09-15 16:58 UTC  (4+ messages)

[PATCH bpf-next] bpf: Add verifier check for BPF_PTR_POISON retval and arg
 2022-09-15  9:50 UTC  (3+ messages)

BTF and libBPF
 2022-09-15  4:44 UTC  (8+ messages)

[PATCH net-next 0/9] refactor duplicate codes in the tc cls walk function
 2022-09-15  3:13 UTC  (7+ messages)
` [PATCH net-next 3/9] selftests/tc-testings: add selftests for bpf filter

[syzbot] BUG: Bad page map (5)
 2022-09-14 16:01 UTC  (6+ messages)

[PATCH bpf-next 1/2] bpf: Allow ringbuf memory to be used as map key
 2022-09-14 13:48 UTC  (7+ messages)
` [PATCH bpf-next 2/2] bpf: Consider all mem_types compatible for map_{key,value} args

[PATCH linux-next] selinux/hooks: remove the unneeded result variable
 2022-09-14 11:52 UTC  (2+ messages)

[PATCH net-next,v2 0/9] refactor duplicate codes in the tc cls walk function
 2022-09-14 10:02 UTC  (10+ messages)
` [PATCH net-next,v2 1/9] net/sched: cls_api: add helper for tc cls walker stats updating
` [PATCH net-next,v2 2/9] net/sched: use tc_cls_stats_update() in filter
` [PATCH net-next,v2 3/9] selftests/tc-testings: add selftests for bpf filter
` [PATCH net-next,v2 4/9] selftests/tc-testings: add selftests for cgroup filter
` [PATCH net-next,v2 5/9] selftests/tc-testings: add selftests for flow filter
` [PATCH net-next,v2 6/9] selftests/tc-testings: add selftests for route filter
` [PATCH net-next,v2 7/9] selftests/tc-testings: add selftests for rsvp filter
` [PATCH net-next,v2 8/9] selftests/tc-testings: add selftests for tcindex filter
` [PATCH net-next,v2 9/9] selftests/tc-testings: add list case for basic filter

differentiate the verifier invalid mem access message error?
 2022-09-14  7:03 UTC  (5+ messages)

Interesting data corruption in bpf_object_open_opts
 2022-09-14  1:13 UTC 

[linux-next:master] BUILD REGRESSION 0caac1da994900d12a9be6106edb8e98696712a3
 2022-09-13 22:47 UTC 

[PATCH bpf-next v2 0/4] Add ftrace direct call for arm64
 2022-09-13 16:27 UTC  (5+ messages)
` [PATCH bpf-next v2 1/4] ftrace: Allow users to disable ftrace direct call
` [PATCH bpf-next v2 2/4] arm64: ftrace: Support long jump for "
` [PATCH bpf-next v2 3/4] arm64: ftrace: Add ftrace direct call support
` [PATCH bpf-next v2 4/4] ftrace: Fix dead loop caused by direct call in ftrace selftest

[PATCH bpf-next v2 0/2] Fix cgroup attach flags being assigned to effective progs
 2022-09-13 13:35 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox