BPF List
 help / color / mirror / Atom feed
 messages from 2022-05-23 21:07:51 to 2022-05-26 19:58:45 UTC [more...]

help to debug a kretprobe_dispatcher issue with 5.12
 2022-05-26 19:58 UTC  (2+ messages)

[PATCH bpf] selftests/bpf: fix stacktrace_build_id with missing kprobe/urandom_read
 2022-05-26 19:28 UTC  (2+ messages)

BPF_CORE_READ issue with nvme_submit_cmd kprobe
 2022-05-26 19:15 UTC 

[PATCH bpf-next v3 00/18] bpf: Add 64bit enum value support
 2022-05-26 18:56 UTC  (19+ messages)
` [PATCH bpf-next v3 01/18] bpf: Add btf enum64 support
` [PATCH bpf-next v3 02/18] libbpf: Permit 64bit relocation value
` [PATCH bpf-next v3 03/18] libbpf: Fix an error in 64bit relocation value computation
` [PATCH bpf-next v3 04/18] libbpf: Refactor btf__add_enum() for future code sharing
` [PATCH bpf-next v3 05/18] libbpf: Add enum64 parsing and new enum64 public API
` [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 09/18] libbpf: Add enum64 support for bpf linking
` [PATCH bpf-next v3 10/18] libbpf: Add enum64 relocation support
` [PATCH bpf-next v3 11/18] bpftool: Add btf enum64 support
` [PATCH bpf-next v3 12/18] selftests/bpf: Fix selftests failure
` [PATCH bpf-next v3 13/18] selftests/bpf: Test new enum kflag and enum64 API functions
` [PATCH bpf-next v3 14/18] selftests/bpf: Add BTF_KIND_ENUM64 unit tests
` [PATCH bpf-next v3 15/18] selftests/bpf: Test BTF_KIND_ENUM64 for deduplication
` [PATCH bpf-next v3 16/18] selftests/bpf: Add a test for enum64 value relocations
` [PATCH bpf-next v3 17/18] selftests/bpf: Clarify llvm dependency with possible selftest failures
` [PATCH bpf-next v3 18/18] docs/bpf: Update documentation for BTF_KIND_ENUM64 support

[PATCH] bpf: Use safer kvmalloc_array() where possible
 2022-05-26 18:52 UTC  (4+ messages)

[PATCH v4] ftrace: Add FTRACE_MCOUNT_MAX_OFFSET to avoid adding weak function
 2022-05-26 18:19 UTC 

[PATCH v3] ftrace: Add FTRACE_MCOUNT_MAX_OFFSET to avoid adding weak functions
 2022-05-26 18:02 UTC  (4+ messages)

[RFC bpf-next] bpf: Use prog->active instead of bpf_prog_active for kprobe_multi
 2022-05-26 16:23 UTC  (2+ messages)

[PATCH] rethook: Reject getting a rethook if RCU is not watching
 2022-05-26 16:14 UTC  (5+ messages)

Relocation error on 32 bit systems of longs from vmlinux.h
 2022-05-26 16:12 UTC  (2+ messages)

[PATCH v4] ftrace: Add FTRACE_MCOUNT_MAX_OFFSET to avoid adding weak function
 2022-05-26 15:57 UTC 

[FYI PATCH 1/1] perf build: Stop using __weak bpf_map_create() to handle older libbpf versions
 2022-05-26 15:07 UTC 

[linux-next:master] BUILD REGRESSION 8cb8311e95e3bb58bd84d6350365f14a718faa6d
 2022-05-26 15:03 UTC  (10+ messages)

[PATCH bpf-next v5 1/6] arm64: ftrace: Add ftrace direct call support
 2022-05-26 14:48 UTC  (5+ messages)

[PATCH bpf-next v5 0/6] bpf trampoline for arm64
 2022-05-26 14:47 UTC  (14+ messages)
` [PATCH bpf-next v5 2/6] ftrace: Fix deadloop caused by direct call in ftrace selftest
` [PATCH bpf-next v5 3/6] bpf: Remove is_valid_bpf_tramp_flags()
` [PATCH bpf-next v5 4/6] bpf, arm64: Impelment bpf_arch_text_poke() for arm64

[PATCH bpf-next v2 0/2] Support riscv jit to provide
 2022-05-26 13:15 UTC  (4+ messages)
