bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-26 23:02:26 to 2023-06-29 06:37:27 UTC [more...]

[RFC PATCH bpf-next 00/13] bpf: Support new insns from cpu v4
 2023-06-29  6:37 UTC 

[RFC bpf-next v2 00/11] bpf: Netdev TX metadata
 2023-06-29  6:15 UTC  (17+ messages)
` [RFC bpf-next v2 03/11] xsk: Support XDP_TX_METADATA_LEN
` [RFC bpf-next v2 06/11] net: veth: Implement devtx timestamp kfuncs

[PATCH net-next v4 0/2] virtio-net: avoid conflicts between XDP and GUEST_CSUM
 2023-06-29  5:47 UTC  (9+ messages)
` [PATCH net-next v4 1/2] virtio-net: support coexistence of "
` [PATCH net-next v4 2/2] virtio-net: remove GUEST_CSUM check for XDP

[PATCH RESEND v3 bpf-next 00/14] BPF token
 2023-06-29  5:18 UTC  (15+ messages)
` [PATCH RESEND v3 bpf-next 01/14] bpf: introduce BPF token object
` [PATCH RESEND v3 bpf-next 02/14] libbpf: add bpf_token_create() API
` [PATCH RESEND v3 bpf-next 03/14] selftests/bpf: add BPF_TOKEN_CREATE test
` [PATCH RESEND v3 bpf-next 04/14] bpf: add BPF token support to BPF_MAP_CREATE command
` [PATCH RESEND v3 bpf-next 05/14] libbpf: add BPF token support to bpf_map_create() API
` [PATCH RESEND v3 bpf-next 06/14] selftests/bpf: add BPF token-enabled test for BPF_MAP_CREATE command
` [PATCH RESEND v3 bpf-next 07/14] bpf: add BPF token support to BPF_BTF_LOAD command
` [PATCH RESEND v3 bpf-next 08/14] libbpf: add BPF token support to bpf_btf_load() API
` [PATCH RESEND v3 bpf-next 09/14] selftests/bpf: add BPF token-enabled BPF_BTF_LOAD selftest
` [PATCH RESEND v3 bpf-next 10/14] bpf: add BPF token support to BPF_PROG_LOAD command
` [PATCH RESEND v3 bpf-next 11/14] bpf: take into account BPF token when fetching helper protos
` [PATCH RESEND v3 bpf-next 12/14] bpf: consistenly use BPF token throughout BPF verifier logic
` [PATCH RESEND v3 bpf-next 13/14] libbpf: add BPF token support to bpf_prog_load() API
` [PATCH RESEND v3 bpf-next 14/14] selftests/bpf: add BPF token-enabled BPF_PROG_LOAD tests

[PATCH v3 bpf-next 00/13] bpf: Introduce bpf_mem_cache_free_rcu()
 2023-06-29  4:31 UTC  (20+ messages)
` [PATCH v3 bpf-next 01/13] bpf: Rename few bpf_mem_alloc fields
` [PATCH v3 bpf-next 02/13] bpf: Simplify code of destroy_mem_alloc() with kmemdup()
` [PATCH v3 bpf-next 03/13] bpf: Let free_all() return the number of freed elements
` [PATCH v3 bpf-next 04/13] bpf: Refactor alloc_bulk()
` [PATCH v3 bpf-next 05/13] bpf: Factor out inc/dec of active flag into helpers
` [PATCH v3 bpf-next 06/13] bpf: Further refactor alloc_bulk()
` [PATCH v3 bpf-next 07/13] bpf: Change bpf_mem_cache draining process
` [PATCH v3 bpf-next 08/13] bpf: Add a hint to allocated objects
` [PATCH v3 bpf-next 09/13] bpf: Allow reuse from waiting_for_gp_ttrace list
` [PATCH v3 bpf-next 10/13] rcu: Export rcu_request_urgent_qs_task()
` [PATCH v3 bpf-next 11/13] selftests/bpf: Improve test coverage of bpf_mem_alloc
` [PATCH v3 bpf-next 12/13] bpf: Introduce bpf_mem_free_rcu() similar to kfree_rcu()
` [PATCH v3 bpf-next 13/13] bpf: Convert bpf_cpumask to bpf_mem_cache_free_rcu

[PATCH bpf-next 0/2] bpf: Fix errors in verifying a union
 2023-06-29  3:46 UTC  (6+ messages)
` [PATCH bpf-next 1/2] bpf: Fix an error around PTR_UNTRUSTED
` [PATCH bpf-next 2/2] bpf: Fix an error in verifying a field in a union

clang/llvm build broken
 2023-06-29  3:06 UTC 

[PATCH bpf-next v7 1/2] selftests/bpf: Add min() and max() macros in bpf_util.h
 2023-06-29  2:28 UTC  (2+ messages)

[GIT PULL] Networking for v6.5
 2023-06-28 23:58 UTC  (4+ messages)

[PATCH v4 bpf-next 00/22] xsk: multi-buffer support
 2023-06-28 21:02 UTC  (11+ messages)
` [PATCH v4 bpf-next 15/22] xsk: add multi-buffer documentation

