BPF List
 help / color / mirror / Atom feed
 messages from 2023-07-04 22:01:32 to 2023-07-06 08:20:16 UTC [more...]

[RFC bpf-next v3 0/8] BPF 'force to MPTCP'
 2023-07-06  8:19 UTC  (5+ messages)
` [RFC bpf-next v3 1/8] bpf: Add new prog type sockinit
` [RFC bpf-next v3 2/8] bpf: Run a sockinit program
` [RFC bpf-next v3 3/8] net: socket: run sockinit hooks
` [RFC bpf-next v3 4/8] libbpf: Support sockinit hook

[PATCH V2 net 0/4] net: fec: fix some issues of ndo_xdp_xmit()
 2023-07-06  8:10 UTC  (5+ messages)
` [PATCH V2 net 1/4] net: fec: dynamically set the NETDEV_XDP_ACT_NDO_XMIT feature of XDP
` [PATCH V2 net 2/4] net: fec: recycle pages for transmitted XDP frames
` [PATCH V2 net 3/4] net: fec: increase the size of tx ring and update tx_wake_threshold
` [PATCH V2 net 4/4] net: fec: use netdev_err_once() instead of netdev_err()

[PATCH bpf-next v4 6/7] bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign
 2023-07-06  8:11 UTC  (3+ messages)

[RFC bpf-next v2 0/8] BPF 'force to MPTCP'
 2023-07-06  7:47 UTC  (9+ messages)
` [RFC bpf-next v2 1/8] bpf: Add new prog type sockinit
` [RFC bpf-next v2 2/8] bpf: Run a sockinit program
` [RFC bpf-next v2 3/8] net: socket: run sockinit hooks
` [RFC bpf-next v2 4/8] libbpf: Support sockinit hook
` [RFC bpf-next v2 5/8] selftests/bpf: Add mptcpify program
` [RFC bpf-next v2 6/8] selftests/bpf: use random netns name for mptcp
` [RFC bpf-next v2 7/8] selftests/bpf: add two mptcp netns helpers
` [RFC bpf-next v2 8/8] selftests/bpf: Add mptcpify selftest

[PATCH v1] fs: Add kfuncs to handle idmapped mounts
 2023-07-06  7:22 UTC  (10+ messages)

[PATCH net 0/3] net: fec: fix some issues of ndo_xdp_xmit()
 2023-07-06  6:14 UTC  (15+ messages)
` [PATCH net 1/3] net: fec: dynamically set the NETDEV_XDP_ACT_NDO_XMIT feature of XDP
` [PATCH net 2/3] net: fec: recycle pages for transmitted XDP frames
` [PATCH net 3/3] net: fec: increase the size of tx ring and update thresholds of tx ring

CO-RE builtins purity and other compiler optimizations
 2023-07-06  5:57 UTC  (3+ messages)

[PATCH bpf-next v2 00/20] XDP metadata via kfuncs for ice
 2023-07-06  5:50 UTC  (19+ messages)
` [PATCH bpf-next v2 06/20] ice: Support HW timestamp hint
` [PATCH bpf-next v2 12/20] xdp: Add checksum level hint
` [PATCH bpf-next v2 14/20] selftests/bpf: Allow VLAN packets in xdp_hw_metadata
` [PATCH bpf-next v2 17/20] veth: Implement VLAN tag and checksum level XDP hint
` [PATCH bpf-next v2 18/20] selftests/bpf: Use AF_INET for TX in xdp_metadata
` [PATCH bpf-next v2 19/20] selftests/bpf: Check VLAN tag and proto "
` [PATCH bpf-next v2 20/20] selftests/bpf: check checksum level "

[PATCH v4 bpf-next 0/6] bpf: add percpu stats for bpf_map
 2023-07-06  5:47 UTC  (11+ messages)
` [PATCH v4 bpf-next 1/6] bpf: add percpu stats for bpf_map elements insertions/deletions
` [PATCH v4 bpf-next 2/6] bpf: add a new kfunc to return current bpf_map elements count
` [PATCH v4 bpf-next 3/6] bpf: populate the per-cpu insertions/deletions counters for hashmaps
` [PATCH v4 bpf-next 4/6] bpf: make preloaded map iterators to display map elements count
` [PATCH v4 bpf-next 5/6] selftests/bpf: test map percpu stats
` [PATCH v4 bpf-next 6/6] selftests/bpf: check that ->elem_count is non-zero for the hash map

[PATCH 0/2] x86/BPF: Add new BPF helper call bpf_rdtsc
 2023-07-06  5:16 UTC  (8+ messages)
` [PATCH 1/2] x86/tsc: "
` [PATCH 2/2] selftests/bpf: Add test for bpf_rdtsc

[PATCH] fprobe: Release rethook after the ftrace_ops is unregistered
 2023-07-06  5:10 UTC  (5+ messages)
