BPF List
 help / color / mirror / Atom feed
 messages from 2022-09-19 13:58:01 to 2022-09-22 01:20:21 UTC [more...]

[PATCHv2 bpf-next] bpf: Prevent bpf program recursion for raw tracepoint probes
 2022-09-22  1:20 UTC  (2+ messages)

[PATCH bpf-next RESEND] bpf: Always use raw spinlock for hash bucket lock
 2022-09-22  1:20 UTC  (2+ messages)

[PATCH v17 00/12] bpf: Add kfuncs for PKCS#7 signature verification
 2022-09-22  1:10 UTC  (10+ 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 v18 00/13] bpf: Add kfuncs for PKCS#7 signature verification
 2022-09-22  1:10 UTC  (16+ messages)
` [PATCH v18 01/13] bpf: Allow kfuncs to be used in LSM programs
` [PATCH v18 02/13] btf: Export bpf_dynptr definition
` [PATCH v18 03/13] bpf: Move dynptr type check to is_dynptr_type_expected()
` [PATCH v18 04/13] btf: Allow dynamic pointer parameters in kfuncs
` [PATCH v18 05/13] bpf: Export bpf_dynptr_get_size()
` [PATCH v18 06/13] KEYS: Move KEY_LOOKUP_ to include/linux/key.h and define KEY_LOOKUP_ALL
` [PATCH v18 07/13] bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncs
` [PATCH v18 08/13] bpf: Add bpf_verify_pkcs7_signature() kfunc
` [PATCH v18 09/13] selftests/bpf: Compile kernel with everything as built-in
` [PATCH v18 10/13] selftests/bpf: Add verifier tests for bpf_lookup_*_key() and bpf_key_put()
` [PATCH v18 11/13] selftests/bpf: Add additional tests for bpf_lookup_*_key()
` [PATCH v18 12/13] selftests/bpf: Add test for bpf_verify_pkcs7_signature() kfunc
` [PATCH v18 13/13] selftests/bpf: Add tests for dynamic pointers parameters in kfuncs

[bpf-next 1/2] libbpf: Add make_path_and_pin() helper for bpf_xxx__pin()
 2022-09-22  0:42 UTC  (4+ messages)
` [bpf-next 2/2] libbpf: Add pathname_concat() helper

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

[PATCH v2] libbpf: Support raw btf placed in the default path
 2022-09-22  0:40 UTC  (4+ messages)

[PATCH v7 bpf-next 0/4] bpf: Support setting variable-length tunnel options
 2022-09-22  0:20 UTC  (11+ messages)
` [PATCH v7 bpf-next 1/4] bpf: Export 'bpf_dynptr_get_data, bpf_dynptr_get_size' helpers
` [PATCH v7 bpf-next 2/4] bpf: Support setting variable-length tunnel options
` [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] selftests: bpf: test_kmod.sh: pass parameters to the module
 2022-09-22  0:20 UTC  (2+ messages)

[PATCH bpf-next] libbpf: Improve BPF_PROG2 macro code quality and description
 2022-09-22  0:10 UTC  (4+ messages)

[PATCH v6 0/4] bpf: Add user-space-publisher ring buffer map type
 2022-09-21 23:40 UTC  (7+ 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 net-next] xdp: improve page_pool xdp_return performance
 2022-09-21 22:16 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 483fed3b5dc8ce3644c83d24240cf5756fb0993e
 2022-09-21 22:09 UTC 

[PATCH bpf v2] bpf: Gate dynptr API behind CAP_BPF
 2022-09-21 21:20 UTC  (2+ messages)

[PATCH bpf] bpf: Gate dynptr API behind CAP_BPF
 2022-09-21 21:04 UTC  (2+ messages)

[PATCH v4,bpf-next] bpf: Don't redirect packets with invalid pkt_len
 2022-09-21 20:59 UTC  (7+ messages)

[PATCH bpf-next v2] selftests/bpf: fix incorrect fcntl call (test_sockmap.c)
 2022-09-21 20:37 UTC  (4+ messages)

[PATCH bpf v5 0/3] Fix wrong cgroup attach flags being assigned to effective progs
 2022-09-21 18:30 UTC  (5+ messages)
` [PATCH bpf v5 1/3] bpf, cgroup: Reject prog_attach_flags array when effective query
` [PATCH bpf v5 2/3] bpftool: Fix wrong cgroup attach flags being assigned to effective progs
` [PATCH bpf v5 3/3] selftests/bpf: Adapt cgroup effective query uapi change

