bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-11 19:08:13 to 2022-04-13 12:22:56 UTC [more...]

[PATCH v9 00/32] virtio pci support VIRTIO_F_RING_RESET (refactor vring)
 2022-04-13 12:21 UTC  (62+ messages)
` [PATCH v9 01/32] virtio: add helper virtqueue_get_vring_max_size()
` [PATCH v9 02/32] virtio: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v9 03/32] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v9 04/32] virtio_ring: remove the arg vq of vring_alloc_desc_extra()
` [PATCH v9 05/32] virtio_ring: extract the logic of freeing vring
` [PATCH v9 06/32] virtio_ring: split: extract the logic of alloc queue
` [PATCH v9 07/32] virtio_ring: split: extract the logic of alloc state and extra
` [PATCH v9 08/32] virtio_ring: split: extract the logic of attach vring
` [PATCH v9 09/32] virtio_ring: split: extract the logic of vq init
` [PATCH v9 10/32] virtio_ring: split: introduce virtqueue_reinit_split()
` [PATCH v9 11/32] virtio_ring: split: introduce virtqueue_resize_split()
` [PATCH v9 12/32] virtio_ring: packed: extract the logic of alloc queue
` [PATCH v9 18/32] virtio_ring: introduce virtqueue_resize()
` [PATCH v9 21/32] virtio_pci: queue_reset: update struct virtio_pci_common_cfg and option functions
` [PATCH v9 22/32] virtio_pci: queue_reset: extract the logic of active vq for modern pci
` [PATCH v9 23/32] virtio_pci: queue_reset: support VIRTIO_F_RING_RESET
` [PATCH v9 24/32] virtio: find_vqs() add arg sizes
` [PATCH v9 25/32] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v9 26/32] virtio_mmio: "
` [PATCH v9 27/32] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v9 28/32] virtio_net: set the default max ring size by find_vqs()
` [PATCH v9 29/32] virtio_net: get ringparam by virtqueue_get_vring_max_size()
` [PATCH v9 31/32] virtio_net: support rx/tx queue resize
` [PATCH v9 32/32] virtio_net: support set_ringparam

[PATCH v2 0/2] drop duplicate max/min definitions
 2022-04-13 10:51 UTC  (4+ messages)
` [PATCH v2 2/2] selftests: mqueue: drop duplicate min definition

[PATCH bpf-next 00/10] xsk: stop softirq processing on full XSK Rx queue
 2022-04-13 10:40 UTC  (6+ messages)

[PATCH net-next v4 0/3] net: atlantic: Add XDP support
 2022-04-13  9:59 UTC  (4+ messages)
` [EXT] "

[PATCH] bpf/benchs: fix error check return value of bpf_program__attach()
 2022-04-13  9:31 UTC 

[PATCH net-next v3 00/18] Remove use of list iterator after loop body
 2022-04-13  8:18 UTC  (21+ messages)
` [PATCH net-next v3 01/18] connector: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v3 02/18] net: dsa: sja1105: remove use of iterator after list_for_each_entry() loop
` [PATCH net-next v3 03/18] net: dsa: sja1105: reorder sja1105_first_entry_longer_than with memory allocation
` [PATCH net-next v3 04/18] net: dsa: sja1105: use list_add_tail(pos) instead of list_add(pos->prev)
` [PATCH net-next v3 05/18] net: dsa: mv88e6xxx: remove redundant check in mv88e6xxx_port_vlan()
` [PATCH net-next v3 06/18] net: dsa: mv88e6xxx: refactor mv88e6xxx_port_vlan()
` [PATCH net-next v3 07/18] net: dsa: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v3 08/18] net: sparx5: "
` [PATCH net-next v3 09/18] qed: Use "
` [PATCH net-next v3 10/18] qed: Replace usage of found with "
` [PATCH net-next v3 11/18] qed: Remove usage of list iterator variable after the loop
` [PATCH net-next v3 12/18] net: qede: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v3 13/18] net: qede: Remove check of list iterator against head past the loop body
` [PATCH net-next v3 14/18] sfc: Remove usage of list iterator for list_add() after "
` [PATCH net-next v3 15/18] net: netcp: Remove usage of list iterator for list_add() after "
` [PATCH net-next v3 16/18] ps3_gelic: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v3 17/18] ipvlan: Remove usage of list iterator variable for the loop body
` [PATCH net-next v3 18/18] team: Remove use of list iterator variable for list_for_each_entry_from()

