public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-07-03 23:37:09 to 2023-07-05 23:20:10 UTC [more...]

[PATCH v2 00/89] fs: new accessors for inode->i_ctime
 2023-07-05 23:19 UTC  (8+ 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

[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

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

[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 

[PATCH net 0/3] net: fec: fix some issues of ndo_xdp_xmit()
 2023-07-05 18:11 UTC  (12+ 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-05 18:07 UTC 

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

[PATCH bpf-next v2 00/20] XDP metadata via kfuncs for ice
 2023-07-05 17:41 UTC  (29+ messages)
` [PATCH bpf-next v2 02/20] ice: make RX HW timestamp reading code more reusable
` [PATCH bpf-next v2 06/20] ice: Support HW timestamp hint
` [PATCH bpf-next v2 09/20] xdp: Add VLAN tag 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 16/20] selftests/bpf: Add flags and new hints to 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 0/4] igb: Add support for AF_XDP zero-copy
 2023-07-05 17:16 UTC  (10+ messages)
` [PATCH 1/4] igb: prepare for AF_XDP zero-copy support
` [PATCH 2/4] igb: Introduce txrx ring enable/disable functions
` [PATCH 3/4] igb: add AF_XDP zero-copy Rx support
` [PATCH 4/4] igb: add AF_XDP zero-copy Tx support

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

[PATCH v4 bpf-next 0/6] bpf: add percpu stats for bpf_map
 2023-07-05 16:01 UTC  (7+ 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

[v3 PATCH bpf-next 0/6] bpf: add percpu stats for bpf_map
 2023-07-05 15:41 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 v1] fs: Add kfuncs to handle idmapped mounts
 2023-07-05 15:28 UTC  (9+ messages)

[PATCH bpf v1 0/2] Fix for check_max_stack_depth
 2023-07-05 14:47 UTC  (3+ 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

[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

[PATCH v2 bpf-next 00/18] BPF token
 2023-07-04 21:06 UTC  (20+ messages)

[PATCH 0/2] bpf, net: Allow setting SO_TIMESTAMPING* from BPF
 2023-07-04 20:26 UTC  (5+ messages)

[syzbot] [modules?] general protection fault in sys_finit_module
 2023-07-04 19:20 UTC 

[PATCH v3 1/2] libbpf: kprobe.multi: cross filter using available_filter_functions and kallsyms
 2023-07-04 14:20 UTC  (7+ messages)

[PATCH bpf-next v5 0/7] Add SO_REUSEPORT support for TC bpf_sk_assign
 2023-07-04 13:46 UTC  (8+ messages)
` [PATCH bpf-next v5 1/7] udp: re-score reuseport groups when connected sockets are present
` [PATCH bpf-next v5 2/7] net: export inet_lookup_reuseport and inet6_lookup_reuseport
` [PATCH bpf-next v5 3/7] net: remove duplicate reuseport_lookup functions
` [PATCH bpf-next v5 4/7] net: document inet[6]_lookup_reuseport sk_state requirements
` [PATCH bpf-next v5 5/7] net: remove duplicate sk_lookup helpers
` [PATCH bpf-next v5 6/7] bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign
` [PATCH bpf-next v5 7/7] selftests/bpf: Test that SO_REUSEPORT can be used with sk_assign helper

bpf_core_type_id_kernel is not consistent with bpf_core_type_id_local
 2023-07-04 13:30 UTC 

[PATCH 2/4] igb: Introduce txrx ring enable/disable functions
 2023-07-04 10:01 UTC 

[PATCH 0/4] igb: Add support for AF_XDP zero-copy
 2023-07-04 10:00 UTC 

[PATCH] libbpf: fix some typo of hashmap init
 2023-07-04  9:26 UTC  (2+ messages)

[PATCH bpf-next] xsk: honor SO_BINDTODEVICE on bind
 2023-07-04  9:16 UTC  (3+ messages)

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

[PATCH v3] um: vector: Replace undo_user_init in old code with out_free_netdev
 2023-07-04  8:10 UTC  (2+ messages)

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

[PATCH bpf-next v9] selftests/bpf: Add benchmark for bpf memory allocator
 2023-07-04  2:50 UTC 

[PATCH bpf-next v8] selftests/bpf: Add benchmark for bpf memory allocator
 2023-07-04  1:13 UTC  (3+ messages)

[RFC PATCH bpf-next 00/13] bpf: Support new insns from cpu v4
 2023-07-03 23:36 UTC  (4+ messages)


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