bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-17 12:00:27 to 2022-03-20 15:55:42 UTC [more...]

[PATCH bpf-next v3 00/13] Introduce typed pointer support in BPF maps
 2022-03-20 15:55 UTC  (6+ 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] bpf: Check for NULL return from bpf_get_btf_vmlinux
 2022-03-20 14:30 UTC 

[PATCH bpf-next v2 0/4] Attach a cookie to a tracing program
 2022-03-20  9:31 UTC  (9+ 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] bpf: Simplify check in btf_parse_hdr()
 2022-03-20  7:52 UTC 

[PATCH] bpf: bpftool: fix print error when show bpf map
 2022-03-20  6:08 UTC  (2+ messages)
` [PATCH] bpf: selftests: cleanup RLIMIT_MEMLOCK

[PATCH bpf-next] libbpf: avoid NULL deref when initializing map BTF info
 2022-03-20  3:37 UTC  (2+ messages)

[PATCH bpf-next] bpftool: fix a bug in subskeleton code generation
 2022-03-20  3:20 UTC 

[PATCH bpf-next v2 00/15] Introduce typed pointer support in BPF maps
 2022-03-20  0:57 UTC  (41+ 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 07/15] bpf: Prevent escaping of kptr loaded from maps
` [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
` [PATCH bpf-next v2 10/15] bpf: Populate pairs of btf_id and destructor kfunc in btf
` [PATCH bpf-next v2 11/15] bpf: Wire up freeing of referenced kptr
` [PATCH bpf-next v2 12/15] bpf: Teach verifier about kptr_get kfunc helpers
` [PATCH bpf-next v2 13/15] libbpf: Add kptr type tag macros to bpf_helpers.h
` [PATCH bpf-next v2 14/15] selftests/bpf: Add C tests for kptr
` [PATCH bpf-next v2 15/15] selftests/bpf: Add verifier "

[PATCHv3 bpf-next 00/13] bpf: Add kprobe multi link
 2022-03-19 19:01 UTC  (15+ messages)
` [PATCHv3 bpf-next 03/13] bpf: Add multi kprobe link
` [PATCHv3 bpf-next 09/13] libbpf: Add bpf_program__attach_kprobe_multi_opts function

[PATCH bpf-next v2 0/3] Make 2-byte access to bpf_sk_lookup->remote_port endian-agnostic
 2022-03-19 18:33 UTC  (4+ 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 00/14] bpf: Allow not to charge bpf memory
 2022-03-19 17:30 UTC  (15+ 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] docs/bpf: Fix most/least significant bit typos
 2022-03-19 16:43 UTC 

[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  (7+ messages)
` [PATCH bpf-next v4 1/4] arm64: insn: add ldr/str with immediate offset
` [PATCH bpf-next v4 2/4] bpf, arm64: Optimize BPF store/load using str/ldr "
` [PATCH bpf-next v4 3/4] bpf, arm64: adjust the offset of str/ldr(immediate) to positive number
` [PATCH bpf-next v4 4/4] bpf/tests: Add tests for BPF_LDX/BPF_STX with different offsets

[PATCH v2 bpf-next] libbpf: Close fd in bpf_object__reuse_map
 2022-03-19  3:05 UTC 

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

[PATCH bpf-next v3 00/17] Introduce eBPF support for HID devices
 2022-03-18 21:20 UTC  (28+ 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] net: xdp: introduce XDP_PACKET_HEADROOM_MIN for veth and generic-xdp
 2022-03-18 21:01 UTC  (4+ messages)

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

[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  (3+ messages)

[PATCH bpf-next v2] net: Enlarge offset check value from 0xffff to 0x7fffffff in bpf_skb_load_bytes
 2022-03-18 13:48 UTC  (2+ messages)

[PATCH] ARM: net: bpf: fix typos in comments
 2022-03-18 10:37 UTC 

[PATCH bpf-next] bpf, sockmap: Add sk_rmem_alloc check for tcp_bpf_ingress()
 2022-03-18 10:42 UTC 

[PATCH bpf-next] bpf, arm64: sign return address for jited code
 2022-03-18 10:29 UTC 

Fotowoltaika - nowe warunki
 2022-03-18  9:06 UTC 

[PATCH bpf-next v4 0/5] Subskeleton support for BPF libraries
 2022-03-18  6:20 UTC  (3+ messages)

[PATCH bpf-next v3 0/2] Enable non-atomic allocations in local storage
 2022-03-18  4:55 UTC  (3+ messages)
` [PATCH bpf-next v3 1/2] bpf: "
` [PATCH bpf-next v3 2/2] selftests/bpf: Test for associating multiple elements with the "

[PATCH v12 bpf-next 00/12] fprobe: Introduce fprobe function entry/exit probe
 2022-03-18  3:50 UTC  (2+ messages)

[PATCH v4 00/45] x86: Kernel IBT
 2022-03-18  2:07 UTC  (21+ messages)

[PATCH bpf-next v2] bpf: Enable non-atomic allocations in local storage
 2022-03-17 22:08 UTC  (5+ messages)

linux-next: Fixes tag needs some work in the bpf-next tree
 2022-03-17 21:14 UTC 

[PATCH] selftests/bpf: fix tunnel remote ip comments
 2022-03-17 19:50 UTC  (2+ messages)

[PATCH v5 bpf-next 0/3] introduce xdp frags support to veth driver
 2022-03-17 19:40 UTC  (2+ messages)

[PATCH intel-net 0/3] ice: xsk: various fixes
 2022-03-17 18:36 UTC  (4+ messages)
` [PATCH intel-net 1/3] ice: synchronize_rcu() when terminating rings
` [PATCH intel-net 2/3] ice: xsk: fix VSI state check in ice_xsk_wakeup()
` [PATCH intel-net 3/3] ice: clear cmd_type_offset_bsz for TX rings

[PATCH intel-next] ice: xsk: check if Rx ring was filled up to the end
 2022-03-17 17:57 UTC 

[PATCH] selftests: net: fix array_size.cocci warning
 2022-03-17 15:22 UTC  (3+ messages)

[PATCH] pahole: avoid segfault when parsing a problematic file
 2022-03-17 15:19 UTC  (4+ messages)
` [PATCH 2/2] dwarves: cus__load_files: set errno if load fails

[PATCH bpf-next] net: Use skb->len to check the validity of the parameters in bpf_skb_load_bytes
 2022-03-17 14:08 UTC  (7+ messages)

[PATCH bpf-next] net: Enlarge offset check value from 0xffff to 0x7fffffff in bpf_skb_load_bytes
 2022-03-17 13:59 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).