` [PATCH] fprobe: Ensure running fprobe_exit_handler() finished before calling rethook_free()

bpf_core_type_id_kernel is not consistent with bpf_core_type_id_local
 2023-07-06  4:50 UTC  (2+ messages)

[RFC bpf-next 0/8] BPF 'force to MPTCP'
 2023-07-06  4:08 UTC  (9+ messages)
` [RFC bpf-next 1/8] bpf: Add new prog type sockinit
` [RFC bpf-next 2/8] bpf: Run a sockinit program
` [RFC bpf-next 3/8] net: socket: run sockinit hooks
` [RFC bpf-next 4/8] libbpf: Support sockinit hook
` [RFC bpf-next 5/8] selftests/bpf: Add mptcpify program
` [RFC bpf-next 6/8] selftests/bpf: use random netns name for mptcp
` [RFC bpf-next 7/8] selftests/bpf: add two mptcp netns helpers
` [RFC bpf-next 8/8] selftests/bpf: Add mptcpify selftest

[PATCH v4 bpf-next 00/14] bpf: Introduce bpf_mem_cache_free_rcu()
 2023-07-06  3:34 UTC  (15+ messages)
` [PATCH v4 bpf-next 01/14] bpf: Rename few bpf_mem_alloc fields
` [PATCH v4 bpf-next 02/14] bpf: Simplify code of destroy_mem_alloc() with kmemdup()
` [PATCH v4 bpf-next 03/14] bpf: Let free_all() return the number of freed elements
` [PATCH v4 bpf-next 04/14] bpf: Refactor alloc_bulk()
` [PATCH v4 bpf-next 05/14] bpf: Factor out inc/dec of active flag into helpers
` [PATCH v4 bpf-next 06/14] bpf: Further refactor alloc_bulk()
` [PATCH v4 bpf-next 07/14] bpf: Change bpf_mem_cache draining process
` [PATCH v4 bpf-next 08/14] bpf: Add a hint to allocated objects
` [PATCH v4 bpf-next 09/14] bpf: Allow reuse from waiting_for_gp_ttrace list
` [PATCH v4 bpf-next 10/14] rcu: Export rcu_request_urgent_qs_task()
` [PATCH v4 bpf-next 11/14] selftests/bpf: Improve test coverage of bpf_mem_alloc
` [PATCH v4 bpf-next 12/14] bpf: Introduce bpf_mem_free_rcu() similar to kfree_rcu()
` [PATCH v4 bpf-next 13/14] bpf: Convert bpf_cpumask to bpf_mem_cache_free_rcu
` [PATCH v4 bpf-next 14/14] bpf: Add object leak check

[PATCH v3 bpf-next 00/13] bpf: Introduce bpf_mem_cache_free_rcu()
 2023-07-06  3:25 UTC  (4+ messages)
` [PATCH v3 bpf-next 12/13] bpf: Introduce bpf_mem_free_rcu() similar to kfree_rcu()

[PATCH bpf v1 0/2] Fix for check_max_stack_depth
 2023-07-06  2:19 UTC  (4+ messages)
` [PATCH bpf v1 1/2] bpf: Fix max stack depth check for async callbacks
` [PATCH bpf v1 2/2] selftests/bpf: Add selftest for check_stack_max_depth bug

[v3 PATCH bpf-next 0/6] bpf: add percpu stats for bpf_map
 2023-07-06  2:01 UTC  (13+ messages)
` [v3 PATCH bpf-next 3/6] bpf: populate the per-cpu insertions/deletions counters for hashmaps
` [v3 PATCH bpf-next 5/6] selftests/bpf: test map percpu stats

[PATCH bpf-next v9] selftests/bpf: Add benchmark for bpf memory allocator
 2023-07-06  1:50 UTC  (2+ messages)

[PATCH v4] um: vector: Fix exception handling in vector_eth_configure()
 2023-07-06  1:39 UTC 

[PATCH RESEND v3 bpf-next 00/14] BPF token
 2023-07-06  1:26 UTC  (21+ messages)
` [PATCH RESEND v3 bpf-next 01/14] bpf: introduce BPF token object

clang/llvm build broken
 2023-07-06  0:32 UTC  (2+ messages)

[PATCH v2 00/89] fs: new accessors for inode->i_ctime
 2023-07-06  0:04 UTC  (9+ messages)
` [PATCH v2 07/92] fs: add ctime accessors infrastructure
` [PATCH v2 08/92] fs: new helper: simple_rename_timestamp
` [PATCH v2 92/92] fs: rename i_ctime field to __i_ctime

[bug report] bpf: Enforce BPF ringbuf size to be the power of 2
 2023-07-05 23:51 UTC  (4+ messages)

[PATCH v2 bpf-next 0/9] bpf: support BTF kind layout info, CRCs
 2023-07-05 23:48 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/9] btf: add kind layout encoding, crcs to UAPI

