BPF List
 help / color / mirror / Atom feed
 messages from 2022-07-19 20:29:20 to 2022-07-21 15:41:09 UTC [more...]

[PATCH bpf-next v7 00/24] Introduce eBPF support for HID devices
 2022-07-21 15:36 UTC  (22+ 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 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 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 22/24] samples/bpf: add new hid_mouse example
` [PATCH bpf-next v7 23/24] HID: bpf: add Surface Dial example

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

Signedness of char in BTF
 2022-07-21 14:54 UTC  (2+ messages)

[PATCH bpf-next 0/4] destructive bpf kfuncs (was: bpf_panic)
 2022-07-21 14:02 UTC  (7+ messages)
` [PATCH bpf-next 1/4] bpf: add BPF_F_DESTRUCTIVE flag for BPF_PROG_LOAD
` [PATCH bpf-next 2/4] bpf: add destructive kfunc set
` [PATCH bpf-next 3/4] selftests/bpf: add destructive kfunc tests
` [PATCH bpf-next 4/4] bpf: export crash_kexec() as destructive kfunc

[PATCH bpf-next v7 00/13] New nf_conntrack kfuncs for insertion, changing timeout, status
 2022-07-21 13:42 UTC  (14+ 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 bpf-next] bpf, arm64: Fix compile error in dummy_tramp()
 2022-07-21 13:41 UTC  (3+ messages)

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

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

[PATCH] libbpf: fix sign expansion bug in btf_dump_get_enum_value()
 2022-07-21 12:30 UTC  (5+ messages)

[PATCH 1/1] bpf: Drop unprotected find_vpid() in favour of find_get_pid()
 2022-07-21 12:14 UTC  (4+ messages)

[PATCH] bpf_doc.py: Use SPDX-License-Identifier
 2022-07-21 11:08 UTC 

[PATCH v12 00/40] virtio pci support VIRTIO_F_RING_RESET
 2022-07-21  9:30 UTC  (54+ messages)
` [PATCH v12 01/40] virtio: record the maximum queue num supported by the device
` [PATCH v12 02/40] virtio: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v12 03/40] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v12 04/40] virtio_ring: extract the logic of freeing vring
` [PATCH v12 05/40] virtio_ring: split vring_virtqueue
` [PATCH v12 06/40] virtio_ring: introduce virtqueue_init()
` [PATCH v12 07/40] virtio_ring: split: introduce vring_free_split()
` [PATCH v12 08/40] virtio_ring: split: extract the logic of alloc queue
` [PATCH v12 09/40] virtio_ring: split: extract the logic of alloc state and extra
` [PATCH v12 10/40] virtio_ring: split: extract the logic of attach vring
` [PATCH v12 11/40] virtio_ring: split: extract the logic of vring init
` [PATCH v12 12/40] virtio_ring: split: introduce virtqueue_reinit_split()
` [PATCH v12 13/40] virtio_ring: split: reserve vring_align, may_reduce_num
` [PATCH v12 14/40] virtio_ring: split: introduce virtqueue_resize_split()
` [PATCH v12 15/40] virtio_ring: packed: introduce vring_free_packed
` [PATCH v12 16/40] virtio_ring: packed: extract the logic of alloc queue
` [PATCH v12 17/40] virtio_ring: packed: extract the logic of alloc state and extra
` [PATCH v12 18/40] virtio_ring: packed: extract the logic of attach vring
` [PATCH v12 19/40] virtio_ring: packed: extract the logic of vring init
` [PATCH v12 20/40] virtio_ring: packed: introduce virtqueue_reinit_packed()
` [PATCH v12 21/40] virtio_ring: packed: introduce virtqueue_resize_packed()
` [PATCH v12 22/40] virtio_ring: introduce virtqueue_resize()
` [PATCH v12 23/40] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v12 24/40] virtio: allow to unbreak/break virtqueue individually
` [PATCH v12 25/40] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v12 26/40] virtio_ring: struct virtqueue introduce reset
` [PATCH v12 27/40] virtio_pci: struct virtio_pci_common_cfg add queue_reset
` [PATCH v12 28/40] virtio_pci: introduce helper to get/set queue reset
` [PATCH v12 29/40] virtio_pci: extract the logic of active vq for modern pci
` [PATCH v12 30/40] virtio_pci: support VIRTIO_F_RING_RESET
` [PATCH v12 31/40] virtio: find_vqs() add arg sizes
` [PATCH v12 32/40] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v12 33/40] virtio_mmio: "
` [PATCH v12 34/40] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v12 35/40] virtio_net: set the default max ring size by find_vqs()
` [PATCH v12 36/40] virtio_net: get ringparam by virtqueue_get_vring_max_size()
` [PATCH v12 37/40] virtio_net: split free_unused_bufs()
` [PATCH v12 38/40] virtio_net: support rx queue resize
` [PATCH v12 39/40] virtio_net: support tx "
` [PATCH v12 40/40] virtio_net: support set_ringparam

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

[PATCH bpf-next v9 0/4] bpf trampoline for arm64
 2022-07-21  7:29 UTC  (5+ messages)
` [PATCH bpf-next v9 3/4] bpf, arm64: Implement bpf_arch_text_poke() "

