messages from 2022-05-30 21:20:22 to 2022-06-03 05:52:05 UTC [more...]
[PATCH v2] libbpf: Fix is_pow_of_2
2022-06-03 5:51 UTC
[PATCH bpf-next v8 00/11] bpf: cgroup_sock lsm flavor
2022-06-03 5:38 UTC (17+ messages)
` [PATCH bpf-next v8 01/11] bpf: add bpf_func_t and trampoline helpers
` [PATCH bpf-next v8 02/11] bpf: convert cgroup_bpf.progs to hlist
` [PATCH bpf-next v8 03/11] bpf: per-cgroup lsm flavor
` [PATCH bpf-next v8 04/11] bpf: minimize number of allocated lsm slots per program
` [PATCH bpf-next v8 05/11] bpf: implement BPF_PROG_QUERY for BPF_LSM_CGROUP
` [PATCH bpf-next v8 06/11] bpf: allow writing to a subset of sock fields from lsm progtype
` [PATCH bpf-next v8 07/11] libbpf: add lsm_cgoup_sock type
` [PATCH bpf-next v8 08/11] libbpf: implement bpf_prog_query_opts
` [PATCH bpf-next v8 09/11] bpftool: implement cgroup tree for BPF_LSM_CGROUP
` [PATCH bpf-next v8 10/11] selftests/bpf: lsm_cgroup functional test
` [PATCH bpf-next v8 11/11] selftests/bpf: verify lsm_cgroup struct sock access
[PATCH] libbpf: Fix is_pow_of_2
2022-06-03 5:35 UTC (4+ messages)
Tracing NVMe Driver with BPF missing events
2022-06-03 3:01 UTC (7+ messages)
[PATCH bpf-next v4 00/18] bpf: Add 64bit enum value support
2022-06-03 2:00 UTC (19+ messages)
` [PATCH bpf-next v4 01/18] bpf: Add btf enum64 support
` [PATCH bpf-next v4 02/18] libbpf: Permit 64bit relocation value
` [PATCH bpf-next v4 03/18] libbpf: Fix an error in 64bit relocation value computation
` [PATCH bpf-next v4 04/18] libbpf: Refactor btf__add_enum() for future code sharing
` [PATCH bpf-next v4 05/18] libbpf: Add enum64 parsing and new enum64 public API
` [PATCH bpf-next v4 06/18] libbpf: Add enum64 deduplication support
` [PATCH bpf-next v4 07/18] libbpf: Add enum64 support for btf_dump
` [PATCH bpf-next v4 08/18] libbpf: Add enum64 sanitization
` [PATCH bpf-next v4 09/18] libbpf: Add enum64 support for bpf linking
` [PATCH bpf-next v4 10/18] libbpf: Add enum64 relocation support
` [PATCH bpf-next v4 11/18] bpftool: Add btf enum64 support
` [PATCH bpf-next v4 12/18] selftests/bpf: Fix selftests failure
` [PATCH bpf-next v4 13/18] selftests/bpf: Test new enum kflag and enum64 API functions
` [PATCH bpf-next v4 14/18] selftests/bpf: Add BTF_KIND_ENUM64 unit tests
` [PATCH bpf-next v4 15/18] selftests/bpf: Test BTF_KIND_ENUM64 for deduplication
` [PATCH bpf-next v4 16/18] selftests/bpf: Add a test for enum64 value relocations
` [PATCH bpf-next v4 17/18] selftests/bpf: Clarify llvm dependency with possible selftest failures
` [PATCH bpf-next v4 18/18] docs/bpf: Update documentation for BTF_KIND_ENUM64 support
[PATCH bpf-next 0/3] bpf: Fix cookie values for kprobe multi
2022-06-02 23:02 UTC (6+ messages)
` [PATCH bpf-next 2/3] ftrace: Keep address offset in ftrace_lookup_symbols
` [PATCH bpf-next 3/3] bpf: Force cookies array to follow symbols sorting
[RFC 0/6] perf record: Implement off-cpu profiling with BPF (v3)
2022-06-02 22:36 UTC (5+ messages)
` [PATCH 2/6] perf record: Enable off-cpu analysis with BPF
[PATCH] staging: r8188eu: Add queue_index to xdp_rxq_info
2022-06-02 20:43 UTC (3+ messages)
[PATCH bpf-next] selftests/bpf: Fix tc_redirect_dtime
2022-06-02 20:30 UTC (3+ messages)
Relocation error on 32 bit systems of longs from vmlinux.h
2022-06-02 20:29 UTC (2+ messages)
[PATCH v2 bpf-next 0/5] ftrace: host klp and bpf trampoline together
2022-06-02 19:37 UTC (6+ messages)
` [PATCH v2 bpf-next 1/5] ftrace: allow customized flags for ftrace_direct_multi ftrace_ops
` [PATCH v2 bpf-next 2/5] ftrace: add modify_ftrace_direct_multi_nolock
` [PATCH v2 bpf-next 3/5] ftrace: introduce FTRACE_OPS_FL_SHARE_IPMODIFY
` [PATCH v2 bpf-next 4/5] bpf, x64: Allow to use caller address from stack
` [PATCH v2 bpf-next 5/5] bpf: trampoline: support FTRACE_OPS_FL_SHARE_IPMODIFY
[PATCH v3] bpf: Fix KASAN use-after-free Read in compute_effective_progs
2022-06-02 16:51 UTC (8+ messages)
` [PATCH v4] "
[PATCH bpf-next] selftests/bpf: add drv mode testing for xdping
2022-06-02 16:41 UTC (2+ messages)
[PATCH net-next v4] ipv6: Fix signed integer overflow in __ip6_append_data
2022-06-02 16:02 UTC (3+ messages)
[PATCH v2 0/9] bpf: Per-operation map permissions
2022-06-02 14:37 UTC (10+ messages)
` [PATCH v2 1/9] libbpf: Introduce bpf_map_get_fd_by_id_flags()
` [PATCH v2 2/9] libbpf: Introduce bpf_obj_get_flags()
` [PATCH v2 3/9] bpftool: Add flags parameter to open_obj_pinned_any() and open_obj_pinned()
` [PATCH v2 4/9] bpftool: Add flags parameter to *_parse_fd() functions
` [PATCH v2 5/9] bpftool: Add flags parameter to map_parse_fds()
` [PATCH v2 6/9] bpftool: Add flags parameter to map_parse_fd_and_info()
` [PATCH v2 7/9] bpftool: Add flags parameter in struct_ops functions
` [PATCH v2 8/9] bpftool: Adjust map permissions
` [PATCH v2 9/9] selftests/bpf: Add map access tests
[PATCH bpf-next 0/2] Add PROG_TEST_RUN support to BPF_PROG_TYPE_KPROBE
2022-06-02 14:37 UTC (12+ messages)
` [PATCH bpf-next 1/2] bpf, test_run: Add PROG_TEST_RUN support to kprobe
` [PATCH bpf-next 2/2] selftests/bpf: Add PROG_TEST_RUN selftest for BPF_PROG_TYPE_KPROBE
[PATCH v2] selftests net: fix bpf build error
2022-06-02 10:29 UTC (3+ messages)
[PATCH v5,bpf-next] samples/bpf: check detach prog exist or not in xdp_fwd
2022-06-02 10:16 UTC (4+ messages)
` 答复: "
bpf_jit_blinding_enabled capabilities
2022-06-02 10:11 UTC
[PATCHv2 0/3] perf tools: Fix prologue generation
2022-06-02 10:08 UTC (5+ messages)
[PATCH net-next v1 resend 0/2] Update bhash2 when socket's rcv saddr changes
2022-06-02 6:50 UTC (6+ messages)
` [PATCH net-next v1 resend 1/2] net: "
` [PATCH net-next v1 resend 2/2] selftests/net: Add sk_bind_sendto_listen test
[RFC Patch v5 0/5] net_sched: introduce eBPF based Qdisc
2022-06-02 4:10 UTC (6+ messages)
` [RFC Patch v5 1/5] net: introduce skb_rbtree_walk_safe()
` [RFC Patch v5 2/5] bpf: move map in map declarations to bpf.h
` [RFC Patch v5 3/5] bpf: introduce skb map and flow map
` [RFC Patch v5 4/5] net_sched: introduce eBPF based Qdisc
` [RFC Patch v5 5/5] net_sched: introduce helper bpf_skb_tc_classify()
[PATCH v4 0/2] Optimize performance of update hash-map when free is zero
2022-06-02 3:29 UTC (11+ messages)
` [PATCH v4 1/2] bpf: avoid grabbing spin_locks of all cpus when no free elems
` [External] "
` "
` [PATCH v4 2/2] selftest/bpf/benchs: Add bpf_map benchmark
` "
` "
[PATCH net-next v3 0/3] reorganize the code of the enum skb_drop_reason
2022-06-02 1:59 UTC (6+ messages)
` [PATCH net-next v3 1/3] net: skb: move enum skb_drop_reason to standalone header file
` [PATCH net-next v3 2/3] net: skb: use auto-generation to convert skb drop reason to string
` [PATCH net-next v3 3/3] net: dropreason: reformat the comment fo skb drop reasons
[PATCH bpf-next 0/5] ftrace: host klp and bpf trampoline together
2022-06-02 1:30 UTC (10+ messages)
` [PATCH bpf-next 1/5] ftrace: allow customized flags for ftrace_direct_multi ftrace_ops
` [PATCH bpf-next 2/5] ftrace: add modify_ftrace_direct_multi_nolock
` [PATCH bpf-next 3/5] ftrace: introduce FTRACE_OPS_FL_SHARE_IPMODIFY
` [PATCH bpf-next 4/5] bpf, x64: Allow to use caller address from stack
` [PATCH bpf-next 5/5] bpf: trampoline: support FTRACE_OPS_FL_SHARE_IPMODIFY
[Patch bpf-next v3 0/4] sockmap: some performance optimizations
2022-06-02 1:21 UTC (5+ messages)
` [Patch bpf-next v3 1/4] tcp: introduce tcp_read_skb()
` [Patch bpf-next v3 2/4] net: introduce a new proto_ops ->read_skb()
` [Patch bpf-next v3 3/4] skmsg: get rid of skb_clone()
` [Patch bpf-next v3 4/4] skmsg: get rid of unncessary memset()
BPF_CORE_READ issue with nvme_submit_cmd kprobe
2022-06-02 0:03 UTC (7+ messages)
[PATCH bpf-next] bpf, test_run: Remove unnecessary prog type checks
2022-06-01 22:50 UTC (2+ messages)
[PATCH bpf-next] libbpf: Fix a couple of typos
2022-06-01 22:10 UTC (3+ messages)
[PATCH bpf-next v3 00/18] bpf: Add 64bit enum value support
2022-06-01 21:53 UTC (17+ messages)
` [PATCH bpf-next v3 06/18] libbpf: Add enum64 deduplication support
` [PATCH bpf-next v3 07/18] libbpf: Add enum64 support for btf_dump
` [PATCH bpf-next v3 08/18] libbpf: Add enum64 sanitization
` [PATCH bpf-next v3 10/18] libbpf: Add enum64 relocation support
` [PATCH bpf-next v3 13/18] selftests/bpf: Test new enum kflag and enum64 API functions
[PATCHv2 0/3] perf tools: Fix prologue generation
2022-06-01 18:09 UTC (13+ messages)
[PATCH] bpf: Use safer kvmalloc_array() where possible
2022-06-01 17:40 UTC (2+ messages)
[PATCH v4,bpf-next] samples/bpf: check detach prog exist or not in xdp_fwd
2022-06-01 10:33 UTC (3+ messages)
` 答复: "
[PATCH] selftests net: fix bpf build error
2022-06-01 7:08 UTC (4+ messages)
[PATCH net-next v3] ipv6: Fix signed integer overflow in __ip6_append_data
2022-06-01 6:21 UTC (3+ messages)
[PATCH bpf-next v2 0/3] bpf_loop inlining
2022-06-01 4:10 UTC (9+ messages)
` [PATCH bpf-next v2 1/3] selftests/bpf: specify expected instructions in test_verifier tests
` [PATCH bpf-next v2 2/3] selftests/bpf: allow BTF specs and func infos "
` [PATCH bpf-next v2 3/3] bpf: Inline calls to bpf_loop when callback is known
bpftool coredump
2022-06-01 1:46 UTC (3+ messages)
[PATCH bpf-next] bpf,sockmap: fix sk->sk_forward_alloc warn_on in sk_stream_kill_queues
2022-05-31 23:50 UTC (6+ messages)
[RFC bpf-next] bpf: Use prog->active instead of bpf_prog_active for kprobe_multi
2022-05-31 23:24 UTC (2+ messages)
[PATCH bpf-next v7 05/11] bpf: implement BPF_PROG_QUERY for BPF_LSM_CGROUP
2022-05-31 23:08 UTC (13+ messages)
[PATCH v3] libbpf: Fix determine_ptr_size() guessing
2022-05-31 22:50 UTC (2+ messages)
[PATCH bpf-next] sample: bpf: xdp_router_ipv4: allow the kernel to send arp requests
2022-05-31 22:50 UTC (2+ messages)
[PATCH] Check for NULL ptr of btf in codegen_asserts
2022-05-31 22:40 UTC (2+ messages)
[PATCH bpf] bpf: arm64: clear prog->jited_len along prog->jited
2022-05-31 22:30 UTC (3+ messages)
[PATCH bpf-next] selftests/bpf: Fix test_run logic in fexit_stress.c
2022-05-31 22:10 UTC (2+ messages)
[PATCH bpf-next v4 00/12] libbpf: Textual representation of enums
2022-05-31 21:40 UTC (2+ messages)
[PATCH 0/2] bpf: Retry access to a map in read-only mode
2022-05-31 8:47 UTC (4+ messages)
` [PATCH 1/2] libbpf: Retry map access with read-only permission
[PATCH v3 0/2] Optimize performance of update hash-map when free is zero
2022-05-31 3:24 UTC (4+ messages)
` [PATCH v3 1/2] bpf: avoid grabbing spin_locks of all cpus when no free elems
` "
[RFC PATCH -next v2 3/4] arm64/ftrace: support dynamically allocated trampolines
2022-05-31 1:00 UTC (3+ messages)
[PATCH] tracing/kprobes: Check whether get_kretprobe() returns NULL in kretprobe_dispatcher()
2022-05-30 22:00 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