[RFC bpf-next 0/4] bpf: Speed up symbol resolving in kprobe multi link
 2022-04-13  7:27 UTC  (25+ messages)
` [RFC bpf-next 1/4] kallsyms: Add kallsyms_lookup_names function
` [RFC bpf-next 3/4] bpf: Resolve symbols with kallsyms_lookup_names for kprobe multi link
` [RFC bpf-next 4/4] selftests/bpf: Add attach bench test

Error validating array access
 2022-04-13  7:08 UTC  (5+ messages)

[PATCH bpf v2 0/2] Enlarge offset check value in bpf_skb_load_bytes
 2022-04-13  6:21 UTC  (3+ messages)
` [PATCH bpf v2 1/2] net: Enlarge offset check value from 0xffff to INT_MAX "
` [PATCH bpf v2 2/2] selftests: bpf: add test for skb_load_bytes

[PATCH bpf-next v4 00/13] Introduce typed pointer support in BPF maps
 2022-04-13  5:54 UTC  (19+ messages)
` [PATCH bpf-next v4 01/13] bpf: Make btf_find_field more generic
` [PATCH bpf-next v4 02/13] bpf: Move check_ptr_off_reg before check_map_access
` [PATCH bpf-next v4 03/13] bpf: Allow storing unreferenced kptr in map
` [PATCH bpf-next v4 04/13] bpf: Tag argument to be released in bpf_func_proto
` [PATCH bpf-next v4 05/13] bpf: Allow storing referenced kptr in map

[PATCH bpf-next 0/5] bpf trampoline for arm64
 2022-04-13  5:49 UTC  (6+ messages)
` [PATCH bpf-next 1/5] arm64: ftrace: Add ftrace direct call support
` [PATCH bpf-next 2/5] bpf: Move is_valid_bpf_tramp_flags() to the public trampoline code
` [PATCH bpf-next 3/5] bpf, arm64: Impelment bpf_arch_text_poke() for arm64
` [PATCH bpf-next 4/5] bpf, arm64: bpf trampoline "
` [PATCH bpf-next 5/5] selftests/bpf: Fix trivial typo in fentry_fexit.c

[PATCH] bpf: Fix KASAN use-after-free Read in compute_effective_progs
 2022-04-13  4:34 UTC  (3+ messages)

[RFC PATCH bpf-next 0/2] bpf: Introduce ternary search tree for string key
 2022-04-13  4:09 UTC  (4+ messages)

[PATCH bpf-next v1 0/2] Ensure type tags are always ordered first in BTF
 2022-04-13  3:23 UTC  (2+ messages)

[PATCH bpf-next v5 0/5] Attach a cookie to a tracing program
 2022-04-13  3:17 UTC  (11+ messages)
` [PATCH bpf-next v5 1/5] bpf, x86: Generate trampolines from bpf_tramp_links
` [PATCH bpf-next v5 2/5] bpf, x86: Create bpf_tramp_run_ctx on the caller thread's stack
` [PATCH bpf-next v5 3/5] bpf, x86: Attach a cookie to fentry/fexit/fmod_ret
` [PATCH bpf-next v5 4/5] lib/bpf: Assign cookies to links in libbpf
` [PATCH bpf-next v5 5/5] selftest/bpf: The test cses of BPF cookie for fentry/fexit/fmod_ret

[PATCH] bpf: remove unnecessary type castings
 2022-04-13  1:50 UTC 

[PATCH v2 bpf 0/3] vmalloc: bpf: introduce VM_ALLOW_HUGE_VMAP
 2022-04-13  0:35 UTC  (2+ messages)

[PATCH bpf-next] Add documentation to API functions
 2022-04-12 21:54 UTC 

[PATCH bpf-next v3 0/7] bpf: cgroup_sock lsm flavor
 2022-04-12 22:42 UTC  (21+ messages)
` [PATCH bpf-next v3 2/7] bpf: per-cgroup "
` [PATCH bpf-next v3 3/7] bpf: minimize number of allocated lsm slots per program

[PATCH v2 bpf 3/3] bpf: use module_alloc_huge for bpf_prog_pack
 2022-04-12 21:00 UTC  (9+ messages)
  ` [PATCH v2 bpf 1/3] vmalloc: replace VM_NO_HUGE_VMAP with VM_ALLOW_HUGE_VMAP
  ` [PATCH v2 bpf 2/3] module: introduce module_alloc_huge
  ` [PATCH v2 bpf 3/3] bpf: use vmalloc with VM_ALLOW_HUGE_VMAP for bpf_prog_pack

[PATCH] cgroup: don't queue css_release_work if one already pending
 2022-04-12 19:24 UTC 

[PATCH bpf v2 0/4] kprobes: rethook,ARM,arm64: Replace kretprobe trampoline with rethook
 2022-04-12 19:04 UTC  (4+ messages)
` [PATCH bpf v2 4/4] arm64: rethook: "