[PATCH v2] docs: Fix typo in comment
 2022-07-21  3:08 UTC  (3+ messages)
  `  "

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

[PATCH v2 bpf-next] libbpf: Add bpf_obj_get_opts()
 2022-07-20 23:26 UTC  (14+ messages)

[PATCH v2 0/4] Introduce security_create_user_ns()
 2022-07-20 22:39 UTC  (11+ messages)
` [PATCH v2 4/4] selinux: Implement create_user_ns hook

[PATCH bpf-next] RFC: libbpf: resolve rodata lookups
 2022-07-20 22:33 UTC  (9+ messages)

[PATCH bpf-next] samples/bpf: Don't use uninitialized cg2 variable
 2022-07-20 21:28 UTC  (3+ messages)

[PATCH 1/4] tools, build: Retry detection of bfd-related features
 2022-07-20 20:07 UTC  (3+ messages)
` [PATCH 2/4] bpftool: Complete libbfd feature detection

[PATCH bpf-next v6 00/13] New nf_conntrack kfuncs for insertion, changing timeout, status
 2022-07-20 18:45 UTC  (7+ messages)
` [PATCH bpf-next v6 01/13] bpf: Introduce BTF ID flags and 8-byte BTF set
` [PATCH bpf-next v6 05/13] bpf: Add documentation for kfuncs

[PATCH bpf-next v2] bpf: fix bpf_trampoline_{,un}link_cgroup_shim ifdef guards
 2022-07-20 18:40 UTC  (3+ messages)

[PATCH bpf-next] libbpf: fix internal USDT address translation logic for shared libraries
 2022-07-20 18:32 UTC  (3+ messages)

[syzbot] WARNING: still has locks held in tls_rx_reader_lock
 2022-07-20 17:09 UTC 

[PATCH 00/16] Introduce DEBUG_BITMAP config option and bitmap_check_params()
 2022-07-20 17:06 UTC  (7+ messages)
` [PATCH 08/16] smp: optimize smp_call_function_many_cond() for more
` [PATCH 16/16] lib: create CONFIG_DEBUG_BITMAP parameter

[PATCH bpf-next] bpf: fix bpf_shim_tramp_link_release ifdef guards
 2022-07-20 15:43 UTC  (3+ messages)

[PATCH v4 1/1] perf/kprobe: maxactive for fd-based kprobe
 2022-07-20 14:07 UTC  (4+ messages)

[PATCH bpf-next 0/5] bpf: BPF specific memory allocator
 2022-07-20 12:26 UTC  (18+ messages)
            ` cgroup specific sticky resources (was: Re: [PATCH bpf-next 0/5] bpf: BPF specific memory allocator.)

[PATCH] docs: bpf: Fix typo in comment
 2022-07-20 11:13 UTC 

[syzbot] KASAN: invalid-free in free_prealloced_shrinker
 2022-07-20  7:52 UTC 

[PATCH bpf-next] bpf: fix bpf compile error caused by CONFIG_CGROUP_BPF
 2022-07-20  7:25 UTC  (4+ messages)

linux-next: build failure after merge of the bpf-next tree
 2022-07-20  3:44 UTC  (3+ messages)

[PATCH AUTOSEL 5.18 05/54] x86/retpoline: Cleanup some #ifdefery
 2022-07-20  1:10 UTC  (2+ messages)
` [PATCH AUTOSEL 5.18 34/54] xdp: Fix spurious packet loss in generic XDP TX path

[PATCH RFC bpf-next 0/3] Execution context callbacks
 2022-07-20  0:54 UTC  (8+ messages)

[PATCH v5 bpf-next 0/4] ftrace: host klp and bpf trampoline together
 2022-07-20  0:21 UTC  (5+ messages)
` [PATCH v5 bpf-next 1/4] ftrace: Add modify_ftrace_direct_multi_nolock
` [PATCH v5 bpf-next 2/4] ftrace: Allow IPMODIFY and DIRECT ops on the same function
` [PATCH v5 bpf-next 3/4] bpf, x64: Allow to use caller address from stack
` [PATCH v5 bpf-next 4/4] bpf: Support bpf_trampoline on functions with IPMODIFY (e.g. livepatch)

[PATCH v4 bpf-next 0/4] ftrace: host klp and bpf trampoline together
 2022-07-19 23:27 UTC  (12+ messages)
` [PATCH v4 bpf-next 2/4] ftrace: allow IPMODIFY and DIRECT ops on the same function

[PATCH rfc 0/6] Scheduler BPF
 2022-07-19 23:21 UTC  (3+ messages)

[PATCH v2 bpf-next] bpf: Cleanup check_refcount_ok
 2022-07-19 22:31 UTC  (2+ messages)

[PATCH bpf-next] bpf: Cleanup check_refcount_ok
 2022-07-19 21:34 UTC  (3+ messages)

[PATCH bpf v2 0/5] bpf: Allow any source IP in bpf_skb_set_tunnel_key
 2022-07-19 20:40 UTC  (4+ messages)


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