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

[RFC PATCH bpf-next 00/11] bpf: Introduce rbtree map
 2022-07-28  7:04 UTC  (2+ messages)

[PATCH bpf-next v5 0/8] bpf: rstat: cgroup hierarchical stats
 2022-07-28  6:55 UTC  (9+ messages)
` [PATCH bpf-next v5 4/8] bpf: Introduce cgroup iter
` [PATCH bpf-next v5 8/8] bpf: add a selftest for cgroup hierarchical stats collection

[aarch64] pc : ftrace_set_filter_ip+0x24/0xa0 - lr : bpf_trampoline_update.constprop.0+0x428/0x4a0
 2022-07-28  6:19 UTC  (4+ messages)

[PATCH bpf-next 0/3] Parameterize task iterators
 2022-07-28  5:25 UTC  (10+ messages)
` [PATCH bpf-next 1/3] bpf: "
` [PATCH bpf-next 2/3] bpf: Handle bpf_link_info for the parameterized task BPF iterators
` [PATCH bpf-next 3/3] selftests/bpf: Test "

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

[BUG] kernel NULL pointer dereference in kprobe_int3_handler
 2022-07-28  2:22 UTC  (2+ messages)

[PATCH bpf-next 00/14] bpf: net: Remove duplicated codes from bpf_setsockopt()
 2022-07-28  1:49 UTC  (32+ messages)
` [PATCH bpf-next 01/14] net: Change sock_setsockopt from taking sock ptr to sk ptr
` [PATCH bpf-next 02/14] bpf: net: Avoid sock_setsockopt() taking sk lock when called from bpf
` [PATCH bpf-next 03/14] bpf: net: Consider optval.is_bpf before capable check in sock_setsockopt()
` [PATCH bpf-next 04/14] bpf: net: Avoid do_tcp_setsockopt() taking sk lock when called from bpf
` [PATCH bpf-next 05/14] bpf: net: Avoid do_ip_setsockopt() "
` [PATCH bpf-next 06/14] bpf: net: Avoid do_ipv6_setsockopt() "
` [PATCH bpf-next 07/14] bpf: Embed kernel CONFIG check into the if statement in bpf_setsockopt
` [PATCH bpf-next 08/14] bpf: Change bpf_setsockopt(SOL_SOCKET) to reuse sock_setsockopt()
` [PATCH bpf-next 09/14] bpf: Refactor bpf specific tcp optnames to a new function
` [PATCH bpf-next 10/14] bpf: Change bpf_setsockopt(SOL_TCP) to reuse do_tcp_setsockopt()
` [PATCH bpf-next 11/14] bpf: Change bpf_setsockopt(SOL_IP) to reuse do_ip_setsockopt()
` [PATCH bpf-next 12/14] bpf: Change bpf_setsockopt(SOL_IPV6) to reuse do_ipv6_setsockopt()
` [PATCH bpf-next 13/14] bpf: Add a few optnames to bpf_setsockopt
` [PATCH bpf-next 14/14] selftests/bpf: bpf_setsockopt tests

[PATCH v2 bpf-next] libbpf: Add bpf_obj_get_opts()
 2022-07-27 23:02 UTC  (2+ messages)

[PATCH] bpftool: replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZE macro
 2022-07-27 21:03 UTC  (2+ messages)

[PATCH bpf-next] bpftool: Don't try to return value from void function in skeleton
 2022-07-27 21:00 UTC  (2+ messages)

[PATCH bpf-next] libbpf: avoid mmap for size 0 sections
 2022-07-27 20:48 UTC 

[PATCH bpf-next] selftests/bpf: Bump internal send_signal/send_signal_tracepoint timeout
 2022-07-27 18:29 UTC 

[PATCH bpf-next v1 0/3] Add skb + xdp dynptrs
 2022-07-27 17:13 UTC  (7+ messages)
` [PATCH bpf-next v1 1/3] bpf: Add skb dynptrs
` [PATCH bpf-next v1 2/3] bpf: Add xdp dynptrs
` [PATCH bpf-next v1 3/3] selftests/bpf: tests for using dynptrs to parse skb and xdp buffers

init_disassemble_info() signature changes causes compile failures
 2022-07-27 15:47 UTC  (6+ messages)
` [PATCH v2 0/5] tools: fix compilation failure caused by init_disassemble_info API changes

[PATCH bpf-next] selftests: xsk: Update poll test cases
 2022-07-27 15:26 UTC  (6+ messages)

[PATCH bpf-next v4 0/3] Maintain selftest configuration in-tree
 2022-07-27 15:10 UTC  (5+ messages)
` [PATCH bpf-next v4 1/3] selftests/bpf: Sort configuration
` [PATCH bpf-next v4 2/3] selftests/bpf: Copy over libbpf configs
` [PATCH bpf-next v4 3/3] selftests/bpf: Adjust vmtest.sh to use local kernel configuration

[PATCH] perf bpf: Remove undefined behavior from bpf_perf_object__next
 2022-07-27 14:16 UTC  (2+ messages)

[PATCH] BPF: Fix potential bad pointer dereference in bpf_sys_bpf
 2022-07-27 13:29 UTC 

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

