BPF List
 help / color / mirror / Atom feed
 messages from 2022-03-18 14:50:22 to 2022-03-21 23:36:43 UTC [more...]

[PATCH bpf-next v2 0/4] Attach a cookie to a tracing program
 2022-03-21 23:36 UTC  (18+ 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 bpf-next] bpftool: explicit errno handling in skeletons
 2022-03-21 23:29 UTC 

pull-request: bpf-next 2022-03-21
 2022-03-21 23:11 UTC  (3+ messages)

linux-next: build warnings after merge of the tip tree
 2022-03-21 22:55 UTC  (5+ messages)

[PATCH 00/14] bpf: Allow not to charge bpf memory
 2022-03-21 22:52 UTC  (16+ messages)
` [PATCH 01/14] bpf: Introduce no charge flag for bpf map
` [PATCH 02/14] bpf: Only sys admin can set no charge flag
` [PATCH 03/14] bpf: Enable no charge in map _CREATE_FLAG_MASK
` [PATCH 04/14] bpf: Introduce new parameter bpf_attr in bpf_map_area_alloc
` [PATCH 05/14] bpf: Allow no charge "
` [PATCH 06/14] bpf: Allow no charge for allocation not at map creation time
` [PATCH 07/14] bpf: Allow no charge in map specific allocation
` [PATCH 08/14] bpf: Aggregate flags for BPF_PROG_LOAD command
` [PATCH 09/14] bpf: Add no charge flag for bpf prog
` [PATCH 10/14] bpf: Only sys admin can set "
` [PATCH 11/14] bpf: Set __GFP_ACCOUNT at the callsite of bpf_prog_alloc
` [PATCH 12/14] bpf: Allow no charge for bpf prog
` [PATCH 13/14] bpf: selftests: Add test case for BPF_F_NO_CHARTE
` [PATCH 14/14] bpf: selftests: Add test case for BPF_F_PROG_NO_CHARGE

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

[PATCH bpf-next v3 00/17] Introduce eBPF support for HID devices
 2022-03-21 22:03 UTC  (33+ messages)
` [PATCH bpf-next v3 01/17] bpf: add new is_sys_admin_prog_type() helper
` [PATCH bpf-next v3 02/17] bpf: introduce hid program type
` [PATCH bpf-next v3 03/17] bpf/verifier: prevent non GPL programs to be loaded against HID
` [PATCH bpf-next v3 04/17] libbpf: add HID program type and API
` [PATCH bpf-next v3 05/17] HID: hook up with bpf
` [PATCH bpf-next v3 06/17] HID: allow to change the report descriptor from an eBPF program
` [PATCH bpf-next v3 07/17] selftests/bpf: add tests for the HID-bpf initial implementation
` [PATCH bpf-next v3 08/17] selftests/bpf: add report descriptor fixup tests
` [PATCH bpf-next v3 09/17] selftests/bpf: Add a test for BPF_F_INSERT_HEAD
` [PATCH bpf-next v3 10/17] selftests/bpf: add test for user call of HID bpf programs
` [PATCH bpf-next v3 11/17] samples/bpf: add new hid_mouse example
` [PATCH bpf-next v3 12/17] bpf/hid: add more HID helpers
` [PATCH bpf-next v3 13/17] HID: bpf: implement hid_bpf_get|set_bits
` [PATCH bpf-next v3 14/17] HID: add implementation of bpf_hid_raw_request
` [PATCH bpf-next v3 15/17] selftests/bpf: add tests for hid_{get|set}_bits helpers
` [PATCH bpf-next v3 16/17] selftests/bpf: add tests for bpf_hid_hw_request
` [PATCH bpf-next v3 17/17] Documentation: add HID-BPF docs

[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  (4+ messages)
` [PATCH] bpf: selftests: cleanup RLIMIT_MEMLOCK

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

[PATCH bpf-next 0/2] bpf: Fix kprobe_multi return probe backtrace
 2022-03-21 14:00 UTC  (4+ 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

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  (5+ messages)
` [PATCH bpf-next v2 1/3] bpf: Treat bpf_sk_lookup remote_port as a 2-byte field
` [PATCH bpf-next v2 2/3] selftests/bpf: Fix u8 narrow load checks for bpf_sk_lookup remote_port
` [PATCH bpf-next v2 3/3] selftests/bpf: Fix test for 4-byte load from remote_port on big-endian

[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 

[PATCH bpf-next v3 00/13] Introduce typed pointer support in BPF maps
 2022-03-20 15:55 UTC  (14+ messages)
` [PATCH bpf-next v3 01/13] bpf: Make btf_find_field more generic
` [PATCH bpf-next v3 02/13] bpf: Move check_ptr_off_reg before check_map_access
` [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 "

[PATCH bpf-next v2 00/15] Introduce typed pointer support in BPF maps
 2022-03-20  0:57 UTC  (34+ messages)
` [PATCH bpf-next v2 02/15] bpf: Make btf_find_field more generic
` [PATCH bpf-next v2 03/15] bpf: Allow storing unreferenced kptr in map
` [PATCH bpf-next v2 04/15] bpf: Allow storing referenced "
` [PATCH bpf-next v2 05/15] bpf: Allow storing percpu "
` [PATCH bpf-next v2 06/15] bpf: Allow storing user "
` [PATCH bpf-next v2 08/15] bpf: Adapt copy_map_value for multiple offset case
` [PATCH bpf-next v2 09/15] bpf: Always raise reference in btf_get_module_btf

[PATCHv3 bpf-next 00/13] bpf: Add kprobe multi link
 2022-03-19 19:01 UTC  (6+ messages)

[net-next v10 1/2] net: sched: use queue_mapping to pick tx queue
 2022-03-19 13:40 UTC  (5+ messages)

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

[PATCH bpf-next v4 0/4] bpf, arm64: Optimize BPF store/load using
 2022-03-19  8:00 UTC  (4+ messages)
` [PATCH bpf-next v4 3/4] bpf, arm64: adjust the offset of str/ldr(immediate) to positive number

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

[PATCH bpf-next] bpftool: add BPF_TRACE_KPROBE_MULTI to attach type names table
 2022-03-18 20:28 UTC  (3+ messages)

[RFC bpf-next] Hierarchical Cgroup Stats Collection Using BPF
 2022-03-18 19:59 UTC  (2+ messages)

pull-request: bpf 2022-03-18
 2022-03-18 17:20 UTC  (2+ messages)

[PATCH bpf-next 0/3] Make 2-byte access to bpf_sk_lookup->remote_port endian-agnostic
 2022-03-18 15:22 UTC  (4+ messages)
` [PATCH bpf-next 1/3] bpf: Treat bpf_sk_lookup remote_port as a 2-byte field

[PATCH bpf-next] libbpf: Close fd in bpf_object__reuse_map
 2022-03-18 14:55 UTC  (2+ messages)

[PATCH bpf-next v3 0/4] Fixes for sock_fields selftests
 2022-03-18 14:50 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