BPF List
 help / color / mirror / Atom feed
 messages from 2025-01-31 19:29:22 to 2025-02-04 15:59:32 UTC [more...]

[PATCH net-next 00/12] mlxsw: Preparations for XDP support
 2025-02-04 15:59 UTC  (15+ messages)
` [PATCH net-next 01/12] mlxsw: core: Remove debug prints
` [PATCH net-next 02/12] mlxsw: Check Rx local port in PCI code
` [PATCH net-next 03/12] mlxsw: Add struct mlxsw_pci_rx_pkt_info
` [PATCH net-next 04/12] mlxsw: pci: Use mlxsw_pci_rx_pkt_info
` [PATCH net-next 05/12] mlxsw: pci: Add a separate function for syncing buffers for CPU
` [PATCH net-next 06/12] mlxsw: pci: Store maximum number of ports
` [PATCH net-next 07/12] mlxsw: pci: Add PCI ports array
` [PATCH net-next 08/12] mlxsw: Add APIs to init/fini PCI port
` [PATCH net-next 09/12] mlxsw: pci: Initialize XDP Rx queue info per RDQ
` [PATCH net-next 10/12] mlxsw: spectrum: Initialize PCI port with the relevant netdevice
` [PATCH net-next 11/12] mlxsw: Set some SKB fields in bus driver
` [PATCH net-next 12/12] mlxsw: Validate local port from CQE in PCI code

[PATCH bpf-next v7 0/5] xsk: TX metadata Launch Time support
 2025-02-04 15:29 UTC  (19+ messages)
` [PATCH bpf-next v7 1/5] xsk: Add launch time hardware offload support to XDP Tx metadata
` [PATCH bpf-next v7 2/5] selftests/bpf: Add launch time request to xdp_hw_metadata
` [PATCH bpf-next v7 3/5] net: stmmac: Add launch time support to XDP ZC
` [PATCH bpf-next v7 4/5] igc: Refactor empty packet insertion into a reusable function
` [PATCH bpf-next v7 5/5] igc: Add launch time support to XDP ZC
  ` [xdp-hints] "

[PATCH 0/2] modules: allow error injection
 2025-02-04 15:28 UTC  (5+ messages)
  ` [PATCH 2/2] moderr: add module error injection tool

[PATCH] bpf: Fix mix-up of 4096 and page size
 2025-02-04 12:45 UTC  (5+ messages)

[PATCH bpf-next] selftests/bpf: implement setting global variables in veristat
 2025-02-04 12:29 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: Remove with_addr.sh and with_tunnels.sh
 2025-02-04 10:59 UTC 

[PATCH bpf] bpf/arena: fix softlockup in arena_map_free on 64k page kernel
 2025-02-04 10:10 UTC  (2+ messages)

[PATCH v3 0/3] Makefile fixes for samples/{bpf,hid}
 2025-02-04 10:09 UTC  (5+ messages)
` [PATCH v3 1/3] samples/hid: remove unnecessary -I flags from libbpf EXTRA_CFLAGS
` [PATCH v3 2/3] samples/bpf: fix broken vmlinux path for VMLINUX_BTF
` [PATCH v3 3/3] samples/hid: "
` (subset) [PATCH v3 0/3] Makefile fixes for samples/{bpf,hid}

[PATCH v22 00/20] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2025-02-04  9:19 UTC  (4+ messages)
` [PATCH v22 19/20] ftrace: Add ftrace_get_symaddr to convert fentry_ip to symaddr

[PATCH bpf-next 0/3] bpf: Some fixes for nullness elision
 2025-02-04  9:09 UTC  (8+ messages)
` [PATCH bpf-next 1/3] bpf: verifier: Do not extract constant map keys for irrelevant maps
` [PATCH bpf-next 2/3] bpf: selftests: Test constant key extraction on "
` [PATCH bpf-next 3/3] bpf: verifier: Disambiguate get_constant_map_key() errors

[PATCH bpf-next] bpf: Add comment about helper freeze
 2025-02-04  9:07 UTC  (3+ messages)

[PATCH bpf-next 0/3] bpf: Overwrite the htab element atomically
 2025-02-04  8:28 UTC  (4+ messages)
` [PATCH bpf-next 1/3] rculist: add hlist_nulls_replace_rcu() helper
` [PATCH bpf-next 2/3] bpf: Overwrite the element in hash map atomically
` [PATCH bpf-next 3/3] selftests/bpf: Add test case for atomic htab update

[PATCH bpf-next v3 00/18] bpf qdisc
 2025-02-04  5:59 UTC  (28+ messages)