[RFC PATCH 00/14] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2023-07-05 22:41 UTC  (23+ messages)
` [RFC PATCH 01/14] tracing/filters: Dynamically allocate filter_pred.regex
` [RFC PATCH 02/14] tracing/filters: Enable filtering a cpumask field by another cpumask
` [RFC PATCH 03/14] tracing/filters: Enable filtering a scalar field by a cpumask
` [RFC PATCH 04/14] tracing/filters: Enable filtering the CPU common "
` [RFC PATCH 05/14] tracing/filters: Document cpumask filtering
` [RFC PATCH 06/14] objtool: Flesh out warning related to pv_ops[] calls
` [RFC PATCH 07/14] objtool: Warn about non __ro_after_init static key usage in .noinstr
` [RFC PATCH 08/14] BROKEN: context_tracking: Make context_tracking_key __ro_after_init
` [RFC PATCH 09/14] x86/kvm: Make kvm_async_pf_enabled __ro_after_init
` [RFC PATCH 10/14] x86/sev-es: Make sev_es_enable_key __ro_after_init
` [RFC PATCH 11/14] context-tracking: Introduce work deferral infrastructure
` [RFC PATCH 12/14] context_tracking,x86: Defer kernel text patching IPIs
` [RFC PATCH 13/14] context_tracking,x86: Add infrastructure to defer kernel TLBI
` [RFC PATCH 14/14] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs

[Bpf] IETF BPF blog
 2023-07-05 21:01 UTC 

[PATCH] bpf: make ringbuf available to modules
 2023-07-05 20:40 UTC  (4+ messages)

[PATCHv3 bpf-next 00/26] bpf: Add multi uprobe link
 2023-07-05 19:10 UTC  (3+ messages)

[PATCH v2 86/92] bpf: convert to ctime accessor functions
 2023-07-05 19:01 UTC 

pull-request: bpf 2023-07-05
 2023-07-05 18:00 UTC  (2+ messages)

[PATCH 3/4] igb: add AF_XDP zero-copy Rx support
 2023-07-05 17:16 UTC  (2+ messages)

[PATCH bpf-next] bpf: Introduce bpf generic log
 2023-07-05 16:54 UTC  (4+ messages)

[PATCH v6 bpf-next 00/11] bpf: Support ->fill_link_info for kprobe_multi and perf_event links
 2023-07-05 14:33 UTC  (18+ messages)
` [PATCH v6 bpf-next 03/11] bpftool: Show kprobe_multi link info
` [PATCH v6 bpf-next 05/11] bpf: Clear the probe_addr for uprobe
` [PATCH v6 bpf-next 06/11] bpf: Expose symbol's respective address
` [PATCH v6 bpf-next 09/11] bpf: Support ->fill_link_info for perf_event
` [PATCH v6 bpf-next 11/11] bpftool: Show perf link info

[PATCH bpf-next 0/2] BPF kselftest cross-build/RISC-V fixes
 2023-07-05 13:45 UTC  (5+ messages)
` [PATCH bpf-next 1/2] selftests/bpf: Add F_NEEDS_EFFICIENT_UNALIGNED_ACCESS to some tests
` [PATCH bpf-next 2/2] selftests/bpf: Honor $(O) when figuring out paths

[PATCH v1] selftests:bpf:Fix repeated initialization
 2023-07-05 13:38 UTC  (3+ messages)
  ` 回复: "

[PATCH bpf-next] bpf: Remove unnecessary ring buffer size check
 2023-07-05 12:20 UTC  (2+ messages)

[PATCH v7 1/2] libbpf: kprobe.multi: cross filter using available_filter_functions and kallsyms
 2023-07-05  9:12 UTC  (2+ messages)
` [PATCH v7 2/2] libbpf: kprobe.multi: Filter with available_filter_functions_addrs

[PATCH v6 1/2] libbpf: kprobe.multi: cross filter using available_filter_functions and kallsyms
 2023-07-05  9:04 UTC  (4+ messages)
` [PATCH v6 2/2] libbpf: kprobe.multi: Filter with available_filter_functions_addrs

[PATCH bpf-next v2 0/7] BPF link support for tc BPF programs
 2023-07-05  7:34 UTC  (10+ messages)
` [PATCH bpf-next v2 2/7] bpf: Add fd-based tcx multi-prog infra with link support

[PATCH v5 1/2] libbpf: kprobe.multi: cross filter using available_filter_functions and kallsyms
 2023-07-05  3:29 UTC  (2+ messages)
` [PATCH v5 2/2] libbpf: kprobe.multi: Filter with available_filter_functions_addrs

pahole 1.25 SIGSEGV when building kernel (-j when cores > 81)
 2023-07-05  2:00 UTC 

[PATCH bpf-next v8 0/3] bpf, x86: allow function arguments up to 12 for TRACING
 2023-07-05  1:47 UTC  (3+ messages)
` [PATCH bpf-next v8 3/3] selftests/bpf: add testcase for TRACING with 6+ arguments


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