bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-20 15:55:30 to 2022-03-25 05:30:08 UTC [more...]

[PATCH bpf-next 0/7] Add libbpf support for USDTs
 2022-03-25  5:29 UTC  (5+ messages)
` [PATCH bpf-next 1/7] libbpf: add BPF-side of USDT support
` [PATCH bpf-next 2/7] libbpf: wire up USDT API and bpf_link integration
` [PATCH bpf-next 3/7] libbpf: add USDT notes parsing and resolution logic
` [PATCH bpf-next 5/7] libbpf: add x86-specific USDT arg spec parsing logic

[PATCH bpf-next 0/2] kprobes: rethook: x86: Replace kretprobe trampoline with rethook
 2022-03-25  4:29 UTC  (3+ messages)
` [PATCH bpf-next 1/2] kprobes: Use rethook for kretprobe if possible
` [PATCH bpf-next 2/2] rethook: kprobes: x86: Replace kretprobe with rethook on x86

[PATCH v13 bpf-next 0/1] fprobe: Introduce fprobe function entry/exit probe
 2022-03-25  2:41 UTC  (13+ messages)
` [PATCH v13 bpf-next 1/1] rethook: x86: Add rethook x86 implementation

[PATCH] selftests/bpf: Fix warning comparing pointer to 0
 2022-03-25  1:15 UTC  (3+ messages)
  ` 答复: "

[PATCH RFC bpf-next 0/2] Mmapable task local storage
 2022-03-24 23:41 UTC  (3+ messages)
` [PATCH RFC bpf-next 1/2] bpf: Mmapable "
` [PATCH RFC bpf-next 2/2] selftests/bpf: Test mmapable task "

[External] [PATCH bpf-next v2 0/3] bpf: Add support to set and get
 2022-03-24 19:37 UTC  (5+ messages)
` [External] [PATCH bpf-next v2 1/3] bpf: Add source ip in "struct bpf_tunnel_key"
` [External] [PATCH bpf-next v2 2/3] selftests/bpf: add ipv4 vxlan tunnel source testcase
` [External] [PATCH bpf-next v2 3/3] selftests/bpf: add ipv6 "

[PATCH bpf-next] bpf: Sync comments for bpf_get_stack
 2022-03-24 18:37 UTC  (2+ messages)

[PATCH bpf-next] bpf: Fix maximum permitted number of arguments check
 2022-03-24 18:34 UTC  (2+ messages)

[PATCH intel-next] ice: introduce common helper for retrieving VSI by vsi_num
 2022-03-24 11:49 UTC 

[PATCH bpf-next v3 00/13] Introduce typed pointer support in BPF maps
 2022-03-24  9:10 UTC  (30+ messages)
` [PATCH bpf-next v3 03/13] bpf: Allow storing unreferenced kptr in map
` [PATCH bpf-next v3 04/13] bpf: Indicate argument that will be released in bpf_func_proto
` [PATCH bpf-next v3 05/13] bpf: Allow storing referenced kptr in map
` [PATCH bpf-next v3 06/13] bpf: Prevent escaping of kptr loaded from maps
` [PATCH bpf-next v3 07/13] bpf: Adapt copy_map_value for multiple offset case
` [PATCH bpf-next v3 08/13] bpf: Populate pairs of btf_id and destructor kfunc in btf
` [PATCH bpf-next v3 09/13] bpf: Wire up freeing of referenced kptr
` [PATCH bpf-next v3 10/13] bpf: Teach verifier about kptr_get kfunc helpers
` [PATCH bpf-next v3 11/13] libbpf: Add kptr type tag macros to bpf_helpers.h
` [PATCH bpf-next v3 12/13] selftests/bpf: Add C tests for kptr
` [PATCH bpf-next v3 13/13] selftests/bpf: Add verifier "

[syzbot] BUG: unable to handle kernel NULL pointer dereference in __tcp_transmit_skb
 2022-03-24  8:11 UTC  (4+ messages)