[RFC bpf-next v2 11/11] net/mlx5e: Support TX timestamp metadata
 2023-06-28 18:52 UTC  (19+ messages)

[ANN] bpf development stats for 6.5
 2023-06-28 18:32 UTC 

[PATCH v2 bpf-next 00/13] bpf: Introduce bpf_mem_cache_free_rcu()
 2023-06-28 17:38 UTC  (18+ messages)
` [PATCH v2 bpf-next 09/13] bpf: Allow reuse from waiting_for_gp_ttrace list
` [PATCH v2 bpf-next 12/13] bpf: Introduce bpf_mem_free_rcu() similar to kfree_rcu()

[PATCH v2] btf: warn but return no error for NULL btf from __register_btf_kfunc_id_set()
 2023-06-28 16:46 UTC 

[PATCH bpf-next v4 0/2] libbpf: add netfilter link attach helper
 2023-06-28 15:27 UTC  (3+ messages)
` [PATCH bpf-next v4 1/2] tools: "
` [PATCH bpf-next v4 2/2] selftests/bpf: Add bpf_program__attach_netfilter helper test

[PATCH] fprobe: Release rethook after the ftrace_ops is unregistered
 2023-06-28 14:44 UTC  (4+ messages)
    ` [PATCH] fprobe: Ensure running fprobe_exit_handler() finished before calling rethook_free()

[PATCH bpf-next 0/2] add mechanism to report map pressure
 2023-06-28 13:17 UTC  (8+ messages)
` [PATCH bpf-next 1/2] bpf: add new map ops ->map_pressure

[PATCH v6 bpf-next 00/11] bpf: Support ->fill_link_info for kprobe_multi and perf_event links
 2023-06-28 11:53 UTC  (12+ messages)
` [PATCH v6 bpf-next 01/11] bpf: Support ->fill_link_info for kprobe_multi
` [PATCH v6 bpf-next 02/11] bpftool: Dump the kernel symbol's module name
` [PATCH v6 bpf-next 03/11] bpftool: Show kprobe_multi link info
` [PATCH v6 bpf-next 04/11] bpf: Protect probed address based on kptr_restrict setting
` [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 07/11] bpf: Add a common helper bpf_copy_to_user()
` [PATCH v6 bpf-next 08/11] bpf: Add bpf_perf_link_fill_common()
` [PATCH v6 bpf-next 09/11] bpf: Support ->fill_link_info for perf_event
` [PATCH v6 bpf-next 10/11] bpftool: Add perf event names
` [PATCH v6 bpf-next 11/11] bpftool: Show perf link info

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

[PATCH v3 0/3] Make fprobe + rethook immune to recursion
 2023-06-28  7:16 UTC  (3+ messages)
` [PATCH v3 2/4] fprobe: make fprobe_kprobe_handler recursion free

[PATCH vhost v10 00/10] virtio core prepares for AF_XDP
 2023-06-28  1:34 UTC  (20+ messages)
` [PATCH vhost v10 01/10] virtio_ring: put mapping error check in vring_map_one_sg
` [PATCH vhost v10 02/10] virtio_ring: introduce virtqueue_set_premapped()
` [PATCH vhost v10 03/10] virtio_ring: split: support add premapped buf
` [PATCH vhost v10 04/10] virtio_ring: packed: "
` [PATCH vhost v10 05/10] virtio_ring: split-detach: support return dma info to driver
` [PATCH vhost v10 10/10] virtio_net: support dma premapped

Please help, I want kprobe.multi support on arm64, but regs is replaced by args
 2023-06-28  0:50 UTC  (2+ messages)

[PATCH bpf-next] Fix definition of BPF_NEG operation
 2023-06-27 21:46 UTC  (4+ messages)
` [Bpf] "

[PATCH] perf: Replace deprecated -target with --target= for Clang
 2023-06-27 19:53 UTC  (4+ messages)

[PATCH v2 00/13] parse-events clean up
 2023-06-27 18:10 UTC  (14+ messages)
` [PATCH v2 01/13] perf parse-events: Remove unused PE_PMU_EVENT_FAKE token
` [PATCH v2 02/13] perf parse-events: Remove unused PE_KERNEL_PMU_EVENT token
` [PATCH v2 03/13] perf parse-events: Remove two unused tokens
` [PATCH v2 04/13] perf parse-events: Add more comments to parse_events_state
` [PATCH v2 05/13] perf parse-events: Avoid regrouped warning for wild card events
` [PATCH v2 06/13] perf parse-event: Add memory allocation test for name terms
` [PATCH v2 07/13] perf parse-events: Separate YYABORT and YYNOMEM cases
` [PATCH v2 08/13] perf parse-events: Move instances of YYABORT to YYNOMEM
` [PATCH v2 09/13] perf parse-events: Separate ENOMEM memory handling
` [PATCH v2 10/13] perf parse-events: Additional error reporting
` [PATCH v2 11/13] perf parse-events: Populate error column for BPF/tracepoint events
` [PATCH v2 12/13] perf parse-events: Improve location for add pmu
` [PATCH v2 13/13] perf parse-events: Remove ABORT_ON