[PATCH v1] clang-format: Update and extend the for_each list with tools/
 2022-04-12 17:35 UTC  (6+ messages)

[PATCH v3 RESEND] efi: Do not import certificates from UEFI Secure Boot for T2 Macs
 2022-04-12 17:16 UTC  (9+ messages)
` [PATCH v4] "
  ` [PATCH v4 RESEND] "

[BUG] rcu-tasks : should take care of sparse cpu masks
 2022-04-12 17:13 UTC  (5+ messages)

[PATCH bpf-next v2 0/4] Attach a cookie to a tracing program
 2022-04-12 16:50 UTC  (6+ messages)
` [PATCH bpf-next v2 3/4] bpf, x86: Support BPF cookie for fentry/fexit/fmod_ret

[PATCH net-next v2 00/18] Remove use of list iterator after loop body
 2022-04-12 12:56 UTC  (22+ messages)
` [PATCH net-next v2 01/18] connector: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v2 02/18] net: dsa: sja1105: remove use of iterator after list_for_each_entry() loop
` [PATCH net-next v2 03/18] net: dsa: sja1105: reorder sja1105_first_entry_longer_than with memory allocation
` [PATCH net-next v2 04/18] net: dsa: sja1105: use list_add_tail(pos) instead of list_add(pos->prev)
` [PATCH net-next v2 05/18] net: dsa: mv88e6xxx: remove redundant check in mv88e6xxx_port_vlan()
` [PATCH net-next v2 06/18] net: dsa: mv88e6xxx: refactor mv88e6xxx_port_vlan()
` [PATCH net-next v2 07/18] net: dsa: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v2 08/18] net: sparx5: "
` [PATCH net-next v2 09/18] qed: Use "
` [PATCH net-next v2 10/18] qed: Replace usage of found with "
` [PATCH net-next v2 11/18] qed: Remove usage of list iterator variable after the loop
` [PATCH net-next v2 12/18] net: qede: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v2 13/18] net: qede: Remove check of list iterator against head past the loop body
` [PATCH net-next v2 14/18] sfc: Remove usage of list iterator for list_add() after "
` [PATCH net-next v2 15/18] net: netcp: Remove usage of list iterator for list_add() after "
` [PATCH net-next v2 16/18] ps3_gelic: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v2 17/18] ipvlan: Remove usage of list iterator variable for the loop body
` [PATCH net-next v2 18/18] team: Remove use of list iterator variable for list_for_each_entry_from()

How to disassemble a BPF program?
 2022-04-12 11:04 UTC 

[bpf, Bug report] get an EPOLLRDHUP event before read all data from kernel buffer when using sockmap
 2022-04-12 10:02 UTC 

Napływ Klientów ze strony
 2022-04-12  7:41 UTC 

[PATCH bpf-next v4 0/5] Attach a cookie to a tracing program
 2022-04-12  5:06 UTC  (4+ messages)
` [PATCH bpf-next v4 2/5] bpf, x86: Create bpf_tramp_run_ctx on the caller thread's stack

[PATCH bpf-next v1 0/7] Dynamic pointers
 2022-04-12  2:12 UTC  (9+ messages)
` [PATCH bpf-next v1 3/7] bpf: Add bpf_dynptr_from_mem, bpf_malloc, bpf_free

[PATCH AUTOSEL 5.17 45/49] x86,bpf: Avoid IBT objtool warning
 2022-04-12  0:44 UTC 

[PATCH bpf-next v4 1/5] bpf, x86: Generate trampolines from bpf_tramp_links
 2022-04-11 22:57 UTC  (2+ messages)

[PATCH v2 bpf-next] libbpf: usdt aarch64 arg parsing support
 2022-04-11 22:40 UTC  (2+ messages)

[PATCH bpf 2/2] bpf: use vmalloc with VM_ALLOW_HUGE_VMAP for bpf_prog_pack
 2022-04-11 22:18 UTC  (4+ messages)

[PATCH bpf-next] bpf: Remove redundant assignment to meta.seq in __task_seq_show()
 2022-04-11 19:20 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).