[PATCH bpf-next] bpf: Remove redundant assignment to smap->map.value_size
 2022-03-23 17:26 UTC  (2+ messages)

[PATCH bpf-next v3 00/17] Introduce eBPF support for HID devices
 2022-03-23 16:08 UTC  (15+ messages)
` [PATCH bpf-next v3 02/17] bpf: introduce hid program type
` [PATCH bpf-next v3 06/17] HID: allow to change the report descriptor from an eBPF program
` [PATCH bpf-next v3 12/17] bpf/hid: add more HID helpers

[PATCH bpf-next 0/2] fprobe: Fixes for Sparse and Smatch warnings
 2022-03-23  7:35 UTC  (3+ messages)
` [PATCH bpf-next 1/2] fprobe: Fix smatch type mismatch warning
` [PATCH bpf-next 2/2] fprobe: Fix sparse warning for acccessing __rcu ftrace_hash

[PATCH 00/14] bpf: Allow not to charge bpf memory
 2022-03-23  1:37 UTC  (5+ messages)

pull-request: bpf-next 2022-03-21 v2
 2022-03-23  0:26 UTC  (5+ messages)

[PATCH bpf-next v1] bpf: bpf_local_storage_update fixes
 2022-03-22 23:28 UTC  (6+ messages)

[RFC bpf-next] Hierarchical Cgroup Stats Collection Using BPF
 2022-03-22 22:06 UTC  (6+ messages)

[PATCH] bpf: use vmemdup_user instead of kvmalloc and copy_from_user
 2022-03-22 21:11 UTC  (2+ messages)

[PATCH bpf-next v2 0/4] Attach a cookie to a tracing program
 2022-03-22 21:08 UTC  (26+ messages)
` [PATCH bpf-next v2 2/4] bpf, x86: Create bpf_trace_run_ctx on the caller thread's stack
` [PATCH bpf-next v2 3/4] bpf, x86: Support BPF cookie for fentry/fexit/fmod_ret
` [PATCH bpf-next v2 4/4] selftest/bpf: The test cses of "

[PATCH 0/2] locking: Add new lock contention tracepoints (v4)
 2022-03-22 18:57 UTC  (3+ messages)
` [PATCH 1/2] locking: Add lock contention tracepoints
` [PATCH 2/2] locking: Apply contention tracepoints in the slow path

[PATCH bpf-next] bpf/bpftool: add unprivileged_bpf_disabled check against value of 2
 2022-03-22 17:39 UTC  (3+ messages)

[PATCH] bpf: selftests: cleanup RLIMIT_MEMLOCK
 2022-03-22 17:24 UTC  (6+ messages)

[PATCH 0/2] locking: Add new lock contention tracepoints (v3)
 2022-03-22 16:39 UTC  (10+ messages)
` [PATCH 2/2] locking: Apply contention tracepoints in the slow path

linux-next: build warnings after merge of the tip tree
 2022-03-22  7:42 UTC  (8+ messages)

[PATCH] bpf: Use swap() instead of open coding it
 2022-03-22  6:21 UTC 

pull-request: bpf-next 2022-03-21
 2022-03-22  5:59 UTC  (11+ messages)

[PATCH bpf-next 0/3] bpf: Add support to set and get tunnel source ip
 2022-03-22  1:53 UTC  (4+ messages)
` [PATCH bpf-next 3/3] selftests/bpf: add ipv6 vxlan tunnel source testcase
    ` [External] "

[PATCH bpf-next 0/2] bpf: Fix kprobe_multi return probe backtrace
 2022-03-22  0:53 UTC  (5+ messages)
` [PATCH bpf-next 1/2] Revert "bpf: Add support to inline bpf_get_func_ip helper on x86"
` [PATCH bpf-next 2/2] bpf: Fix kprobe_multi return probe backtrace

[PATCH bpf-next] bpftool: explicit errno handling in skeletons
 2022-03-21 23:29 UTC 

[PATCH bpf-next] bpftool: fix a bug in subskeleton code generation
 2022-03-21 21:50 UTC  (4+ messages)

[PATCH bpf-next] Support load time binding of bpf-helpers
 2022-03-21 22:23 UTC  (4+ messages)
  ` [EXTERNAL] "