FW: ebpf-docs: draft of ISA doc updates in progress
 2022-09-21 17:53 UTC  (12+ messages)
          ` Rethink how to deal with division/modulo-on-zero (was Re: FW: ebpf-docs: draft of ISA doc updates in progress)

[PATCH -next] bpf: simplify code in btf_parse_hdr
 2022-09-21 17:40 UTC  (3+ messages)

[RFC PATCH bpf-next 00/10] bpf, mm: Add a new item bpf into memory.stat for the observability of bpf memory
 2022-09-21 17:00 UTC  (11+ messages)
` [RFC PATCH bpf-next 01/10] bpf: Introduce new helper bpf_map_put_memcg()
` [RFC PATCH bpf-next 02/10] bpf: Define bpf_map_{get,put}_memcg for !CONFIG_MEMCG_KMEM
` [RFC PATCH bpf-next 03/10] bpf: Call bpf_map_init_from_attr() immediately after map creation
` [RFC PATCH bpf-next 04/10] bpf: Save memcg in bpf_map_init_from_attr()
` [RFC PATCH bpf-next 05/10] bpf: Use scoped-based charge in bpf_map_area_alloc
` [RFC PATCH bpf-next 06/10] bpf: Introduce new helpers bpf_ringbuf_pages_{alloc,free}
` [RFC PATCH bpf-next 07/10] bpf: Use bpf_map_kzalloc in arraymap
` [RFC PATCH bpf-next 08/10] bpf: Use bpf_map_kvcalloc in bpf_local_storage
` [RFC PATCH bpf-next 09/10] bpf: Add bpf map free helpers
` [RFC PATCH bpf-next 10/10] bpf, memcg: Add new item bpf into memory.stat

[PATCH v3 bpf-next 0/3] Introduce bpf_ct_set_nat_info kfunc helper
 2022-09-21 16:48 UTC  (4+ messages)
` [PATCH v3 bpf-next 1/3] bpf: Tweak definition of KF_TRUSTED_ARGS
` [PATCH v3 bpf-next 2/3] net: netfilter: add bpf_ct_set_nat_info kfunc helper
` [PATCH v3 bpf-next 3/3] selftests/bpf: add tests for bpf_ct_set_nat_info kfunc

[PATCH v2 bpf-next 0/4] veristat: CSV output, comparison mode, filtering
 2022-09-21 16:42 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/4] selftests/bpf: fix double bpf_object__close() in veristate
` [PATCH v2 bpf-next 2/4] selftests/bpf: add CSV output mode for veristat
` [PATCH v2 bpf-next 3/4] selftests/bpf: add comparison mode to veristat
` [PATCH v2 bpf-next 4/4] selftests/bpf: add ability to filter programs in veristat

Closing the BPF map permission loophole
 2022-09-21 16:32 UTC  (2+ messages)

[PATCH 0/4] perf lock contention: Improve call stack handling (v1)
 2022-09-21 14:09 UTC  (6+ messages)

[PATCH bpf v2] xsk: inherit need_wakeup flag for shared sockets
 2022-09-21 13:57 UTC  (4+ messages)
    ` [PATCH bpf v3] "

[PATCH v3] xsk: inherit need_wakeup flag for shared sockets
 2022-09-21 13:17 UTC 

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

[PATCH bpf-next v2] libbpf: Fix the case of running as non-root with capabilities
 2022-09-21  8:40 UTC 

[PATCH v2] kernel/events/core: check return value of task_function_call()
 2022-09-21  8:10 UTC  (3+ messages)

[bpf-next v5 1/3] bpftool: Add auto_attach for bpf prog load|loadall
 2022-09-21  8:00 UTC  (3+ messages)