` [PATCH bpf-next v3 01/18] bpf: Make every prog keep a copy of ctx_arg_info
` [PATCH bpf-next v3 02/18] bpf: Support getting referenced kptr from struct_ops argument
` [PATCH bpf-next v3 03/18] selftests/bpf: Test referenced kptr arguments of struct_ops programs
` [PATCH bpf-next v3 04/18] bpf: Allow struct_ops prog to return referenced kptr
` [PATCH bpf-next v3 05/18] selftests/bpf: Test returning referenced kptr from struct_ops programs
` [PATCH bpf-next v3 06/18] bpf: Prepare to reuse get_ctx_arg_idx
` [PATCH bpf-next v3 07/18] bpf: Generalize finding member offset of struct_ops prog
` [PATCH bpf-next v3 08/18] bpf: net_sched: Support implementation of Qdisc_ops in bpf
` [PATCH bpf-next v3 09/18] bpf: net_sched: Add basic bpf qdisc kfuncs
` [PATCH bpf-next v3 10/18] bpf: Search and add kfuncs in struct_ops prologue and epilogue
` [PATCH bpf-next v3 11/18] bpf: net_sched: Add a qdisc watchdog timer
` [PATCH bpf-next v3 12/18] bpf: net_sched: Support updating bstats
` [PATCH bpf-next v3 13/18] bpf: net_sched: Support updating qstats
` [PATCH bpf-next v3 14/18] bpf: net_sched: Allow writing to more Qdisc members
` [PATCH bpf-next v3 15/18] libbpf: Support creating and destroying qdisc
` [PATCH bpf-next v3 16/18] selftests/bpf: Add a basic fifo qdisc test
` [PATCH bpf-next v3 17/18] selftests/bpf: Add a bpf fq qdisc to selftest
` [PATCH bpf-next v3 18/18] selftests/bpf: Test attaching bpf qdisc to mq and non root

[PATCH bpf-next v7 00/13] net-timestamp: bpf extension to equip applications transparently
 2025-02-04  5:32 UTC  (24+ messages)
` [PATCH bpf-next v7 05/13] net-timestamp: prepare for isolating two modes of SO_TIMESTAMPING
` [PATCH bpf-next v7 06/13] net-timestamp: support SCM_TSTAMP_SCHED for bpf extension
` [PATCH bpf-next v7 08/13] net-timestamp: support hw SCM_TSTAMP_SND "
` [PATCH bpf-next v7 10/13] net-timestamp: make TCP tx timestamp bpf extension work
` [PATCH bpf-next v7 11/13] net-timestamp: add a new callback in tcp_tx_timestamp()
` [PATCH bpf-next v7 12/13] net-timestamp: introduce cgroup lock to avoid affecting non-bpf cases
` [PATCH bpf-next v7 13/13] bpf: add simple bpf tests in the tx path for so_timestamping feature

[PATCH bpf-next v1] selftests/bpf: correct the check of join cgroup
 2025-02-04  5:11 UTC 

[PATCH net-next v2 0/2] netdevgenl: Add an xsk attribute to queues
 2025-02-04  2:45 UTC  (3+ messages)
` [PATCH net-next v2 2/2] selftests: drv-net: Test queue xsk attribute

LSF/MM + BPF ATTEND - Topic 3 for discussion
 2025-02-04  2:44 UTC 

[PATCH bpf-next v1 0/2] selftests: fix two small compilation errors
 2025-02-04  2:39 UTC  (3+ messages)
` [PATCH bpf-next v1 1/2] bpf: changes_pkt_data: correct the 'main' error
` [PATCH bpf-next v1 2/2] bpf: sockopt_sk: fix 'undeclared' definition error

Fwd: LSF/MM + BPF ATTEND - Topic 1 for discussion
 2025-02-04  2:00 UTC 

[PATCH bpf-next v1 0/8] Introduce load-acquire and store-release BPF instructions
 2025-02-04  1:29 UTC  (6+ messages)
` [PATCH bpf-next v1 7/8] selftests/bpf: Add selftests for load-acquire and store-release instructions

[PATCH v5 4/4] perf parse-events: Reapply "Prefer sysfs/JSON hardware events over legacy"
 2025-02-04  0:41 UTC  (19+ messages)

[PATCH 0/2] tools: Unify top-level quiet infrastructure
 2025-02-04  0:10 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] tools: Remove redundant quiet setup

[PATCH net 0/3][pull request] ice: fix Rx data path for heavy 9k MTU traffic
 2025-02-03 21:30 UTC  (2+ messages)

[PATCH] netfs: Add retry stat counters
 2025-02-03 18:01 UTC  (2+ messages)

REMINDER - LSF/MM/BPF: 2025: Call for Proposals
 2025-02-03 14:26 UTC  (2+ messages)

[PATCH bpf-next v4 00/14] selftests/bpf: Migrate test_xdp_redirect_multi.sh to test_progs
 2025-02-03 12:59 UTC  (4+ messages)
` [PATCH bpf-next v4 12/14] selftests/bpf: test_xdp_veth: Add XDP broadcast redirection tests