[PATCH dwarves v4 0/4] Parallelize BTF type info generating of pahole
 2022-03-21 21:08 UTC  (10+ messages)
` [PATCH dwarves v4 1/4] dwarf_loader: Receive per-thread data on worker threads

[PATCH bpf-next 0/2] fixes for bpf_prog_pack
 2022-03-21 21:00 UTC  (4+ messages)
` [PATCH bpf-next 1/2] bpf: fix bpf_prog_pack for multi-node setup
` [PATCH bpf-next 2/2] bpf: fix bpf_prog_pack when PMU_SIZE is not defined

[PATCH bpf-next v1] bpf: Fix warning for cast from restricted gfp_t in verifier
 2022-03-21 20:40 UTC  (2+ messages)

[PATCH bpf-next] net: xdp: introduce XDP_PACKET_HEADROOM_MIN for veth and generic-xdp
 2022-03-21 18:39 UTC  (6+ messages)

[PATCH bpf-next] libbpf: avoid NULL deref when initializing map BTF info
 2022-03-21 16:58 UTC  (4+ messages)

[PATCH] docs/bpf: Fix most/least significant bit typos
 2022-03-21 16:12 UTC  (3+ messages)

[PATCH] ARM: net: bpf: fix typos in comments
 2022-03-21 15:30 UTC  (2+ messages)

[PATCH v2 bpf-next] libbpf: Close fd in bpf_object__reuse_map
 2022-03-21 15:20 UTC  (2+ messages)

[PATCH] bpf: bpftool: fix print error when show bpf map
 2022-03-21 15:20 UTC  (2+ messages)

[PATCH -next v5 0/5] bpf, arm64: Optimize BPF store/load using arm64 str/ldr(immediate)
 2022-03-21 15:28 UTC  (6+ messages)
` [PATCH bpf-next v5 1/5] arm64: insn: add ldr/str with immediate offset
` [PATCH bpf-next v5 2/5] bpf, arm64: Optimize BPF store/load using arm64 str/ldr(immediate offset)
` [PATCH bpf-next v5 3/5] bpf, arm64: adjust the offset of str/ldr(immediate) to positive number
` [PATCH bpf-next v5 4/5] bpf/tests: Add tests for BPF_LDX/BPF_STX with different offsets
` [PATCH bpf-next v5 5/5] bpf, arm64: add load store test case for tail call

[PATCH -next v5 0/5] bpf, arm64: Optimize BPF store/load using arm64 str/ldr(immediate)
 2022-03-21 15:28 UTC 

[PATCH bpf-next] bpf: Simplify check in btf_parse_hdr()
 2022-03-21 14:00 UTC  (2+ messages)

linux-next: run time failure after merge of the bpf-next tree
 2022-03-21 12:35 UTC 

[syzbot] bpf-next boot error: WARNING in bpf_prog_pack_free
 2022-03-21  6:55 UTC 

linux-next: manual merge of the rust tree with the bpf-next tree
 2022-03-21  6:43 UTC 

[PATCH v3 1/2] bpf: Adjust BPF stack helper functions to accommodate skip > 0
 2022-03-21  2:30 UTC  (2+ messages)

[PATCH bpf-next] bpf: Check for NULL return from bpf_get_btf_vmlinux
 2022-03-21  2:30 UTC  (2+ messages)

[PATCH v4 bpf-next] bpf: select proper size for bpf_prog_pack
 2022-03-21  2:20 UTC  (2+ messages)

[PATCH bpf-next v2 0/3] Make 2-byte access to bpf_sk_lookup->remote_port endian-agnostic
 2022-03-21  2:10 UTC  (2+ messages)

[PATCH bpf-next v3 0/2] Enable non-atomic allocations in local storage
 2022-03-21  2:00 UTC  (2+ messages)

linux-next: manual merge of the bpf-next tree with the arm tree
 2022-03-21  0:23 UTC 


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).