bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-21 17:30:42 to 2024-02-24 11:31:20 UTC [more...]

Help needed for a BPF kernel issue with S390
 2024-02-24 11:31 UTC  (2+ messages)

[PATCH bpf-next v3 0/3] Allow struct_ops maps with a large number of programs
 2024-02-24  6:19 UTC  (5+ messages)
` [PATCH bpf-next v3 1/3] bpf, net: validate struct_ops when updating value
` [PATCH bpf-next v3 2/3] bpf: struct_ops supports more than one page for trampolines
` [PATCH bpf-next v3 3/3] selftests/bpf: Test struct_ops maps with a large number of program links

[PATCH bpf-next v2 0/3] Allow struct_ops maps with a large number of programs
 2024-02-24  3:20 UTC  (18+ messages)
` [PATCH bpf-next v2 1/3] bpf, net: validate struct_ops when updating value
` [PATCH bpf-next v2 2/3] bpf: struct_ops supports more than one page for trampolines
` [PATCH bpf-next v2 3/3] selftests/bpf: Test struct_ops maps with a large number of program links

[PATCH bpf-next 1/2] bpf: Introduce bpf_can_loop() kfunc
 2024-02-24  1:55 UTC  (6+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Test bpf_can_loop

[PATCH bpf-next] mm: Introduce vm_area_[un]map_pages()
 2024-02-24  0:00 UTC  (7+ messages)

[PATCH v2 bpf-next 0/3] mm: Cleanup and identify various users of kernel virtual address space
 2024-02-23 23:57 UTC  (4+ messages)
` [PATCH v2 bpf-next 1/3] mm: Enforce VM_IOREMAP flag and range in ioremap_page_range
` [PATCH v2 bpf-next 2/3] mm, xen: Separate xen use cases from ioremap
` [PATCH v2 bpf-next 3/3] mm: Introduce VM_SPARSE kind and vm_area_[un]map_pages()

[LSF/MM/BPF TOPIC] Inter-VM Shared Memory Communications with eBPF
 2024-02-23 23:05 UTC 

[syzbot] [net?] [reiserfs?] [fat?] stack segment fault in __stack_depot_save
 2024-02-23 22:14 UTC  (2+ messages)
` [syzbot] [kernfs?] [net?] [mm?] "

[FYI][PATCH] tracing/treewide: Remove second parameter of __assign_str()
 2024-02-23 20:45 UTC  (7+ messages)

[LSF/MM/BPF TOPIC] perf tools issues with BPF
 2024-02-23 20:09 UTC 

[PATCH RFC bpf-next v3 00/16] sleepable bpf_timer (was: allow HID-BPF to do device IOs)
 2024-02-23 19:46 UTC  (25+ messages)
` [PATCH RFC bpf-next v3 02/16] bpf/verifier: introduce in_sleepable() helper
` [PATCH RFC bpf-next v3 04/16] bpf/helpers: introduce sleepable bpf_timers
` [PATCH RFC bpf-next v3 05/16] bpf/verifier: add bpf_timer as a kfunc capable type
` [PATCH RFC bpf-next v3 06/16] bpf/helpers: introduce bpf_timer_set_sleepable_cb() kfunc
` [PATCH RFC bpf-next v3 07/16] bpf/helpers: mark the callback of bpf_timer_set_sleepable_cb() as sleepable
` [PATCH RFC bpf-next v3 08/16] bpf/verifier: do_misc_fixups for is_bpf_timer_set_sleepable_cb_kfunc
` [PATCH RFC bpf-next v3 09/16] HID: bpf/dispatch: regroup kfuncs definitions

[PATCH bpf-next v4] bpf, docs: Add callx instructions in new conformance group
 2024-02-23 19:33 UTC  (8+ messages)
` [Bpf] "

[PATCH bpf-next v2 0/2] bpf, x64: Fix tailcall hierarchy
 2024-02-23 17:21 UTC  (8+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: Add testcases for tailcall hierarchy fixing

[PATCH net-next v11 0/5] Introducing P4TC (series 1)
 2024-02-23 16:54 UTC  (9+ messages)
` [PATCH net-next v11 1/5] net: sched: act_api: Introduce P4 actions list
` [PATCH net-next v11 2/5] net/sched: act_api: increase action kind string length
` [PATCH net-next v11 3/5] net/sched: act_api: Update tc_action_ops to account for P4 actions
` [PATCH net-next v11 4/5] net/sched: act_api: add struct p4tc_action_ops as a parameter to lookup callback
` [PATCH net-next v11 5/5] net: sched: act_api: Add support for preallocated P4 action instances

[PATCH net] net: stmmac: Complete meta data only when enabled
 2024-02-23 16:45 UTC  (3+ messages)

[syzbot] [bpf?] KMSAN: uninit-value in bpf_bprintf_prepare
 2024-02-23 15:48 UTC 

[syzbot] [bpf?] KMSAN: uninit-value in bstr_printf
 2024-02-23 15:44 UTC 

[PATCH bpf-next 0/2] bpf: Add a generic bits iterator
 2024-02-23 11:52 UTC  (5+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add selftest for bits iter

[PATCH] net: ethernet: ti: am65-cpsw: Add minimal XDP support
 2024-02-23 11:01 UTC 

[PATCH RFC bpf-next 0/4] bpf: Add support to attach return prog in kprobe multi
 2024-02-23  9:32 UTC  (6+ messages)

[PATCH vhost v2 00/19] virtio: drivers maintain dma info for premapped vq
 2024-02-23  8:27 UTC  (20+ messages)
` [PATCH vhost v2 01/19] virtio_ring: introduce vring_need_unmap_buffer
` [PATCH vhost v2 02/19] virtio_ring: packed: remove double check of the unmap ops
` [PATCH vhost v2 03/19] virtio_ring: packed: structure the indirect desc table
` [PATCH vhost v2 04/19] virtio_ring: split: remove double check of the unmap ops
` [PATCH vhost v2 05/19] virtio_ring: split: structure the indirect desc table
` [PATCH vhost v2 06/19] virtio_ring: no store dma info when unmap is not needed
` [PATCH vhost v2 07/19] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v2 08/19] virtio: vring_create_virtqueue: "
` [PATCH vhost v2 09/19] virtio: vring_new_virtqueue(): "
` [PATCH vhost v2 10/19] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()
` [PATCH vhost v2 11/19] virtio: find_vqs: add new parameter premapped
` [PATCH vhost v2 12/19] virtio_ring: export premapped to driver by struct virtqueue
` [PATCH vhost v2 13/19] virtio_net: set premapped mode by find_vqs()
` [PATCH vhost v2 14/19] virtio_ring: remove api of setting vq premapped
` [PATCH vhost v2 15/19] virtio_ring: introduce dma map api for page
` [PATCH vhost v2 16/19] virtio_ring: introduce virtqueue_dma_map_sg_attrs
` [PATCH vhost v2 17/19] virtio_net: unify the code for recycling the xmit ptr
` [PATCH vhost v2 18/19] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH vhost v2 19/19] virtio_net: sq support premapped mode