[PATCH net-next] net/af_packet: check len when min_header_len equals to 0
 2022-07-27  9:33 UTC 

[PATCH bpf-next v1 0/2] Add __ref annotation for kfuncs
 2022-07-27  8:15 UTC  (3+ messages)
` [PATCH bpf-next v1 1/2] bpf: Add support for per-parameter trusted args
` [PATCH bpf-next v1 2/2] selftests/bpf: Extend KF_TRUSTED_ARGS test for __ref annotation

[PATCH bpf-next v2 0/3] Maintain selftest configuration in-tree
 2022-07-26 23:59 UTC  (7+ messages)
` [PATCH bpf-next v3 1/3] selftests/bpf: Sort configuration
` [PATCH bpf-next v3 2/3] selftests/bpf: Copy over libbpf configs
` [PATCH bpf-next v3 3/3] selftests/bpf: Adjust vmtest.sh to use local kernel configuration

[PATCH bpf 2/2] bpf: Update bpf_design_QA.rst to clarify that attaching to functions is not ABI
 2022-07-26 23:44 UTC  (3+ messages)
` [PATCH v2 bpf 1/2] bpf: Update bpf_design_QA.rst to clarify that kprobes "
  ` [PATCH v2 bpf 2/2] bpf: Update bpf_design_QA.rst to clarify that attaching to functions "

[PATCH bpf] netdevsim: avoid allocation warnings triggered from user space
 2022-07-26 21:36 UTC 

Build error of samples/bpf
 2022-07-26 20:22 UTC  (6+ messages)

[RFC PATCH bpf-next 0/7] bpf: Support struct value argument for trampoline base progs
 2022-07-26 17:12 UTC  (8+ messages)
` [RFC PATCH bpf-next 1/7] bpf: Always return corresponding btf_type in __get_type_size()
` [RFC PATCH bpf-next 2/7] bpf: Add struct argument info in btf_func_model
` [RFC PATCH bpf-next 3/7] bpf: x86: Rename stack_size to regs_off in {save,restore}_regs()
` [RFC PATCH bpf-next 4/7] bpf: x86: Support in-register struct arguments
` [RFC PATCH bpf-next 5/7] bpf: arm64: No support of struct value argument
` [RFC PATCH bpf-next 6/7] bpf: Populate struct value info in btf_func_model
` [RFC PATCH bpf-next 7/7] selftests/bpf: Add struct value tests with fentry programs

[Patch bpf-next] tcp: fix sock skb accounting in tcp_read_skb()
 2022-07-26 16:53 UTC  (10+ messages)

[PATCH v3 0/4] Introduce security_create_user_ns()
 2022-07-26 14:41 UTC  (5+ messages)

[PATCH bpf-next] bpf: devmap: compute proper xdp_frame len redirecting frames
 2022-07-26 14:40 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] Fix test_probe_user on s390x
 2022-07-26 14:37 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] libbpf: Extend BPF_KSYSCALL documentation
` [PATCH bpf-next v2 2/2] selftests/bpf: Attach to socketcall() in test_probe_user

[PATCH bpf-next 0/2] Fix test_probe_user on s390x
 2022-07-26 13:05 UTC  (5+ messages)
` [PATCH bpf-next 1/2] libbpf: Extend BPF_KSYSCALL documentation
` [PATCH bpf-next 2/2] selftests/bpf: Attach to socketcall() in test_probe_user

[PATCH bpf-next v7 00/13] New nf_conntrack kfuncs for insertion, changing timeout, status
 2022-07-26 12:58 UTC  (7+ messages)
` [PATCH bpf-next v7 04/13] bpf: Add support for forcing kfunc args to be trusted

[RFC PATCH bpf-next 0/3] Add support for qp-trie map
 2022-07-26 13:00 UTC  (4+ messages)
` [RFC PATCH bpf-next 1/3] bpf: "
` [RFC PATCH bpf-next 2/3] selftests/bpf: add a simple test for qp-trie
` [RFC PATCH bpf-next 3/3] selftests/bpf: add benchmark for qp-trie map

[PATCH bpf-next] selftests/bpf: augment snprintf_btf tests with string overflow tests
 2022-07-26 12:39 UTC  (2+ messages)

[PATCH bpf-next v1 1/1] bpf: Fix bpf_xdp_pointer return pointer
 2022-07-26 11:20 UTC  (6+ messages)

[PATCH bpf-next v3 0/5] bpf: Allow any source IP in bpf_skb_set_tunnel_key
 2022-07-26 10:50 UTC  (2+ messages)

[PATCH bpf-next v2] selftests: xsk: Update poll test cases
 2022-07-26 10:17 UTC 

[PATCH v2] docs: Fix typo in comment
 2022-07-26  1:04 UTC  (11+ messages)
      `  "

[PATCH -next] bpf: remove unneeded semicolon
 2022-07-25 22:27 UTC 

[PATCH bpf-next v2 1/2] bpf: Fix ref_obj_id for dynptr data slices in verifier
 2022-07-25 21:52 UTC  (3+ messages)

[syzbot] WARNING in __dev_queue_xmit
 2022-07-25 20:06 UTC 


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