[PATCH RFC net-next v4 0/8] virtio/vsock: support datagrams
 2023-06-27  1:19 UTC  (7+ messages)
` [PATCH RFC net-next v4 6/8] virtio/vsock: support dgrams

[PATCH] btf: warn but return no error for NULL btf from __register_btf_kfunc_id_set()
 2023-06-27 16:44 UTC  (4+ messages)

[PATCH bpf-next 0/7] Support defragmenting IPv(4|6) packets in BPF
 2023-06-27 15:44 UTC  (17+ messages)
` [PATCH bpf-next 1/7] tools: libbpf: add netfilter link attach helper
` [PATCH bpf-next 2/7] selftests/bpf: Add bpf_program__attach_netfilter helper test
` [PATCH bpf-next 3/7] netfilter: defrag: Add glue hooks for enabling/disabling defrag
` [PATCH bpf-next 4/7] netfilter: bpf: Support BPF_F_NETFILTER_IP_DEFRAG in netfilter link
` [PATCH bpf-next 5/7] bpf: selftests: Support not connecting client socket
` [PATCH bpf-next 6/7] bpf: selftests: Support custom type and proto for client sockets
` [PATCH bpf-next 7/7] bpf: selftests: Add defrag selftests

[PATCH v4] lib/test_bpf: Call page_address() on page acquired with GFP_KERNEL flag
 2023-06-27 15:01 UTC  (3+ messages)

[PATCH bpf-next v3 0/2] libbpf: add netfilter link attach helper
 2023-06-27 14:40 UTC  (4+ messages)
` [PATCH bpf-next v3 1/2] tools: "
` [PATCH bpf-next v3 2/2] selftests/bpf: Add bpf_program__attach_netfilter helper test

linux-next: build failure after merge of the net-next tree
 2023-06-27 14:10 UTC  (7+ messages)
` [PATCH net-next] perf trace: fix MSG_SPLICE_PAGES build error

[PATCH bpf-next v8 0/3] bpf, x86: allow function arguments up to 12 for TRACING
 2023-06-27 11:53 UTC  (4+ messages)
` [PATCH bpf-next v8 1/3] bpf, x86: save/restore regs with BPF_DW size
` [PATCH bpf-next v8 2/3] bpf, x86: allow function arguments up to 12 for TRACING
` [PATCH bpf-next v8 3/3] selftests/bpf: add testcase for TRACING with 6+ arguments

[PATCH v2 bpf-next 00/18] BPF token
 2023-06-27 10:22 UTC  (14+ messages)

[PATCH bpf-next v3 2/7] net: export inet_lookup_reuseport and inet6_lookup_reuseport
 2023-06-27 10:19 UTC  (4+ messages)

[PATCH net-next] tools: Fix MSG_SPLICE_PAGES build error in trace tools
 2023-06-27  9:53 UTC  (8+ messages)

[syzbot] [tomoyo?] [bpf?] INFO: rcu detected stall in security_file_open (6)
 2023-06-27  9:51 UTC 

[PATCH bpf-next 1/2] bpf: Resolve modifiers when walking structs
 2023-06-27  5:06 UTC  (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add test to exercise typedef walking

[PATCH v1 00/13] parse-events clean up
 2023-06-27  4:34 UTC  (14+ messages)
` [PATCH v1 01/13] perf parse-events: Remove unused PE_PMU_EVENT_FAKE token
` [PATCH v1 02/13] perf parse-events: Remove unused PE_KERNEL_PMU_EVENT token
` [PATCH v1 03/13] perf parse-events: Remove two unused tokens
` [PATCH v1 04/13] perf parse-events: Add more comments to parse_events_state
` [PATCH v1 05/13] perf parse-events: Avoid regrouped warning for wild card events
` [PATCH v1 06/13] perf parse-event: Add memory allocation test for name terms
` [PATCH v1 07/13] perf parse-events: Separate YYABORT and YYNOMEM cases
` [PATCH v1 08/13] perf parse-events: Move instances of YYABORT to YYNOMEM
` [PATCH v1 09/13] perf parse-events: Separate ENOMEM memory handling
` [PATCH v1 10/13] perf parse-events: Additional error reporting
` [PATCH v1 11/13] perf parse-events: Populate error column for BPF events
` [PATCH v1 12/13] perf parse-events: Improve location for add pmu
` [PATCH v1 13/13] perf parse-events: Remove ABORT_ON

[PATCH v2] libbpf: kprobe.multi: Filter with available_filter_functions_addrs
 2023-06-27  1:37 UTC  (3+ messages)

[PATCH] libbpf: kprobe.multi: feedback function counts by kernel traced
 2023-06-26 23:49 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).