` [PATCH bpf-next v2 2/2] riscv, bpf: Support riscv jit to provide bpf_line_info

[PATCH v2] ftrace: Add FTRACE_MCOUNT_MAX_OFFSET to avoid adding weak function
 2022-05-26 13:14 UTC  (5+ messages)

[PATCH net-next v2] ipv6: Fix signed integer overflow in __ip6_append_data
 2022-05-26  9:41 UTC  (2+ messages)

[PATCH bpf-next 0/4] bpf: verifier: remove redundant opcode checks
 2022-05-26  8:59 UTC  (10+ messages)
` [PATCH bpf-next 2/4] bpf: verifier: explain opcode check in check_ld_imm()
` [PATCH bpf-next 4/4] selftests/bpf: add reason of rejection in ld_imm64

[PATCH bpf-next v8 00/10] Introduce unstable CT lookup helpers
 2022-05-26  6:19 UTC  (5+ messages)
` [PATCH bpf-next v8 09/10] selftests/bpf: Extend kfunc selftests

[PATCH bpf-next v7 00/11] bpf: cgroup_sock lsm flavor
 2022-05-26  2:50 UTC  (39+ messages)
` [PATCH bpf-next v7 03/11] bpf: per-cgroup "
` [PATCH bpf-next v7 04/11] bpf: minimize number of allocated lsm slots per program
` [PATCH bpf-next v7 05/11] bpf: implement BPF_PROG_QUERY for BPF_LSM_CGROUP
` [PATCH bpf-next v7 07/11] libbpf: implement bpf_prog_query_opts
` [PATCH bpf-next v7 08/11] libbpf: add lsm_cgoup_sock type
` [PATCH bpf-next v7 11/11] selftests/bpf: verify lsm_cgroup struct sock access

[PATCH v2 0/2] Optimize performance of update hash-map when free is zero
 2022-05-26  2:40 UTC  (7+ messages)
` [PATCH v2 1/2] bpf: avoid grabbing spin_locks of all cpus when no free elems
` [PATCH v2 2/2] selftest/bpf/benchs: Add bpf_map benchmark
    ` [External] "

[PATCH 0/3] bpf: Add support for maps with authenticated values
 2022-05-25 22:53 UTC  (7+ messages)
` [PATCH 1/3] bpf: Add BPF_F_VERIFY_ELEM to require signature verification on map values
` [PATCH 2/3] bpf: Introduce bpf_map_verified_data_size() helper
` [PATCH 3/3] bpf: Add tests for signed map values

[PATCH bpf-next] bpf: print a little more info about maps via cat /sys/fs/bpf/pinned_name
 2022-05-25 16:32 UTC  (6+ messages)

[RFC 0/6] perf record: Implement off-cpu profiling with BPF (v3)
 2022-05-25 14:06 UTC  (7+ messages)
` [PATCH 3/6] perf record: Implement basic filtering for off-cpu

[PATCH v3,bpf-next] samples/bpf: check detach prog exist or not in xdp_fwd
 2022-05-25 11:16 UTC  (4+ messages)
` 答复: "

bpftool coredump
 2022-05-25  9:55 UTC 

[PATCH bpf-next] sample: bpf: xdp_router_ipv4: allow the kernel to send arp requests
 2022-05-25  9:44 UTC 

[PATCH bpf-next] bpf,sockmap: fix sk->sk_forward_alloc warn_on in sk_stream_kill_queues
 2022-05-25  8:41 UTC  (2+ messages)

[PATCH v3 bpf-next 0/8] bpf_prog_pack followup
 2022-05-25  6:01 UTC  (8+ messages)
` [PATCH v3 bpf-next 5/8] bpf: use module_alloc_huge for bpf_prog_pack

Tracing NVMe Driver with BPF missing events
 2022-05-24 23:39 UTC  (5+ messages)

[PATCH bpf-next v8 0/5] Attach a cookie to a tracing program
 2022-05-24 23:23 UTC  (6+ messages)
` [PATCH bpf-next v8 1/5] bpf, x86: Generate trampolines from bpf_tramp_links

[PATCH bpf-next 1/2] cpuidle/rcu: Making arch_cpu_idle and rcu_idle_exit noinstr
 2022-05-24 17:33 UTC  (9+ messages)

[PATCH v4 bpf-next 0/8] bpf_prog_pack followup
 2022-05-24 16:42 UTC  (7+ messages)
` [PATCH v4 bpf-next 3/8] bpf: introduce bpf_arch_text_invalidate for bpf_prog_pack
` [PATCH v4 bpf-next 5/8] bpf: use module_alloc_huge "

