bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-21 09:15:30 to 2022-07-22 18:35:17 UTC [more...]

[RFC PATCH bpf-next 00/11] bpf: Introduce rbtree map
 2022-07-22 18:34 UTC  (12+ messages)
` [RFC PATCH bpf-next 01/11] bpf: Pull repeated reg access bounds check into helper fn
` [RFC PATCH bpf-next 02/11] bpf: Add verifier support for custom callback return range
` [RFC PATCH bpf-next 03/11] bpf: Add rb_node_off to bpf_map
` [RFC PATCH bpf-next 04/11] bpf: Add rbtree map
` [RFC PATCH bpf-next 05/11] bpf: Add bpf_spin_lock member to rbtree
` [RFC PATCH bpf-next 06/11] bpf: Add bpf_rbtree_{lock,unlock} helpers
` [RFC PATCH bpf-next 07/11] bpf: Enforce spinlock hold for bpf_rbtree_{add,remove,find}
` [RFC PATCH bpf-next 08/11] bpf: Add OBJ_NON_OWNING_REF type flag
` [RFC PATCH bpf-next 09/11] bpf: Add CONDITIONAL_RELEASE "
` [RFC PATCH bpf-next 10/11] bpf: Introduce PTR_ITER and PTR_ITER_END type flags
` [RFC PATCH bpf-next 11/11] selftests/bpf: Add rbtree map tests

[PATCH bpf 1/2] bpf: Update bpf_design_QA.rst to clarify that kprobes is not ABI
 2022-07-22 18:06 UTC  (2+ messages)
` [PATCH bpf 2/2] bpf: Update bpf_design_QA.rst to clarify that attaching to functions "

[PATCH v5 bpf-next 0/4] ftrace: host klp and bpf trampoline together
 2022-07-22 18:02 UTC  (7+ messages)
` [PATCH v5 bpf-next 4/4] bpf: Support bpf_trampoline on functions with IPMODIFY (e.g. livepatch)

[RFC][PATCH v3 00/15] bpf: Per-operation map permissions
 2022-07-22 18:01 UTC  (19+ messages)
` [RFC][PATCH v3 01/15] bpftool: Attempt to link static libraries
` [RFC][PATCH v3 02/15] bpf: Set open_flags as last bpf_attr field for bpf_*_get_fd_by_id() funcs
` [RFC][PATCH v3 03/15] libbpf: Introduce bpf_prog_get_fd_by_id_opts()
` [RFC][PATCH v3 04/15] libbpf: Introduce bpf_map_get_fd_by_id_opts()
` [RFC][PATCH v3 05/15] libbpf: Introduce bpf_btf_get_fd_by_id_opts()
` [RFC][PATCH v3 06/15] libbpf: Introduce bpf_link_get_fd_by_id_opts()
` [RFC][PATCH v3 07/15] libbpf: Introduce bpf_obj_get_opts()
` [RFC][PATCH v3 08/15] bpftool: Add opts parameter to open_obj_pinned_any() and open_obj_pinned()
` [RFC][PATCH v3 09/15] bpftool: Add opts parameter to *_parse_fd() functions
` [RFC][PATCH v3 10/15] bpftool: Add opts parameter to *_parse_fds()
` [RFC][PATCH v3 11/15] bpftool: Add opts parameter to map_parse_fd_and_info()
` [RFC][PATCH v3 12/15] bpftool: Add opts parameter in struct_ops functions
` [RFC][PATCH v3 13/15] bpftool: Complete switch to bpf_*_get_fd_by_id_opts()
` [RFC][PATCH v3 14/15] bpftool: Adjust map permissions
` [RFC][PATCH v3 15/15] selftests/bpf: Add map access tests

