BPF List
 help / color / mirror / Atom feed
 messages from 2024-10-28 16:20:09 to 2024-10-30 07:10:24 UTC [more...]

[PATCH v7 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
 2024-10-30  7:08 UTC  (15+ messages)
` [PATCH v7 01/17] powerpc/trace: Account for -fpatchable-function-entry support by toolchain
` [PATCH v7 02/17] powerpc/kprobes: Use ftrace to determine if a probe is at function entry
` [PATCH v7 03/17] powerpc64/ftrace: Nop out additional 'std' instruction emitted by gcc v5.x
` [PATCH v7 04/17] powerpc32/ftrace: Unify 32-bit and 64-bit ftrace entry code
` [PATCH v7 05/17] powerpc/module_64: Convert #ifdef to IS_ENABLED()
` [PATCH v7 06/17] powerpc/ftrace: Remove pointer to struct module from dyn_arch_ftrace
` [PATCH v7 07/17] powerpc/ftrace: Skip instruction patching if the instructions are the same
` [PATCH v7 08/17] powerpc/ftrace: Move ftrace stub used for init text before _einittext
` [PATCH v7 09/17] powerpc64/bpf: Fold bpf_jit_emit_func_call_hlp() into bpf_jit_emit_func_call_rel()
` [PATCH v7 10/17] powerpc/ftrace: Add a postlink script to validate function tracer
` [PATCH v7 11/17] kbuild: Add generic hook for architectures to use before the final vmlinux link
` [PATCH v7 12/17] powerpc64/ftrace: Move ftrace sequence out of line
` [PATCH v7 13/17] powerpc64/ftrace: Support .text larger than 32MB with out-of-line stubs
` [PATCH v7 14/17] powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_CALL_OPS

[PATCH net-next v3 00/14] net-timestamp: bpf extension to equip applications transparently
 2024-10-30  6:54 UTC  (46+ messages)
` [PATCH net-next v3 02/14] net-timestamp: allow two features to work parallelly
` [PATCH net-next v3 03/14] net-timestamp: open gate for bpf_setsockopt/_getsockopt
` [PATCH net-next v3 04/14] net-timestamp: introduce TS_SCHED_OPT_CB to generate dev xmit timestamp
` [PATCH net-next v3 06/14] net-timestamp: introduce TS_ACK_OPT_CB to generate tcp acked timestamp
` [PATCH net-next v3 07/14] net-timestamp: add a new triggered point to set sk_tsflags_bpf in UDP layer
` [PATCH net-next v3 10/14] net-timestamp: add basic support with tskey offset
` [PATCH net-next v3 14/14] bpf: add simple bpf tests in the tx path for so_timstamping feature

[RFC PATCH bpf-next 0/2] Improve prog array uref semantics
 2024-10-30  6:36 UTC  (2+ messages)

[PATCH bpf-next v2] selftests/bpf: Drop netns helpers in mptcp
 2024-10-30  5:45 UTC 

[PATCH bpf v3 0/5] Fixes for bits iterator
 2024-10-30  3:03 UTC  (7+ messages)
` [PATCH bpf v3 3/5] bpf: Check the validity of nr_words in bpf_iter_bits_new()
` [PATCH bpf v3 4/5] bpf: Use __u64 to save the bits in bits iterator

[PATCH bpf] bpf: disallow 40-bytes extra stack for bpf_fastcall patterns
 2024-10-30  2:50 UTC  (4+ messages)

[RFC bpf-next fanotify 0/5] Fanotify fastpath handler
 2024-10-30  2:35 UTC  (10+ messages)
` [RFC bpf-next fanotify 1/5] fanotify: Introduce fanotify "
` [RFC bpf-next fanotify 2/5] samples/fanotify: Add a sample "
` [RFC bpf-next fanotify 3/5] bpf: Make bpf inode storage available to tracing programs
` [RFC bpf-next fanotify 4/5] fanotify: Enable bpf based fanotify fastpath handler
` [RFC bpf-next fanotify 5/5] selftests/bpf: Add test for BPF "

[PATCH RESEND net-next v4 0/9] net: ip: add drop reasons to input route
 2024-10-30  1:41 UTC  (10+ messages)
` [PATCH RESEND net-next v4 1/9] net: ip: make fib_validate_source() support drop reasons
` [PATCH RESEND net-next v4 2/9] net: ip: make ip_route_input_mc() return drop reason
` [PATCH RESEND net-next v4 3/9] net: ip: make ip_mc_validate_source() "
` [PATCH RESEND net-next v4 4/9] net: ip: make ip_route_input_slow() return drop reasons
` [PATCH RESEND net-next v4 5/9] net: ip: make ip_route_input_rcu() "
` [PATCH RESEND net-next v4 6/9] net: ip: make ip_route_input_noref() "
` [PATCH RESEND net-next v4 7/9] net: ip: make ip_route_input() "
` [PATCH RESEND net-next v4 8/9] net: ip: make ip_mkroute_input/__mkroute_input "
` [PATCH RESEND net-next v4 9/9] net: ip: make ip_route_use_hint() "

[PATCH v2 bpf-next 1/2] bpf: Add open coded version of kmem_cache iterator
 2024-10-30  1:40 UTC  (4+ messages)
` [PATCH v2 bpf-next 2/2] selftests/bpf: Add a test for open coded kmem_cache iter

[PATCH bpf-next v4 0/9] net: ip: add drop reasons to input route
 2024-10-30  1:35 UTC  (3+ messages)

[PATCH bpf] bpf: Add sk_is_inet check in tls_sw_has_ctx_tx/rx
 2024-10-30  0:55 UTC  (5+ messages)

[PATCH bpf-next] selftests/bpf: drop unnecessary bpf_iter.h type duplication
 2024-10-30  0:50 UTC  (2+ messages)

[PATCH bpf-next v2 0/4] bpf/crib: Add open-coded style process file iterator and file related CRIB kfuncs
 2024-10-30  0:14 UTC  (5+ messages)
` [PATCH bpf-next v2 1/4] bpf/crib: Introduce task_file open-coded iterator kfuncs
` [PATCH bpf-next v2 2/4] selftests/bpf: Add tests for open-coded style process file iterator
` [PATCH bpf-next v2 3/4] bpf/crib: Add struct file related CRIB kfuncs
` [PATCH bpf-next v2 4/4] selftests/bpf: Add tests for "

[PATCH net-next] net: marvell: use ethtool string helpers
 2024-10-29 23:30 UTC  (2+ messages)

[PATCH] net: mana: use ethtool string helpers
 2024-10-29 23:00 UTC  (2+ messages)

[PATCH bpf-next 0/4] bpf/crib: Add open-coded style process file iterator and file related CRIB kfuncs
 2024-10-29 22:39 UTC  (5+ messages)
` [PATCH bpf-next 1/4] bpf/crib: Introduce task_file open-coded iterator kfuncs
` [PATCH bpf-next 2/4] selftests/bpf: Add tests for open-coded style process file iterator
` [PATCH bpf-next 3/4] bpf/crib: Add struct file related CRIB kfuncs
` [PATCH bpf-next 4/4] selftests/bpf: Add tests for "

[PATCH bpf-next v7 0/9] bpf: Support private stack for bpf progs
 2024-10-29 22:17 UTC  (10+ messages)
` [PATCH bpf-next v7 1/9] bpf: Check stack depth limit after visiting all subprogs
` [PATCH bpf-next v7 2/9] bpf: Allow private stack to have each subprog having stack size of 512 bytes
` [PATCH bpf-next v7 3/9] bpf: Check potential private stack recursion for progs with async callback
` [PATCH bpf-next v7 4/9] bpf: Allocate private stack for eligible main prog or subprogs
` [PATCH bpf-next v7 5/9] bpf, x86: Avoid repeated usage of bpf_prog->aux->stack_depth
` [PATCH bpf-next v7 6/9] bpf, x86: Support private stack in jit
` [PATCH bpf-next v7 7/9] selftests/bpf: Add tracing prog private stack tests
` [PATCH bpf-next v7 8/9] bpf: Support private stack for struct_ops progs
` [PATCH bpf-next v7 9/9] selftests/bpf: Add struct_ops prog private stack tests

[PATCH v4 0/3] bpf: Using binary search to improve the performance of btf_find_by_name_kind
 2024-10-29 22:15 UTC  (7+ messages)
` [PATCH v4 1/3] libbpf: Sort btf_types in ascending order by name
` [PATCH v4 2/3] bpf: Using binary search to improve the performance of btf_find_by_name_kind
` [PATCH v4 3/3] libbpf: Using binary search to improve the performance of btf__find_by_name_kind

[PATCH net] Drop packets with invalid headers to prevent KMSAN infoleak
 2024-10-29 21:34 UTC  (9+ messages)

[PATCH v4 net-next 00/14] AccECN protocol preparation patch series
 2024-10-29 21:29 UTC  (12+ messages)
` [PATCH v4 net-next 04/14] tcp: extend TCP flags to allow AE bit/ACE field
` [PATCH v4 net-next 09/14] gro: prevent ACE field corruption & better AccECN handling
` [PATCH v4 net-next 11/14] tcp: allow ECN bits in TOS/traffic class
` [PATCH v4 net-next 14/14] net: sysctl: introduce sysctl SYSCTL_FIVE

[PATCH bpf-next] libbpf: start v1.6 development cycle
 2024-10-29 20:50 UTC  (2+ messages)

[PATCH v2 bpf 1/2] bpf: Fix out-of-bounds write in trie_get_next_key()
 2024-10-29 20:50 UTC  (3+ messages)

[PATCH v2 bpf-next] docs/bpf: Add description of .BTF.base section
 2024-10-29 20:20 UTC  (2+ messages)

[PATCH iwl-next v6 0/2] igc: Link IRQs and queues to NAPIs
 2024-10-29 20:12 UTC  (2+ messages)
` [PATCH iwl-next v6 2/2] igc: Link queues to NAPI instances

[PATCH bpf-next] selftests/bpf: Use make/remove netns helpers in mptcp
 2024-10-29 19:36 UTC  (2+ messages)

[PATCH] selftests/bpf: remove xdp_synproxy IP_DF check
 2024-10-29 19:30 UTC  (2+ messages)

[PATCH bpf v2 1/2] bpf: force checkpoint when jmp history is too long
 2024-10-29 18:52 UTC  (4+ messages)
` [PATCH bpf v2 2/2] selftests/bpf: test with a very short loop

[PATCH v4 net-next 0/4] Fix passing 0 to ERR_PTR in intel ether drivers
 2024-10-29 18:37 UTC  (3+ messages)

[PATCH bpf-next v2] bpf: handle implicit declaration of function gettid in bpf_iter.c
 2024-10-29 18:30 UTC  (3+ messages)

[ANNOUNCEMENT] libbpf v1.5.0 release
 2024-10-29 18:00 UTC 

[PATCH net-next v2 0/6] Suspend IRQs during application busy periods
 2024-10-29 17:53 UTC  (4+ messages)

[PATCH v2] bpf: fix filed access without lock
 2024-10-29 17:50 UTC  (2+ messages)

[PATCH v4 tip/perf/core 0/4] uprobes,mm: speculative lockless VMA-to-uprobe lookup
 2024-10-29 16:48 UTC  (5+ messages)
` [PATCH v4 tip/perf/core 1/4] mm: Convert mm_lock_seq to a proper seqcount
` [PATCH v4 tip/perf/core 2/4] mm: Introduce mmap_lock_speculation_{begin|end}

[PATCH bpf-next v2] bpf: use kfunc hooks instead of program types
 2024-10-29 15:15 UTC  (2+ messages)

[PATCH iwl-next v5 0/2] igc: Link IRQs and queues to NAPIs
 2024-10-29 15:12 UTC  (4+ messages)
` [PATCH iwl-next v5 2/2] igc: Link queues to NAPI instances

[PATCH net] net: ethernet: ti: am65-cpsw: Fix multi queue Rx on J7
 2024-10-29 15:05 UTC 

[PATCH bpf-next 0/4] net/smc: Introduce smc_bpf_ops
 2024-10-29  8:53 UTC  (6+ messages)
` [PATCH net-next 3/4] "

[PATCH v6 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
 2024-10-29  6:44 UTC  (4+ messages)
` [PATCH v6 17/17] powerpc64/bpf: Add support for "

[PATCH bpf v2 0/2] bpf: enhance validation of pointer formatting
 2024-10-29  6:19 UTC  (5+ messages)
` [PATCH bpf v2 1/2] bpf: fix %p% runtime check in bpf_bprintf_prepare
` [PATCH bpf v2 2/2] selftests/bpf: Add test cases for various pointer specifiers

[PATCH] arm64: uprobes: Simulate STP for pushing fp/lr into user stack
 2024-10-29  2:42 UTC  (3+ messages)

[Patch bpf] sock_map: fix a NULL pointer dereference in sock_map_link_update_prog()
 2024-10-29  2:00 UTC  (4+ messages)

[PATCH v2 bpf 2/2] selftests/bpf: Add test for trie_get_next_key()
 2024-10-29  1:33 UTC  (2+ messages)

[PATCH bpf-next] bpf: handle implicit declaration of function gettid in bpf_iter.c
 2024-10-29  0:42 UTC  (3+ messages)

[RFC PATCH v4 0/4] Faultable syscall tracepoints updates
 2024-10-29  0:28 UTC  (12+ messages)
` [RFC PATCH v4 1/4] tracing: Introduce tracepoint extended structure
` [RFC PATCH v4 2/4] tracing: Introduce tracepoint_is_faultable()
` [RFC PATCH v4 3/4] tracing: Fix syscall tracepoint use-after-free
` [RFC PATCH v4 4/4] tracing: Add might_fault() check in __DO_TRACE() for syscall

[PATCH rcu 14/15] refscale: Add srcu_read_lock_lite() support using "srcu-lite"
 2024-10-29  0:25 UTC  (2+ messages)
  ` [PATCH rcu v4 "

[PATCHv3 net-next 0/2] Bonding: returns detailed error about XDP failures
 2024-10-28 23:20 UTC  (2+ messages)

[RFC PATCH v3 1/3] tracing: Introduce tracepoint extended structure
 2024-10-28 19:19 UTC  (6+ messages)
` [RFC PATCH v3 3/3] tracing: Fix syscall tracepoint use-after-free

[PATCH resend 0/8] tracing: Allow system call tracepoints to handle page faults
 2024-10-28 19:02 UTC  (4+ messages)
` [PATCH resend 6/8] tracing/ftrace: Add might_fault check to syscall probes

[iwl-next v4 0/2] igc: Link IRQs and queues to NAPIs
 2024-10-28 18:59 UTC  (8+ messages)
` [iwl-next v4 2/2] igc: Link queues to NAPI instances
  ` [Intel-wired-lan] "

[PATCH v4 3/5] perf/core: Account dropped samples from BPF
 2024-10-28 18:56 UTC  (7+ messages)

[PATCH -next v5 0/2] perf stat: Support inherit events for bperf
 2024-10-28 16:30 UTC  (3+ messages)
` [PATCH -next v5 1/2] perf stat: Support inherit events during fork() "


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