messages from 2023-02-08 06:31:55 to 2023-02-10 02:53:32 UTC [more...]
[PATCH v4 bpf-next 00/11] BPF rbtree next-gen datastructure
2023-02-10 2:52 UTC (13+ messages)
` [PATCH v4 bpf-next 01/11] bpf: Migrate release_on_unlock logic to non-owning ref semantics
` [PATCH v4 bpf-next 02/11] bpf: Improve bpf_reg_state space usage for non-owning ref lock
` [PATCH v4 bpf-next 03/11] selftests/bpf: Update linked_list tests for non-owning ref semantics
` [PATCH v4 bpf-next 04/11] bpf: Add basic bpf_rb_{root,node} support
` [PATCH v4 bpf-next 05/11] bpf: Add bpf_rbtree_{add,remove,first} kfuncs
` [PATCH v4 bpf-next 06/11] bpf: Add support for bpf_rb_root and bpf_rb_node in kfunc args
` [PATCH v4 bpf-next 07/11] bpf: Add callback validation to kfunc verifier logic
` [PATCH v4 bpf-next 08/11] bpf: Special verifier handling for bpf_rbtree_{remove, first}
` [PATCH v4 bpf-next 09/11] bpf: Add bpf_rbtree_{add,remove,first} decls to bpf_experimental.h
` [PATCH v4 bpf-next 10/11] selftests/bpf: Add rbtree selftests
` [PATCH v4 bpf-next 11/11] bpf, documentation: Add graph documentation for non-owning refs
[PATCH net-next v1] xsk: support use vaddr as ring
2023-02-10 2:12 UTC
bpf: Propose some new instructions for -mcpu=v4
2023-02-10 1:45 UTC (5+ messages)
[PATCH bpf-next v2 00/16] selftests/bpf: Add Memory Sanitizer support
2023-02-10 0:12 UTC (17+ messages)
` [PATCH bpf-next v2 01/16] selftests/bpf: Quote host tools
` [PATCH bpf-next v2 02/16] tools: runqslower: Add EXTRA_CFLAGS and EXTRA_LDFLAGS support
` [PATCH bpf-next v2 03/16] selftests/bpf: Split SAN_CFLAGS and SAN_LDFLAGS
` [PATCH bpf-next v2 04/16] selftests/bpf: Forward SAN_CFLAGS and SAN_LDFLAGS to runqslower and libbpf
` [PATCH bpf-next v2 05/16] selftests/bpf: Attach to fopen()/fclose() in uprobe_autoattach
` [PATCH bpf-next v2 06/16] selftests/bpf: Attach to fopen()/fclose() in attach_probe
` [PATCH bpf-next v2 07/16] libbpf: Fix alen calculation in libbpf_nla_dump_errormsg()
` [PATCH bpf-next v2 08/16] libbpf: Introduce bpf_{btf,link,map,prog}_get_info_by_fd()
` [PATCH bpf-next v2 09/16] libbpf: Use bpf_{btf,link,map,prog}_get_info_by_fd()
` [PATCH bpf-next v2 10/16] bpftool: "
` [PATCH bpf-next v2 11/16] perf: "
` [PATCH bpf-next v2 12/16] samples/bpf: "
` [PATCH bpf-next v2 13/16] selftests/bpf: "
` [PATCH bpf-next v2 14/16] libbpf: Factor out is_percpu_bpf_map_type()
` [PATCH bpf-next v2 15/16] libbpf: Add MSan annotations
` [PATCH bpf-next v2 16/16] selftests/bpf: "
[PATCH] bpf: Deprecate "data" member of bpf_lpm_trie_key
2023-02-09 22:01 UTC (6+ messages)
[PATCH bpf] bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES
2023-02-09 20:58 UTC (4+ messages)
[RFC 0/5] mm/bpf/perf: Store build id in file object
2023-02-09 19:38 UTC (19+ messages)
` [PATCH RFC 1/5] mm: "
` [PATCH RFC 2/5] bpf: Use file object build id in stackmap
` [PATCH RFC 4/5] selftests/bpf: Add file_build_id test
` [PATCH RFC 5/5] selftests/bpf: Add iter_task_vma_buildid test
[PATCH bpf-next 0/9] selftests/bpf: Add Memory Sanitizer support
2023-02-09 19:37 UTC (22+ messages)
` [PATCH bpf-next 1/9] selftests/bpf: Quote host tools
` [PATCH bpf-next 2/9] tools: runqslower: Add EXTRA_CFLAGS and EXTRA_LDFLAGS support
` [PATCH bpf-next 3/9] selftests/bpf: Split SAN_CFLAGS and SAN_LDFLAGS
` [PATCH bpf-next 4/9] selftests/bpf: Forward SAN_CFLAGS and SAN_LDFLAGS to runqslower and libbpf
` [PATCH bpf-next 5/9] selftests/bpf: Attach to fopen()/fclose() in uprobe_autoattach
` [PATCH bpf-next 6/9] selftests/bpf: Attach to fopen()/fclose() in attach_probe
` [PATCH bpf-next 7/9] libbpf: Fix alen calculation in libbpf_nla_dump_errormsg()
` [PATCH bpf-next 8/9] libbpf: Add MSan annotations
` [PATCH bpf-next 9/9] selftests/bpf: "
[PATCH bpf-next] tools/resolve_btfids: Pass HOSTCFLAGS as EXTRA_CFLAGS to prepare targets
2023-02-09 19:31 UTC (2+ messages)
XDP SYNProxy SYN+ACK packet missing?
2023-02-09 18:02 UTC
[PATCH net] ice: xsk: Fix cleaning of XDP_TX frames
2023-02-09 18:00 UTC (4+ messages)
[PATCH net-next] net: skbuff: drop the word head from skb cache
2023-02-09 17:54 UTC (3+ messages)
[PATCH] bpf: Replace bpf_lpm_trie_key 0-length array with flexible array
2023-02-09 17:48 UTC (7+ messages)
[PATCH bpf-next 0/2] libbpf: allow users to set kprobe/uprobe attach mode
2023-02-09 17:13 UTC (9+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: add test for legacy/perf "
[PATCH bpf-next 0/4] Reduce overhead of LSMs with static calls
2023-02-09 16:56 UTC (3+ messages)
[PATCH bpf-next v2] bpf, docs: Explain helper functions
2023-02-09 16:04 UTC (8+ messages)
` [Bpf] "
[PATCH v2 0/7] task comm cleanups
2023-02-09 15:37 UTC (11+ messages)
` [PATCH v2 7/7] tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LEN
[PATCH bpf-next] bpf: add --skip_encoding_btf_inconsistent_proto, --btf_gen_optimized to pahole flags for v1.25
2023-02-09 15:08 UTC (2+ messages)
[PATCH v3 dwarves 0/8] dwarves: support encoding of optimized-out parameters, removal of inconsistent static functions
2023-02-09 13:09 UTC (13+ messages)
` [PATCH v3 dwarves 5/8] btf_encoder: Represent "."-suffixed functions (".isra.0") in BTF
` [PATCH bpf-next] bpf: add --skip_encoding_btf_inconsistent_proto, --btf_gen_optimized to pahole flags for v1.25
Kernel build fail with 'btf_encoder__encode: btf__dedup failed!'
2023-02-09 13:07 UTC (10+ messages)
[PATCH dwarves] btf_encoder: ensure elf function representation is fully initialized
2023-02-09 11:59 UTC (3+ messages)
[PATCH bpf-next 0/5] bpf, mm: introduce cgroup.memory=nobpf
2023-02-09 11:28 UTC (7+ messages)
` [PATCH bpf-next 2/5] bpf: use bpf_map_kvcalloc in bpf_local_storage
[PATCH AUTOSEL 5.4 01/10] selftests/bpf: Verify copy_register_state() preserves parent/live fields
2023-02-09 11:19 UTC
[PATCH AUTOSEL 5.10 02/13] selftests/bpf: Verify copy_register_state() preserves parent/live fields
2023-02-09 11:18 UTC
[PATCH bpf-next] ice: update xdp_features with xdp multi-buff
2023-02-09 11:17 UTC
[PATCH AUTOSEL 5.15 03/17] selftests/bpf: Verify copy_register_state() preserves parent/live fields
2023-02-09 11:17 UTC (2+ messages)
` [PATCH AUTOSEL 5.15 05/17] bpf, sockmap: Don't let sock_map_{close,destroy,unhash} call itself
[PATCH AUTOSEL 6.1 08/38] selftests/bpf: Verify copy_register_state() preserves parent/live fields
2023-02-09 11:14 UTC (2+ messages)
` [PATCH AUTOSEL 6.1 11/38] bpf, sockmap: Don't let sock_map_{close,destroy,unhash} call itself
[PATCH net-next] xsk: support use vaddr as ring
2023-02-09 11:06 UTC (2+ messages)
[PATCHv3 bpf-next 0/9] bpf: Move kernel test kfuncs into bpf_testmod
2023-02-09 9:38 UTC (20+ messages)
` [PATCHv3 bpf-next 1/9] selftests/bpf: Move kfunc exports to bpf_testmod/bpf_testmod_kfunc.h
` [PATCHv3 bpf-next 2/9] selftests/bpf: Move test_progs helpers to testing_helpers object
` [PATCHv3 bpf-next 3/9] selftests/bpf: Use only stdout in un/load_bpf_testmod functions
` [PATCHv3 bpf-next 7/9] selftests/bpf: Allow to use kfunc from testmod.ko in test_verifier
[PATCH net 0/3] Fix MTU related issues
2023-02-09 2:57 UTC (6+ messages)
` [PATCH net 3/3] ixgbe: add double of VLAN header when computing the max MTU
[PATCH net v2 3/3] ixgbe: add double of VLAN header when computing the max MTU
2023-02-09 2:41 UTC
[PATCH bpf-next v2] samples: bpf: syscall_tp: Add syscall openat2 enter/exit tracepoint
2023-02-09 1:00 UTC (2+ messages)
[PATCH v9 bpf-next 3/5] bpf: Add skb dynptrs
2023-02-09 0:39 UTC (13+ messages)
[PATCH bpf-next v4] libbpf: Add sample_period to creation options
2023-02-08 23:40 UTC (2+ messages)
[PATCH v9 bpf-next 0/5] Add skb + xdp dynptrs
2023-02-08 23:22 UTC (8+ messages)
` [PATCH v9 bpf-next 3/5] bpf: Add skb dynptrs
[PATCH bpf-next] selftests/bpf: Fix out-of-srctree build
2023-02-08 23:12 UTC
[PATCHSET v2] sched: Implement BPF extensible scheduler class
2023-02-08 21:55 UTC (2+ messages)
[pahole PATCH 1/1] CMakeList.txt: Bump version to the upcoming 1.25 release, not out of the door yet
2023-02-08 20:43 UTC
[PATCH net v4 1/3] ixgbe: allow to increase MTU to 3K with XDP enabled
2023-02-08 19:02 UTC (7+ messages)
` [PATCH net v2 2/3] i40e: add double of VLAN header when computing the max MTU
[PATCH bpf-next] sfc: move xdp_features configuration in efx_pci_probe_post_io()
2023-02-08 18:40 UTC (2+ messages)
[PATCH bpf-next v3] bpf/docs: Update design QA to be consistent with kfunc lifecycle docs
2023-02-08 17:30 UTC (2+ messages)
[PATCH] bpf, docs: Add note about type convention
2023-02-08 17:30 UTC (4+ messages)
[RFC PATCH net-next 00/11] NXP ENETC AF_XDP zero-copy sockets
2023-02-08 17:17 UTC (10+ messages)
` [RFC PATCH net-next 10/11] net: enetc: add RX support for zero-copy XDP sockets
` [RFC PATCH net-next 11/11] net: enetc: add TX "
[PATCH bpf-next v2] bpf/docs: Update design QA to be consistent with kfunc lifecycle docs
2023-02-08 16:39 UTC (3+ messages)
[RFC nf-next 0/3] bpf, netfilter: minimal support for bpf progs
2023-02-08 16:03 UTC (4+ messages)
` [RFC nf-next 1/3] bpf: add bpf_link support for BPF_NETFILTER programs
` [RFC nf-next 2/3] libbpf: sync header file, add nf prog section name
` [RFC nf-next 3/3] bpf: minimal support for programs hooked into netfilter framework
[PATCH v2 bpf-next] Add support for tracing programs in BPF_PROG_RUN
2023-02-08 15:40 UTC (7+ messages)
[PATCH bpf-next 0/7] bpf, mm: bpf memory usage
2023-02-08 14:22 UTC (8+ messages)
` [PATCH bpf-next 7/7] bpf: hashtab "
[RFC/PATCH 0/3] perf lock contention: Track lock owner (v2)
2023-02-08 13:37 UTC (2+ messages)
[PATCH bpf-next] bpf, docs: Add explanation of endianness
2023-02-08 13:35 UTC (2+ messages)
compile error due to relocation problems in tools/bpf/resolve_btfids//libbpf/libbpf.a(libbpf-in.o)
2023-02-08 12:19 UTC (3+ messages)
Adding map read write API to bpftool gen skeleton sub command
2023-02-08 6:31 UTC (3+ messages)
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