[PATCH bpf-next v2 1/2] bpf: Fix ref_obj_id for dynptr data slices in verifier
 2022-07-22 17:58 UTC  (2+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: add extra test for using dynptr data slice after release

[PATCH bpf-next v4 0/8] bpf: rstat: cgroup hierarchical stats
 2022-07-22 17:49 UTC  (11+ messages)
` [PATCH bpf-next v4 1/8] btf: Add a new kfunc set which allows to mark a function to be sleepable
` [PATCH bpf-next v4 2/8] cgroup: enable cgroup_get_from_file() on cgroup1
` [PATCH bpf-next v4 3/8] bpf, iter: Fix the condition on p when calling stop
` [PATCH bpf-next v4 4/8] bpf: Introduce cgroup iter
` [PATCH bpf-next v4 5/8] selftests/bpf: Test cgroup_iter
` [PATCH bpf-next v4 6/8] cgroup: bpf: enable bpf programs to integrate with rstat
` [PATCH bpf-next v4 7/8] selftests/bpf: extend cgroup helpers
` [PATCH bpf-next v4 8/8] bpf: add a selftest for cgroup hierarchical stats collection

[PATCH] tools/testing/selftests/bpf/test_xdp_veth.sh: fix Couldn't retrieve pinned program
 2022-07-22 17:50 UTC  (2+ messages)

[PATCH bpf-next v5 0/8] bpf: rstat: cgroup hierarchical stats
 2022-07-22 17:48 UTC  (9+ messages)
` [PATCH bpf-next v5 1/8] btf: Add a new kfunc flag which allows to mark a function to be sleepable
` [PATCH bpf-next v5 2/8] cgroup: enable cgroup_get_from_file() on cgroup1
` [PATCH bpf-next v5 3/8] bpf, iter: Fix the condition on p when calling stop
` [PATCH bpf-next v5 4/8] bpf: Introduce cgroup iter
` [PATCH bpf-next v5 5/8] selftests/bpf: Test cgroup_iter
` [PATCH bpf-next v5 6/8] cgroup: bpf: enable bpf programs to integrate with rstat
` [PATCH bpf-next v5 7/8] selftests/bpf: extend cgroup helpers
` [PATCH bpf-next v5 8/8] bpf: add a selftest for cgroup hierarchical stats collection

[RFC] ftrace: Add support to keep some functions out of ftrace
 2022-07-22 17:14 UTC  (10+ messages)

[PATCH v3 0/4] Introduce security_create_user_ns()
 2022-07-22 17:05 UTC  (13+ messages)
` [PATCH v3 1/4] security, lsm: "
` [PATCH v3 2/4] bpf-lsm: Make bpf_lsm_userns_create() sleepable
` [PATCH v3 3/4] selftests/bpf: Add tests verifying bpf lsm userns_create hook
` [PATCH v3 4/4] selinux: Implement "

[PATCH bpf-next v1 1/2] bpf: Fix ref_obj_id for dynptr data slices in verifier
 2022-07-22 16:52 UTC  (6+ messages)
` [PATCH bpf-next v1 2/2] selftests/bpf: add extra test for using dynptr data slice after release

[PATCH bpf-next v7 00/24] Introduce eBPF support for HID devices
 2022-07-22 16:16 UTC  (30+ messages)
` [PATCH bpf-next v7 01/24] selftests/bpf: fix config for CLS_BPF
` [PATCH bpf-next v7 02/24] bpf/verifier: allow kfunc to read user provided context
  ` [PATCH bpf-next v8 "
` [PATCH bpf-next v7 03/24] bpf/verifier: do not clear meta in check_mem_size
` [PATCH bpf-next v7 04/24] selftests/bpf: add test for accessing ctx from syscall program type
` [PATCH bpf-next v7 05/24] bpf/verifier: allow kfunc to return an allocated mem
` [PATCH bpf-next v7 06/24] selftests/bpf: Add tests for kfunc returning a memory pointer
` [PATCH bpf-next v7 07/24] bpf: prepare for more bpf syscall to be used from kernel and user space
` [PATCH bpf-next v7 08/24] libbpf: add map_get_fd_by_id and map_delete_elem in light skeleton
` [PATCH bpf-next v7 09/24] HID: core: store the unique system identifier in hid_device
` [PATCH bpf-next v7 10/24] HID: export hid_report_type to uapi
` [PATCH bpf-next v7 11/24] HID: convert defines of HID class requests into a proper enum
` [PATCH bpf-next v7 12/24] HID: Kconfig: split HID support and hid-core compilation
` [PATCH bpf-next v7 13/24] HID: initial BPF implementation
` [PATCH bpf-next v7 14/24] selftests/bpf: add tests for the HID-bpf initial implementation
` [PATCH bpf-next v7 15/24] HID: bpf: allocate data memory for device_event BPF programs
` [PATCH bpf-next v7 16/24] selftests/bpf/hid: add test to change the report size
` [PATCH bpf-next v7 17/24] HID: bpf: introduce hid_hw_request()
` [PATCH bpf-next v7 18/24] selftests/bpf: add tests for bpf_hid_hw_request
` [PATCH bpf-next v7 19/24] HID: bpf: allow to change the report descriptor
` [PATCH bpf-next v7 20/24] selftests/bpf: add report descriptor fixup tests
` [PATCH bpf-next v7 21/24] selftests/bpf: Add a test for BPF_F_INSERT_HEAD
` [PATCH bpf-next v7 22/24] samples/bpf: add new hid_mouse example
` [PATCH bpf-next v7 23/24] HID: bpf: add Surface Dial example
` [PATCH bpf-next v7 24/24] Documentation: add HID-BPF docs

[PATCH bpf-next] bpf: Fix build error in case of !CONFIG_DEBUG_INFO_BTF
 2022-07-22 16:10 UTC  (3+ messages)

Signedness of char in BTF
 2022-07-22 15:59 UTC  (8+ messages)

[syzbot] bpf-next build error (4)
 2022-07-22 15:38 UTC 

[syzbot] riscv/fixes boot error: WARNING in __apply_to_page_range
 2022-07-22 14:41 UTC  (2+ messages)

[PATCH bpf-next] selftests: xsk: Update poll test cases
 2022-07-22 14:16 UTC  (2+ messages)

[PATCH bpf-next v7 00/13] New nf_conntrack kfuncs for insertion, changing timeout, status
 2022-07-22 10:26 UTC  (22+ messages)
` [PATCH bpf-next v7 01/13] bpf: Introduce 8-byte BTF set
` [PATCH bpf-next v7 02/13] tools/resolve_btfids: Add support for 8-byte BTF sets
` [PATCH bpf-next v7 03/13] bpf: Switch to new kfunc flags infrastructure
` [PATCH bpf-next v7 04/13] bpf: Add support for forcing kfunc args to be trusted
` [PATCH bpf-next v7 05/13] bpf: Add documentation for kfuncs
` [PATCH bpf-next v7 06/13] net: netfilter: Deduplicate code in bpf_{xdp,skb}_ct_lookup
` [PATCH bpf-next v7 07/13] net: netfilter: Add kfuncs to allocate and insert CT
` [PATCH bpf-next v7 08/13] net: netfilter: Add kfuncs to set and change CT timeout
` [PATCH bpf-next v7 09/13] net: netfilter: Add kfuncs to set and change CT status
` [PATCH bpf-next v7 10/13] selftests/bpf: Add verifier tests for trusted kfunc args
` [PATCH bpf-next v7 11/13] selftests/bpf: Add tests for new nf_conntrack kfuncs
` [PATCH bpf-next v7 12/13] selftests/bpf: Add negative "
` [PATCH bpf-next v7 13/13] selftests/bpf: Fix test_verifier failed test in unprivileged mode

[PATCH v2] docs: Fix typo in comment
 2022-07-22  9:44 UTC  (6+ messages)

[PATCH net-next 0/2] RTAX_INITRWND should be able to bring the rcv_ssthresh above 64KiB
 2022-07-22  9:23 UTC  (5+ messages)
` [PATCH net-next 1/2] "
` [PATCH net-next 2/2] Tests for RTAX_INITRWND

[PATCH] nfp: bpf: Fix typo 'the the' in comment
 2022-07-22  8:53 UTC  (2+ messages)

[PATCH bpf-next v2 0/3] Maintain selftest configuration in-tree
 2022-07-22  6:15 UTC  (2+ messages)

[PATCH bpf-next 0/4] destructive bpf kfuncs (was: bpf_panic)
 2022-07-22  4:32 UTC  (6+ messages)
` [PATCH bpf-next 1/4] bpf: add BPF_F_DESTRUCTIVE flag for BPF_PROG_LOAD

[PATCH v12 00/40] virtio pci support VIRTIO_F_RING_RESET
 2022-07-22  3:47 UTC  (15+ messages)
` [PATCH v12 08/40] virtio_ring: split: extract the logic of alloc queue
` [PATCH v12 22/40] virtio_ring: introduce virtqueue_resize()
` [PATCH v12 30/40] virtio_pci: support VIRTIO_F_RING_RESET
` [PATCH v12 31/40] virtio: find_vqs() add arg sizes
` [PATCH v12 38/40] virtio_net: support rx queue resize
` [PATCH v12 39/40] virtio_net: support tx "

[PATCH bpf-next] RFC: libbpf: resolve rodata lookups
 2022-07-21 23:16 UTC  (11+ messages)

[PATCH] bpf_doc.py: Use SPDX-License-Identifier
 2022-07-21 22:50 UTC  (2+ messages)

[PATCH bpf-next] bpf, arm64: Fix compile error in dummy_tramp()
 2022-07-21 22:30 UTC  (4+ messages)

[PATCH bpf-next v3 0/8] bpf: rstat: cgroup hierarchical stats
 2022-07-21 21:07 UTC  (11+ messages)
` [PATCH bpf-next v3 4/8] bpf: Introduce cgroup iter

[PATCH 1/1] bpf: Drop unprotected find_vpid() in favour of find_get_pid()
 2022-07-21 20:58 UTC  (6+ messages)

[PATCH bpf-next] bpf: Check attach_func_proto more carefully in check_helper_call
 2022-07-21 13:30 UTC  (2+ messages)

[PATCH] libbpf: fix str_has_sfx()
 2022-07-21 13:00 UTC  (2+ messages)

[PATCH] libbpf: fix sign expansion bug in btf_dump_get_enum_value()
 2022-07-21 12:30 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;
as well as URLs for NNTP newsgroup(s).