` [bpf-next v5 2/3] bpftool: Update doc (add auto_attach to prog load)
` [bpf-next v5 3/3] bpftool: Update the bash completion(add "

[PATCH] bpf: Always use raw spinlock for hash bucket lock
 2022-09-21  7:36 UTC 

[bpf-next v4 1/3] bpftool: Add auto_attach for bpf prog load|loadall
 2022-09-21  7:15 UTC  (7+ messages)
` [bpf-next v4 2/3] bpftool: Update doc (add auto_attach to prog load)
` [bpf-next v4 3/3] bpftool: Update the bash completion(add "

[PATCH bpf-next v2 0/2] Fix resource leaks in test_maps
 2022-09-21  7:00 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] selftests/bpf: Destroy the skeleton when CONFIG_PREEMPT is off
` [PATCH bpf-next v2 2/2] selftests/bpf: Free the allocated resources after test case succeeds

[PATCH v3 intel-net 0/2] ice: xsk: ZC changes
 2022-09-21  4:42 UTC  (3+ messages)
` [PATCH v3 intel-net 1/2] ice: xsk: change batched Tx descriptor cleaning
  ` [Intel-wired-lan] "

[PATCH bpf-next] bpf: Check whether or not node is NULL before free it in free_bulk
 2022-09-21  2:55 UTC  (4+ messages)

[PATCH bpf v4 0/2] Fix wrong cgroup attach flags being assigned to effective progs
 2022-09-21  2:41 UTC  (4+ messages)
` [PATCH bpf v4 1/2] bpf, cgroup: Reject prog_attach_flags array when effective query
` [PATCH bpf v4 2/2] bpftool: Fix wrong cgroup attach flags being assigned to effective progs

[PATCH bpf-next 0/2] Fix resource leaks in test_maps
 2022-09-21  2:58 UTC  (3+ messages)
` [PATCH bpf-next 1/2] selftests/bpf: Destroy the skeleton when CONFIG_PREEMPT is off
` [PATCH bpf-next 2/2] selftests/bpf: Free the allocated resources after test case succeeds

[PATCH bpf-next] bpf,x64: use shrx/sarx/shlx when available
 2022-09-21  2:21 UTC 

[PATCH v2] libbpf: Fix NULL pointer exception in API btf_dump__dump_type_data
 2022-09-21  0:40 UTC  (2+ messages)

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

[PATCH bpf v1] Fix the case of running rootless with capabilities
 2022-09-21  0:17 UTC  (3+ messages)

[PATCH bpf-next 0/3] veristat: CSV output, comparison mode, filtering
 2022-09-20 23:59 UTC  (8+ messages)
` [PATCH bpf-next 1/3] selftests/bpf: add CSV output mode for veristat
` [PATCH bpf-next 2/3] selftests/bpf: add comparison mode to veristat
` [PATCH bpf-next 3/3] selftests/bpf: add ability to filter programs in veristat

[PATCH net-next,v4 0/9] refactor duplicate codes in the tc cls walk function
 2022-09-20 23:20 UTC  (2+ messages)

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

[PATCH RFC bpf-next v1 21/32] bpf: Allow locking bpf_spin_lock global variables
 2022-09-20 20:55 UTC  (12+ messages)

[PATCH 0/4] perf stat: Fix bperf cgroup counters (v2)
 2022-09-20 19:53 UTC  (2+ messages)

LLVM 15.00 github repo build panic to run test_core_reloc_kernel.c
 2022-09-20 19:03 UTC  (4+ messages)

[PATCH bpf-next] selftests/bpf: Add liburandom_read.so to TEST_GEN_FILES
 2022-09-20 16:14 UTC 

[PATCH bpf-next v2 0/3] bpf: Small nf_conn cleanups
 2022-09-20 14:20 UTC  (6+ 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-next v10 00/23] Introduce eBPF support for HID devices
 2022-09-20 13:43 UTC  (2+ messages)

[syzbot] possible deadlock in skb_queue_tail (4)
 2022-09-20 12:53 UTC 

[net-next v2 0/3] seg6: add NEXT-C-SID support for SRv6 End behavior
 2022-09-20 10:50 UTC  (4+ messages)
` [net-next v2 2/3] "

[PATCH bpf] xsk: inherit need_wakeup flag for shared sockets
 2022-09-20  6:27 UTC  (2+ messages)

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

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

[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 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 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  (4+ 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  (5+ messages)
` [PATCH bpf-next v3 1/2] bpf, cgroup: Don't populate prog_attach_flags array when effective query

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

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 net] ice: Fix ice_xdp_xmit() when XDP TX queue number is not sufficient
 2022-09-19 13:43 UTC 


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