messages from 2025-01-30 20:24:06 to 2025-02-04 02:40:03 UTC [more...]
[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
[PATCH bpf-next v7 00/13] net-timestamp: bpf extension to equip applications transparently
2025-02-04 2:27 UTC (22+ 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
Fwd: LSF/MM + BPF ATTEND - Topic 1 for discussion
2025-02-04 2:00 UTC
[PATCH bpf-next] bpf: Add comment about helper freeze
2025-02-04 2:00 UTC
[PATCH bpf-next v7 0/5] xsk: TX metadata Launch Time support
2025-02-04 1:34 UTC (7+ 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
[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 bpf-next] selftests/bpf: implement setting global variables in veristat
2025-02-03 22:56 UTC (2+ messages)
[PATCH v22 00/20] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2025-02-03 21:33 UTC (3+ messages)
` [PATCH v22 19/20] ftrace: Add ftrace_get_symaddr to convert fentry_ip to symaddr
[PATCH net 0/3][pull request] ice: fix Rx data path for heavy 9k MTU traffic
2025-02-03 21:30 UTC (5+ messages)
` [PATCH net 1/3] ice: put Rx buffers after being done with current frame
` [PATCH net 2/3] ice: gather page_count()'s of each frag right before XDP prog call
` [PATCH net 3/3] ice: stop storing XDP verdict within ice_rx_buf
[PATCH net-next v2 0/2] netdevgenl: Add an xsk attribute to queues
2025-02-03 18:58 UTC (2+ messages)
` [PATCH net-next v2 2/2] selftests: drv-net: Test queue xsk attribute
[PATCH bpf-next 0/3] bpf: Some fixes for nullness elision
2025-02-03 18:49 UTC (7+ 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] 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 (17+ messages)
` [PATCH bpf-next v4 01/14] selftests/bpf: helpers: Add append_tid()
` [PATCH bpf-next v4 02/14] selftests/bpf: test_xdp_veth: Remove unused defines
` [PATCH bpf-next v4 03/14] selftests/bpf: test_xdp_veth: Remove unecessarry check_ping()
` [PATCH bpf-next v4 04/14] selftests/bpf: test_xdp_veth: Use int to describe next veth
` [PATCH bpf-next v4 05/14] selftests/bpf: test_xdp_veth: Split network configuration
` [PATCH bpf-next v4 06/14] selftests/bpf: test_xdp_veth: Rename config[]
` [PATCH bpf-next v4 07/14] selftests/bpf: test_xdp_veth: Add prog_config[] table
` [PATCH bpf-next v4 08/14] selftests/bpf: test_xdp_veth: Add XDP flags to prog_configuration
` [PATCH bpf-next v4 09/14] selftests/bpf: test_xdp_veth: Use unique names
` [PATCH bpf-next v4 10/14] selftests/bpf: test_xdp_veth: Add new test cases for XDP flags
` [PATCH bpf-next v4 11/14] selftests/bpf: Optionally select broadcasting flags
` [PATCH bpf-next v4 12/14] selftests/bpf: test_xdp_veth: Add XDP broadcast redirection tests
` [PATCH bpf-next v4 13/14] selftests/bpf: test_xdp_veth: Add XDP program on egress test
` [PATCH bpf-next v4 14/14] selftests/bpf: Remove test_xdp_redirect_multi.sh
[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 v3 0/3] Makefile fixes for samples/{bpf,hid}
2025-02-03 8:55 UTC (4+ 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: "
[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 (6+ messages)
[PATCH net v3] vmxnet3: Fix tx queue race condition with XDP
2025-02-02 2:20 UTC (3+ 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 bpf-next v3 00/18] bpf qdisc
2025-02-01 0:45 UTC (20+ 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 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)
[RFC] kexec: Use bpf to allow kexec to load PE format boot image
2025-01-31 17:46 UTC (2+ messages)
[PATCH] igc: Fix HW RX timestamp when passed by ZC XDP
2025-01-31 13:36 UTC (5+ messages)
[PATCH v12 bpf-next 0/5] Enable writing xattr from BPF programs
2025-01-31 9:10 UTC (8+ messages)
` [PATCH v12 bpf-next 1/5] fs/xattr: bpf: Introduce security.bpf. xattr name prefix
` [PATCH v12 bpf-next 2/5] selftests/bpf: Extend test fs_kfuncs to cover security.bpf. xattr names
` [PATCH v12 bpf-next 3/5] bpf: lsm: Add two more sleepable hooks
` [PATCH v12 bpf-next 4/5] bpf: fs/xattr: Add BPF kfuncs to set and remove xattrs
` [PATCH v12 bpf-next 5/5] selftests/bpf: Test kfuncs that set and remove xattr from BPF programs
[PATCH v11 bpf-next 0/7] Enable writing xattr from BPF programs
2025-01-31 8:32 UTC (10+ messages)
` [PATCH v11 bpf-next 1/7] fs/xattr: bpf: Introduce security.bpf. xattr name prefix
` [PATCH v11 bpf-next 5/7] bpf: Use btf_kfunc_id_set.remap logic for bpf_dynptr_from_skb
[PATCH bpf v1 0/2] bpf: fix ktls panic and add tests
2025-01-31 6:20 UTC (5+ messages)
` [PATCH bpf v1 1/2] bpf: fix ktls panic
[PATCH bpf-next v2 0/7] bpf: Add probe_read_{kernel,user}_dynptr and copy_from_user_dynptr
2025-01-31 6:14 UTC (9+ messages)
` [PATCH bpf-next v2 1/7] bpf: Implement bpf_probe_read_kernel_dynptr helper
[PATCH bpf-next v9 0/5] bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc
2025-01-31 5:52 UTC (4+ messages)
` [PATCH bpf-next v9 1/5] bpf: Introduce task_file open-coded iterator kfuncs
[PATCH bpf-next v3 0/6] BTF: arbitrary __attribute__ encoding
2025-01-31 3:55 UTC (4+ messages)
` [PATCH bpf-next v3 5/6] bpf: allow kind_flag for BTF type and decl tags
[PATCH bpf v2 0/2] Makefile fixes for samples/{bpf,hid}
2025-01-31 2:00 UTC (7+ messages)
` [PATCH bpf v2 2/2] samples/{bpf,hid}: fix broken vmlinux path for VMLINUX_BTF
[PATCH v0 0/3] Add tnum_scast helper
2025-01-30 23:24 UTC (7+ messages)
` [PATCH v0 1/3] bpf: Introduce tnum_scast as a tnum native sign extension helper
` [PATCH v0 2/3] bpf: verifier: Simplify register sign extension with tnum_scast
` [PATCH v0 3/3] selftests/bpf: Extend tests with more coverage for sign extension
[PATCH bpf-next v6 0/6] bpf, mm: Introduce try_alloc_pages()
2025-01-30 20:51 UTC (6+ messages)
` [PATCH bpf-next v6 3/6] locking/local_lock: Introduce local_trylock_t and local_trylock_irqsave()
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox