bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-06 05:20:47 to 2022-04-08 08:01:07 UTC [more...]

[PATCH net-next v4 00/11] bnxt: Support XDP multi buffer
 2022-04-08  7:59 UTC  (11+ messages)
` [PATCH net-next v4 01/11] bnxt: refactor bnxt_rx_xdp to separate xdp_init_buff/xdp_prepare_buff
` [PATCH net-next v4 02/11] bnxt: add flag to denote that an xdp program is currently attached
` [PATCH net-next v4 03/11] bnxt: refactor bnxt_rx_pages operate on skb_shared_info
` [PATCH net-next v4 04/11] bnxt: rename bnxt_rx_pages to bnxt_rx_agg_pages_skb
` [PATCH net-next v4 05/11] bnxt: adding bnxt_rx_agg_pages_xdp for aggregated xdp
` [PATCH net-next v4 06/11] bnxt: set xdp_buff pfmemalloc flag if needed
` [PATCH net-next v4 07/11] bnxt: change receive ring space parameters
` [PATCH net-next v4 09/11] bnxt: adding bnxt_xdp_build_skb to build skb from multibuffer xdp_buff
` [PATCH net-next v4 10/11] bnxt: support transmit and free of aggregation buffers
` [PATCH net-next v4 11/11] bnxt: XDP multibuffer enablement

[PATCH bpf-next] selftests/bpf: Fix return value checks in perf_event_stackmap.c
 2022-04-08  4:14 UTC  (3+ messages)
  ` [PATCH bpf-next v2] "

[PATCH v3 0/5] Make evlist CPUs more accurate
 2022-04-08  3:56 UTC  (6+ messages)
` [PATCH v3 1/5] perf cpumap: Don't decrement refcnt on args to merge
` [PATCH v3 2/5] perf tests: Additional cpumap merge tests
` [PATCH v3 3/5] perf cpumap: Add intersect function
` [PATCH v3 4/5] perf evlist: Respect all_cpus when setting user_requested_cpus
` [PATCH v3 5/5] perf test: Combine cpu map tests into 1 suite

[PATCH] libbpf: potential NULL dereference in usdt_manager_attach_usdt()
 2022-04-08  1:30 UTC  (4+ messages)

[RFC bpf-next 0/4] bpf: Speed up symbol resolving in kprobe multi link
 2022-04-08  0:58 UTC  (7+ messages)
` [RFC bpf-next 1/4] kallsyms: Add kallsyms_lookup_names function
` [RFC bpf-next 2/4] fprobe: Resolve symbols with kallsyms_lookup_names
` [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

[PATCH bpf v2 0/4] kprobes: rethook,ARM,arm64: Replace kretprobe trampoline with rethook
 2022-04-08  0:51 UTC  (5+ messages)
` [PATCH bpf v2 1/4] ARM: unwind: Initialize the lr_addr field of unwind_ctrl_block
` [PATCH bpf v2 2/4] rethook,fprobe,kprobes: Check a failure in the rethook_hook()
` [PATCH bpf v2 3/4] ARM: rethook: Replace kretprobe trampoline with rethook
` [PATCH bpf v2 4/4] arm64: "

[PATCH v3 bpf-next 0/7] Add libbpf support for USDTs
 2022-04-07 23:27 UTC  (8+ messages)
` [PATCH v3 bpf-next 1/7] libbpf: add BPF-side of USDT support
` [PATCH v3 bpf-next 5/7] libbpf: add x86-specific USDT arg spec parsing logic

[PATCH bpf-next 1/2] libbpf: use strlcpy() in path resolution fallback logic
 2022-04-07 23:04 UTC  (2+ messages)
` [PATCH bpf-next 2/2] libbpf: allow WEAK and GLOBAL bindings during BTF fixup

[PATCH bpf-next v3 0/7] bpf: cgroup_sock lsm flavor
 2022-04-07 22:31 UTC  (8+ messages)
` [PATCH bpf-next v3 1/7] bpf: add bpf_func_t and trampoline helpers
` [PATCH bpf-next v3 2/7] bpf: per-cgroup lsm flavor
` [PATCH bpf-next v3 3/7] bpf: minimize number of allocated lsm slots per program
` [PATCH bpf-next v3 4/7] bpf: allow writing to a subset of sock fields from lsm progtype
` [PATCH bpf-next v3 5/7] libbpf: add lsm_cgoup_sock type
` [PATCH bpf-next v3 6/7] selftests/bpf: lsm_cgroup functional test
` [PATCH bpf-next v3 7/7] selftests/bpf: verify lsm_cgroup struct sock access

[PATCH bpf-next 0/3] Add USDT support for s390
 2022-04-07 21:44 UTC  (4+ messages)
` [PATCH bpf-next 1/3] libbpf: Minor style improvements in USDT code
` [PATCH bpf-next 2/3] libbpf: Make BPF-side of USDT support work on big-endian machines
` [PATCH bpf-next 3/3] libbpf: Add s390-specific USDT arg spec parsing logic

[PATCH bpf-next] libbpf: fix use #ifdef instead of #if to avoid compiler warning
 2022-04-07 21:40 UTC  (2+ messages)

[PATCH bpf] xsk: fix l2fwd for copy mode + busy poll combo
 2022-04-07 21:10 UTC  (2+ messages)

[PATCH bpf-next] selftests: bpf: use MIN for TCP CC tests
 2022-04-07 21:05 UTC  (3+ messages)

[PATCH bpf-next v1 0/7] Dynamic pointers
 2022-04-07 20:40 UTC  (16+ messages)
` [PATCH bpf-next v1 1/7] bpf: Add MEM_UNINIT as a bpf_type_flag
` [PATCH bpf-next v1 2/7] bpf: Add MEM_RELEASE "
` [PATCH bpf-next v1 3/7] bpf: Add bpf_dynptr_from_mem, bpf_malloc, bpf_free
` [PATCH bpf-next v1 4/7] bpf: Add bpf_dynptr_read and bpf_dynptr_write
` [PATCH bpf-next v1 6/7] bpf: Dynptr support for ring buffers
` [PATCH bpf-next v1 7/7] bpf: Dynptr tests

[PATCH bpf 0/4] introduce HAVE_ARCH_HUGE_VMALLOC_FLAG for bpf_prog_pack
 2022-04-07 19:57 UTC  (6+ messages)

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

[PATCH v2 bpf-next 0/3] libbpf: uprobe name-based attach followups
 2022-04-07 18:50 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/3] libbpf: improve library identification for uprobe binary path resolution
` [PATCH v2 bpf-next 2/3] libbpf: improve string parsing for uprobe auto-attach
` [PATCH v2 bpf-next 3/3] selftests/bpf: uprobe tests should verify param/return values

[External] [PATCH bpf-next v2 0/3] bpf: Add support to set and get
 2022-04-07 17:53 UTC  (6+ messages)
` [External] [PATCH bpf-next v2 3/3] selftests/bpf: add ipv6 vxlan tunnel source testcase

[PATCH v5 1/3] selftests: bpf: add test for bpf_skb_change_proto
 2022-04-07 15:22 UTC  (4+ messages)
` [PATCH v5 2/3] selftests net: add UDP GRO fraglist + bpf self-tests
` [PATCH v5 3/3] net: fix wrong network header length

[PATCH net-next 1/3] net: hyperv: remove use of bpf_op_t
 2022-04-07 13:12 UTC  (2+ messages)

[PATCH bpf-next] bpf: Fix excessive memory allocation in stack_map_alloc()
 2022-04-07 13:04 UTC 

[Question] Failed to load ebpf program with BTF-defined map
 2022-04-07 11:39 UTC  (5+ messages)
  `  "

[PATCH bpf-next 00/10] xsk: stop softirq processing on full XSK Rx queue
 2022-04-07 10:49 UTC  (5+ messages)
` [PATCH bpf-next 04/10] i40e: xsk: terminate NAPI when XSK Rx queue gets full

[PATCH v3] net: fix wrong network header length
 2022-04-07  9:38 UTC  (2+ messages)

[PATCH v2 sysctl-next] bpf: move the bpf syscall sysctl table to bpf module
 2022-04-07  7:07 UTC  (7+ messages)
` [PATCH v3 sysctl-next] bpf: move bpf sysctls from kernel/sysctl.c "
          ` [PATCH v4 "

pull-request: bpf 2022-04-06
 2022-04-07  5:10 UTC  (2+ messages)

[PATCH net-next v3 00/11] bnxt: Support XDP multi buffer
 2022-04-07  2:48 UTC  (14+ messages)
` [PATCH net-next v3 01/11] bnxt: refactor bnxt_rx_xdp to separate xdp_init_buff/xdp_prepare_buff
` [PATCH net-next v3 02/11] bnxt: add flag to denote that an xdp program is currently attached
` [PATCH net-next v3 03/11] bnxt: refactor bnxt_rx_pages operate on skb_shared_info
` [PATCH net-next v3 04/11] bnxt: rename bnxt_rx_pages to bnxt_rx_agg_pages_skb
` [PATCH net-next v3 05/11] bnxt: adding bnxt_rx_agg_pages_xdp for aggregated xdp
` [PATCH net-next v3 06/11] bnxt: set xdp_buff pfmemalloc flag if needed
` [PATCH net-next v3 07/11] bnxt: change receive ring space parameters
` [PATCH net-next v3 08/11] bnxt: add page_pool support for aggregation ring when using xdp
` [PATCH net-next v3 09/11] bnxt: adding bnxt_xdp_build_skb to build skb from multibuffer xdp_buff
` [PATCH net-next v3 10/11] bnxt: support transmit and free of aggregation buffers
` [PATCH net-next v3 11/11] bnxt: XDP multibuffer enablement

Questions on BPF_PROG_TYPE_TRACING & fentry/fexit
 2022-04-06 23:18 UTC  (4+ messages)

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

[PATCH v2 bpf-next] selftests/bpf: Improve by-name subtest selection logic in prog_tests
 2022-04-06 20:36 UTC 

Error validating array access
 2022-04-06 19:51 UTC 

[PATCH bpf 1/4] ARM: unwind: Initialize the lr_addr field of unwind_ctrl_block
 2022-04-06 18:53 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Improve by-name subtest selection logic in prog_tests
 2022-04-06 18:49 UTC  (3+ messages)

[PATCH bpf-next v2 2/7] bpf: per-cgroup lsm flavor
 2022-04-06 18:42 UTC  (2+ messages)

[PATCH bpf-next] net: netfilter: reports ct direction in CT lookup helpers for XDP and TC-BPF
 2022-04-06 17:10 UTC  (2+ messages)

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

[RFC PATCH 0/2] Add btf__field_exists
 2022-04-06 17:14 UTC  (6+ messages)
` [RFC PATCH 1/2] libbpf: Add userspace version of for_each_member macro

[PATCH][next] libbpf: Fix spelling mistake "libaries" -> "libraries"
 2022-04-06 17:20 UTC  (2+ messages)

[PATCH bpf-next] bpf/selftests: use bpf_num_possible_cpus() in per-cpu map allocations
 2022-04-06 17:20 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Fix issues in parse_num_list()
 2022-04-06 17:20 UTC  (5+ messages)
` [PATCH bpf-next v2] "
    ` [PATCH bpf-next v3] "

[PATCH bpf v5 1/2] bpf: Support dual-stack sockets in bpf_tcp_check_syncookie
 2022-04-06 17:00 UTC  (3+ messages)
` [PATCH bpf v5 2/2] bpf: Adjust bpf_tcp_check_syncookie selftest to test dual-stack sockets

[PATCH] x86,bpf: Avoid IBT objtool warning
 2022-04-06 17:01 UTC  (3+ messages)

[BUG] rcu-tasks : should take care of sparse cpu masks
 2022-04-06 15:44 UTC  (3+ messages)

[PATCH bpf-next v3 00/27] bpf: RLIMIT_MEMLOCK cleanups
 2022-04-06 14:33 UTC  (6+ messages)
` [PATCH bpf-next v3 07/27] bpf: selftests: Set libbpf 1.0 API mode explicitly in get_cgroup_id_user

[PATCH net 0/3][pull request] Intel Wired LAN Driver Updates 2022-04-05
 2022-04-06 14:20 UTC  (2+ messages)

[PATCH v9 00/32] virtio pci support VIRTIO_F_RING_RESET (refactor vring)
 2022-04-06  3:43 UTC  (33+ 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 13/32] virtio_ring: packed: extract the logic of alloc state and extra
` [PATCH v9 14/32] virtio_ring: packed: extract the logic of attach vring
` [PATCH v9 15/32] virtio_ring: packed: extract the logic of vq init
` [PATCH v9 16/32] virtio_ring: packed: introduce virtqueue_reinit_packed()
` [PATCH v9 17/32] virtio_ring: packed: introduce virtqueue_resize_packed()
` [PATCH v9 18/32] virtio_ring: introduce virtqueue_resize()
` [PATCH v9 19/32] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v9 20/32] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [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 30/32] virtio_net: split free_unused_bufs()
` [PATCH v9 31/32] virtio_net: support rx/tx queue resize
` [PATCH v9 32/32] virtio_net: support set_ringparam

[PATCH net v2] net: sfc: fix using uninitialized xdp tx_queue
 2022-04-06 13:10 UTC  (2+ messages)

[PATCH] sample: bpf: syscall_tp_kern: add dfd before filename
 2022-04-06  1:35 UTC  (3+ messages)

[RFC PATCH bpf-next 0/2] Priorities for bpf progs attached to the same tracepoint
 2022-04-06  8:12 UTC  (5+ messages)

[PATCH 00/18] bpf: Secure and authenticated preloading of eBPF programs
 2022-04-06  6:55 UTC  (4+ messages)
` [POC][USER SPACE][PATCH] Introduce LSM to protect pinned objects

[PATCH bpf-next v1 0/2] Ensure type tags are always ordered first in BTF
 2022-04-06  0:41 UTC  (3+ messages)
` [PATCH bpf-next v1 1/2] bpf: Ensure type tags precede modifiers "
` [PATCH bpf-next v1 2/2] selftests/bpf: Add tests for type tag order validation

[PATCH v2 bpf-next 0/7] Add libbpf support for USDTs
 2022-04-05 23:41 UTC  (6+ messages)
` [PATCH v2 bpf-next 2/7] libbpf: wire up USDT API and bpf_link integration

[PATCH bpf-next 0/2] libbpf: uprobe name-based attach followups
 2022-04-06  0:14 UTC  (5+ messages)
` [PATCH bpf-next 1/2] libbpf: improve string handling for uprobe name-based attach
` [PATCH bpf-next 2/2] selftests/bpf: uprobe tests should verify param/return values

[PATCH bpf-next] selftests/bpf: Remove redundant checks in get_stack_print_output()
 2022-04-05 23:52 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Fix file descriptor leak in load_kallsyms()
 2022-04-06  0:00 UTC  (2+ messages)

[PATCH bpf v4] bpf: Support dual-stack sockets in bpf_tcp_check_syncookie
 2022-04-05 22:18 UTC  (2+ messages)

[PATCH bpf-next v2] bpf, arm64: Sign return address for jited code
 2022-04-05 22:10 UTC  (2+ messages)

[PATCH v5 bpf-next 0/5] libbpf: name-based u[ret]probe attach
 2022-04-05 23:47 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;
as well as URLs for NNTP newsgroup(s).