[PATCH net-next v5 0/9] Enable SGMII and 2500BASEX interface mode switching for Intel platforms
 2024-02-23  6:58 UTC  (4+ messages)
` [PATCH net-next v5 1/9] net: phylink: provide mac_get_pcs_neg_mode() function

[PATCH vhost v1 00/19] virtio: drivers maintain dma info for premapped vq
 2024-02-23  6:17 UTC  (2+ messages)

[PATCH bpf-next v3 0/2] bpf, arm64: Support Exceptions
 2024-02-23  2:04 UTC  (4+ messages)
` [PATCH bpf-next v3 1/2] arm64: stacktrace: Implement arch_bpf_stack_walk() for the BPF JIT

[PATCH net-next 0/5] virtio-net: sq support premapped mode
 2024-02-23  1:50 UTC  (5+ messages)
` [PATCH net-next 1/5] virtio_ring: introduce virtqueue_get_buf_ctx_dma()

[PATCH net-next v5] virtio_net: Support RX hash XDP hint
 2024-02-23  1:37 UTC  (10+ messages)

[syzbot] [mm?] BUG: unable to handle kernel paging request in copy_from_kernel_nofault
 2024-02-23  1:11 UTC  (5+ messages)

[PATCH rcu 2/4] bpf: Select new NEED_TASKS_RCU Kconfig option
 2024-02-23  0:26 UTC 

[PATCH bpf-next v4 0/6] Create shadow types for struct_ops maps in skeletons
 2024-02-22 22:26 UTC  (7+ messages)
` [PATCH bpf-next v4 1/6] libbpf: expose resolve_func_ptr() through libbpf_internal.h
` [PATCH bpf-next v4 2/6] libbpf: set btf_value_type_id of struct bpf_map for struct_ops
` [PATCH bpf-next v4 3/6] libbpf: Convert st_ops->data to shadow type
` [PATCH bpf-next v4 4/6] bpftool: generated shadow variables for struct_ops maps
` [PATCH bpf-next v4 5/6] bpftool: Add an example for struct_ops map and shadow type
` [PATCH bpf-next v4 6/6] selftests/bpf: Test if shadow types work correctly

[PATCH bpf-next v5 0/2] Check cfi_stubs before registering a struct_ops type
 2024-02-22 21:03 UTC  (5+ messages)
` [PATCH bpf-next v5 1/2] bpf: "
` [PATCH bpf-next v5 2/2] selftests/bpf: Test case for lacking CFI stub functions

[PATCH v6] bpf: Replace bpf_lpm_trie_key 0-length array with flexible array
 2024-02-22 18:47 UTC  (2+ messages)

[PATCH bpf-next v2] bpf: clarify batch lookup semantics
 2024-02-22 18:30 UTC  (4+ messages)

[PATCH bpf-next] bpf, docs: specify which BPF_ABS and BPF_IND fields were zero
 2024-02-22 17:20 UTC  (5+ messages)
` [Bpf] "