[PATCH v2 bpf] net: Add rx_skb of kfree_skb to raw_tp_null_args[]
 2025-02-03 13:10 UTC  (6+ messages)

[QUESTION] map has to have BTF in order to use bpf_spin_lock
 2025-02-03 11:19 UTC  (2+ messages)

[PATCH 0/1] XDP metadata support for tun driver
 2025-02-03  1:39 UTC  (7+ messages)
` [PATCH 1/1] net: tun: add XDP metadata support

[PATCH v3 0/2] seccomp: pass uretprobe system call through seccomp
 2025-02-02 21:13 UTC  (5+ messages)
` [PATCH v3 1/2] seccomp: passthrough uretprobe systemcall without filtering
` [PATCH v3 2/2] selftests/seccomp: validate uretprobe syscall passes through seccomp

[PATCH v2] seccomp: passthrough uretprobe systemcall without filtering
 2025-02-02 16:28 UTC  (9+ messages)

[PATCH 6.1 00/16] Fixes bpf and rcu
 2025-02-02  9:52 UTC  (18+ messages)
` [PATCH 6.1 01/16] bpf: Add a few bpf mem allocator functions
` [PATCH 6.1 02/16] bpf: Factor out a common helper free_all()
` [PATCH 6.1 03/16] bpf: Rename few bpf_mem_alloc fields
` [PATCH 6.1 04/16] bpf: Let free_all() return the number of freed elements
` [PATCH 6.1 05/16] bpf: Refactor alloc_bulk()
` [PATCH 6.1 06/16] bpf: Factor out inc/dec of active flag into helpers
` [PATCH 6.1 07/16] bpf: Use rcu_trace_implies_rcu_gp() in bpf memory allocator
` [PATCH 6.1 08/16] bpf: Further refactor alloc_bulk()
` [PATCH 6.1 09/16] bpf: Change bpf_mem_cache draining process
` [PATCH 6.1 10/16] bpf: Add a hint to allocated objects
` [PATCH 6.1 11/16] bpf: Introduce bpf_mem_free_rcu() similar to kfree_rcu()
` [PATCH 6.1 12/16] rcu: Fix missing nocb gp wake on rcu_barrier()
` [PATCH 6.1 13/16] rcu: Make call_rcu() lazy to save power
` [PATCH 6.1 14/16] rcu: Export rcu_request_urgent_qs_task()
` [PATCH 6.1 15/16] bpf: Remove unnecessary check when updating LPM trie
` [PATCH 6.1 16/16] bpf: Switch to bpf mem allocator for "

[PATCH] selftests: bpf: Support dynamic linking LLVM if static not available
 2025-02-02  6:22 UTC  (4+ messages)

[PATCH net v3] vmxnet3: Fix tx queue race condition with XDP
 2025-02-02  2:20 UTC  (2+ messages)

[POC][RFC][PATCH] bpf: in-kernel bpf relocations on raw elf files
 2025-02-01 22:24 UTC  (4+ messages)

[PATCH] tools/build: Skip jobserver flgas in -s detection
 2025-02-01 20:11 UTC 

[PATCH v5 0/1] platform/x86/tuxedo: Add virtual LampArray for TUXEDO NB04 devices
 2025-02-01 19:49 UTC  (4+ messages)

[PATCH bpf-next v7 0/5] Support eliding map lookup nullness
 2025-02-01 12:04 UTC  (8+ messages)
` [PATCH bpf-next v7 4/5] bpf: verifier: "

[PATCH v1 bpf] net: Annotate rx_sk with __nullable for trace_kfree_skb
 2025-02-01  2:41 UTC  (5+ messages)

Unchecked sock pointer causes panic in RAW_TP
 2025-02-01  0:55 UTC  (5+ messages)

[PATCH v4 0/5] Tracing contention lock owner call stack
 2025-01-31 23:48 UTC  (4+ messages)
` [PATCH v4 2/5] perf lock: Retrieve owner callstack in bpf program

[PATCH v2 1/2] selftests/bpf: Define SYS_PREFIX for powerpc
 2025-01-31 23:21 UTC  (4+ messages)
` [PATCH v2 2/2] selftests/bpf: Select NUMA_NO_NODE to create map

[LSF/MM/BPF TOPIC] An SRCU that is faster than RCU Tasks Trace
 2025-01-31 23:03 UTC 

[PATCH dwarves v2] btf_encoder: fix memory access bugs
 2025-01-31 22:41 UTC  (4+ messages)

[syzbot] [usb?] general protection fault in count_matching_names
 2025-01-31 20:35 UTC 

[PATCH dwarves] btf_encoder: verify 0 address DWARF variables are really in ELF section
 2025-01-31 20:18 UTC  (5+ messages)


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