[PATCH v3] libbpf: Fix determine_ptr_size() guessing
 2022-05-24  9:44 UTC 

[PATCH bpf-next v4 00/12] libbpf: Textual representation of enums
 2022-05-24  9:06 UTC  (14+ messages)
` [PATCH bpf-next v4 01/12] libbpf: Introduce libbpf_bpf_prog_type_str
` [PATCH bpf-next v4 02/12] selftests/bpf: Add test for libbpf_bpf_prog_type_str
` [PATCH bpf-next v4 03/12] bpftool: Use libbpf_bpf_prog_type_str
` [PATCH bpf-next v4 04/12] libbpf: Introduce libbpf_bpf_map_type_str
` [PATCH bpf-next v4 05/12] selftests/bpf: Add test for libbpf_bpf_map_type_str
` [PATCH bpf-next v4 06/12] bpftool: Use libbpf_bpf_map_type_str
` [PATCH bpf-next v4 07/12] libbpf: Introduce libbpf_bpf_attach_type_str
` [PATCH bpf-next v4 08/12] selftests/bpf: Add test for libbpf_bpf_attach_type_str
` [PATCH bpf-next v4 09/12] bpftool: Use libbpf_bpf_attach_type_str
` [PATCH bpf-next v4 10/12] libbpf: Introduce libbpf_bpf_link_type_str
` [PATCH bpf-next v4 11/12] selftests/bpf: Add test for libbpf_bpf_link_type_str
` [PATCH bpf-next v4 12/12] bpftool: Use libbpf_bpf_link_type_str

[PATCHv2 0/3] perf tools: Fix prologue generation
 2022-05-24  8:28 UTC  (12+ messages)

[PATCH net-next] ipv6: Fix signed integer overflow in __ip6_append_data
 2022-05-24  7:32 UTC  (3+ messages)

[PATCH] BUG: demonstration of uprobe/uretprobe corrupted stack traces
 2022-05-24  5:57 UTC 

[PATCH bpf-next v1 0/5] bpf: rstat: cgroup hierarchical stats
 2022-05-24  2:35 UTC  (21+ messages)
` [PATCH bpf-next v1 3/5] bpf: Introduce cgroup iter
` [PATCH bpf-next v1 5/5] bpf: add a selftest for cgroup hierarchical stats collection

[PATCH bpf v2] bpf: fix probe read error in ___bpf_prog_run()
 2022-05-24  2:12 UTC 

linux-next: manual merge of the tip tree with the bpf-next, sysctl trees
 2022-05-24  1:47 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION cc63e8e92cb872081f249ea16e6c460642f3e4fb
 2022-05-24  0:57 UTC 

pull-request: bpf-next 2022-05-23
 2022-05-24  0:30 UTC  (2+ messages)

[PATCH] bpftool: mmaped fields missing map structure in generated skeletons
 2022-05-23 23:08 UTC  (5+ messages)

[PATCH v3] bpf: Fix KASAN use-after-free Read in compute_effective_progs
 2022-05-23 22:58 UTC  (5+ messages)
` [PATCH v4] "

[PATCH bpf-next v2] libbpf: also check /sys/kernel/tracing for tracefs files
 2022-05-23 22:18 UTC  (2+ messages)

[PATCH v2] libbpf: Fix determine_ptr_size() guessing
 2022-05-23 22:07 UTC  (3+ messages)

[PATCH bpf-next v6 0/6] Dynamic pointers
 2022-05-23 21:40 UTC  (6+ messages)
` [PATCH bpf-next v6 1/6] bpf: Add verifier support for dynptrs
` [PATCH bpf-next v6 3/6] bpf: Dynptr support for ring buffers
` [PATCH bpf-next v6 4/6] bpf: Add bpf_dynptr_read and bpf_dynptr_write
` [PATCH bpf-next v6 6/6] selftests/bpf: Dynptr tests

[PATCH] cgroup: don't queue css_release_work if one already pending
 2022-05-23 21:27 UTC  (2+ messages)
` [PATCH v2] cgroups: separate destroy_work into two separate wq

[PATCH bpf-next] bpf: Suppress 'passing zero to PTR_ERR' warning
 2022-05-23 21:20 UTC  (2+ messages)

[PATCH v3 bpf-next] selftests/bpf: Add benchmark for local_storage get
 2022-05-23 21:11 UTC  (2+ messages)


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