[PATCH bpf-next] bpf, docs: Fix typos in instruction-set.rst
 2024-02-22 17:10 UTC  (7+ messages)
` [Bpf] "

[PATCH bpf v3 0/2] check bpf_func_state->callback_depth when pruning states
 2024-02-22 17:10 UTC  (5+ messages)
` [PATCH bpf v3 1/2] bpf: "
` [PATCH bpf v3 2/2] selftests/bpf: test case for callback_depth states pruning logic

[PATCH bpf-next 0/1] selftests/bpf: reduce tcp_custom_syncookie verification complexity
 2024-02-22 16:50 UTC  (3+ messages)
` [PATCH bpf-next 1/1] selftests/bpf: update tcp_custom_syncookie to use scalar packet offset

[PATCH v5] bpf: Replace bpf_lpm_trie_key 0-length array with flexible array
 2024-02-22 15:52 UTC  (2+ messages)

[PATCH RFC net-next 1/2] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT
 2024-02-22 10:58 UTC  (13+ messages)

[LSF/MM/BPF TOPIC] multi kprobe updates
 2024-02-22 10:18 UTC 

Page faults in tracepoint caused by aliased pointer
 2024-02-22  9:27 UTC  (10+ messages)

[PATCH bpf-next 1/2] bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()
 2024-02-22  8:53 UTC  (5+ messages)

[PATCH bpf-next v4 0/3] Check cfi_stubs before registering a struct_ops type
 2024-02-22  1:11 UTC  (5+ messages)
` [PATCH bpf-next v4 2/3] bpf: "

[PATCH bpf-next 0/4] bpf: track find_equal_scalars history on per-instruction level
 2024-02-22  0:50 UTC  (5+ messages)
` [PATCH bpf-next 1/4] bpf: replace env->cur_hist_ent with a getter function
` [PATCH bpf-next 2/4] bpf: track find_equal_scalars history on per-instruction level
` [PATCH bpf-next 3/4] bpf: remove mark_precise_scalar_ids()
` [PATCH bpf-next 4/4] selftests/bpf: tests for per-insn find_equal_scalars() precision tracking

pull-request: bpf 2024-02-22
 2024-02-21 23:18 UTC 

[PATCH v4] bpf: Replace bpf_lpm_trie_key 0-length array with flexible array
 2024-02-21 22:01 UTC  (4+ messages)

[syzbot] [bpf?] KMSAN: uninit-value in bpf_bprintf_prepare
 2024-02-21 20:55 UTC 

[syzbot] [bpf?] KMSAN: uninit-value in bstr_printf
 2024-02-21 20:55 UTC 

[PATCH 1/4] mm/vmalloc: allow arch-specific vmalloc_node overrides
 2024-02-21 18:25 UTC  (2+ messages)

[PATCH 0/4] arm64: mm: support dynamic vmalloc/pmd configuration
 2024-02-21 17:57 UTC  (3+ messages)

[PATCH bpf-next v3 0/5] Create shadow types for struct_ops maps in skeletons
 2024-02-21 17:47 UTC  (4+ messages)
` [PATCH bpf-next v3 4/5] bpftool: generated shadow variables for struct_ops maps


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