bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-28 16:23:40 to 2022-08-01 06:43:06 UTC [more...]

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

[PATCH v13 00/42] virtio pci support VIRTIO_F_RING_RESET
 2022-08-01  6:27 UTC  (13+ messages)
` [PATCH v13 16/42] virtio_ring: split: introduce virtqueue_resize_split()

[PATCH v3] kprobes: Forbid probing on trampoline and bpf prog
 2022-08-01  3:37 UTC 

[PATCH -next v2] kprobes: Forbid probing on trampoline and bpf prog
 2022-08-01  3:31 UTC 

[PATCH] libbpf: Initialize err in probe_map_create
 2022-08-01  2:51 UTC 

init_disassemble_info() signature changes causes compile failures
 2022-08-01  1:40 UTC  (20+ messages)
` [PATCH v2 0/5] tools: fix compilation failure caused by init_disassemble_info API changes
` [PATCH v3 0/8] "
  ` [PATCH v3 1/8] tools build: Add feature test for "
  ` [PATCH v3 2/8] tools build: Don't display disassembler-four-args feature test
  ` [PATCH v3 3/8] tools include: add dis-asm-compat.h to handle version differences
  ` [PATCH v3 4/8] tools perf: Fix compilation error with new binutils
  ` [PATCH v3 5/8] tools bpf_jit_disasm: "
  ` [PATCH v3 6/8] tools bpf_jit_disasm: Don't display disassembler-four-args feature test
  ` [PATCH v3 7/8] tools bpftool: Fix compilation error with new binutils
  ` [PATCH v3 8/8] tools bpftool: Don't display disassembler-four-args feature test

[PATCH] libbpf: skip empty sections in bpf_object__init_global_data_maps
 2022-07-31 23:26 UTC 

[PATCH bpf-next 0/5] bpf: Fixes for CONFIG_X86_KERNEL_IBT
 2022-07-31 21:14 UTC  (6+ messages)
` [PATCH bpf-next 4/5] selftests/bpf: Disable kprobe attach test with offset "

[PATCH bpf-next v2] bpftool: Remove BPF_OBJ_NAME_LEN restriction when looking up bpf program by name
 2022-07-31 18:10 UTC 

[RFC PATCH bpf-next 0/7] bpf: Support struct value argument for trampoline base progs
 2022-07-31 17:00 UTC  (9+ messages)
` [RFC PATCH bpf-next 4/7] bpf: x86: Support in-register struct arguments

[BUG] kernel NULL pointer dereference in kprobe_int3_handler
 2022-07-31 16:18 UTC  (2+ messages)

[PATCH] selftests/seccomp: Check CAP_SYS_ADMIN capability in the test mode_filter_without_nnp
 2022-07-31  9:25 UTC 

[PATCH bpf-next 0/2] Add more bpf_*_ct_lookup() selftests
 2022-07-30 19:40 UTC  (3+ messages)
` [PATCH bpf-next 1/2] selftests/bpf: Add existing connection bpf_*_ct_lookup() test
` [PATCH bpf-next 2/2] selftests/bpf: Add connmark read/write test

[syzbot] WARNING: refcount bug in sk_psock_get (2)
 2022-07-30  8:56 UTC  (2+ messages)
` [PATCH v2] net/smc: fix "

[PATCH bpf-next 0/3] Parameterize task iterators
 2022-07-30  2:46 UTC  (17+ messages)
` [PATCH bpf-next 1/3] bpf: "

pull-request: bpf-next 2022-07-29
 2022-07-30  2:40 UTC  (2+ messages)

[PATCH bpf-next 1/2] bpf: use proper target btf when exporting attach_btf_obj_id
 2022-07-30  2:16 UTC  (5+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Excercise bpf_obj_get_info_by_fd for bpf2bpf

[PATCH -next] [RFC] block: fix null-deref in percpu_ref_put
 2022-07-30  2:15 UTC  (4+ messages)

[PATCH bpf] bpf: Do more tight ALU bounds tracking
 2022-07-29 22:48 UTC  (6+ messages)

[PATCH -next] bpf: remove unneeded semicolon
 2022-07-29 22:40 UTC  (2+ messages)

[PATCH v3 bpf-next] libbpf: Add bpf_obj_get_opts()
 2022-07-29 22:40 UTC  (2+ messages)

[PATCH bpf] bpf: Fix oudated __bpf_skc_lookup() comment
 2022-07-29 22:27 UTC  (2+ messages)

[PATCH bpf] netdevsim: avoid allocation warnings triggered from user space
 2022-07-29 22:10 UTC  (2+ messages)

[PATCH bpf-next] bpf: Fix NULL pointer dereference when registering bpf trampoline
 2022-07-29 22:00 UTC  (6+ messages)

[PATCH bpf-next] bpf: fix test_progs -j error with fentry/fexit tests
 2022-07-29 21:40 UTC  (3+ messages)

[PATCH bpf-next v1 0/3] Add skb + xdp dynptrs
 2022-07-29 21:39 UTC  (10+ messages)
` [PATCH bpf-next v1 1/3] bpf: Add skb dynptrs

BPF office hours summary, July 2022
 2022-07-29 20:37 UTC 

[PATCH v2 bpf-next] libbpf: Add bpf_obj_get_opts()
 2022-07-29 20:20 UTC  (5+ messages)

[PATCH v2] BPF: Fix potential bad pointer dereference in bpf_sys_bpf()
 2022-07-29 20:17 UTC 

[PATCH bpf-next 00/14] bpf: net: Remove duplicated codes from bpf_setsockopt()
 2022-07-29 19:06 UTC  (15+ messages)
` [PATCH bpf-next 02/14] bpf: net: Avoid sock_setsockopt() taking sk lock when called from bpf

[PATCH bpf-next] remove BPF_OBJ_NAME_LEN restriction when looking up bpf program by name
 2022-07-29 18:54 UTC  (3+ messages)

[RFC][PATCH v3 00/15] bpf: Per-operation map permissions
 2022-07-29 18:52 UTC  (9+ messages)
` [RFC][PATCH v3 02/15] bpf: Set open_flags as last bpf_attr field for bpf_*_get_fd_by_id() funcs
` [RFC][PATCH v3 03/15] libbpf: Introduce bpf_prog_get_fd_by_id_opts()
` [RFC][PATCH v3 04/15] libbpf: Introduce bpf_map_get_fd_by_id_opts()

[PATCH bpf-next] RFC: libbpf: resolve rodata lookups
 2022-07-29 18:29 UTC  (12+ messages)

[PATCH bpf-next] selftests/bpf: Bump internal send_signal/send_signal_tracepoint timeout
 2022-07-29 18:20 UTC  (3+ messages)

[PATCH] bpftool: replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZE macro
 2022-07-29 17:50 UTC  (2+ messages)

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

[PATCH bpf-next v5 0/8] bpf: rstat: cgroup hierarchical stats
 2022-07-29 17:36 UTC  (19+ messages)
` [PATCH bpf-next v5 2/8] cgroup: enable cgroup_get_from_file() on cgroup1
` [PATCH bpf-next v5 4/8] bpf: Introduce cgroup iter
` [PATCH bpf-next v5 6/8] cgroup: bpf: enable bpf programs to integrate with rstat
` [PATCH bpf-next v5 8/8] bpf: add a selftest for cgroup hierarchical stats collection

[RFC PATCH bpf-next] bpftool: Mark generated skeleton headers as system headers
 2022-07-29 17:29 UTC  (6+ messages)

[PATCH] bpf/verifier: fix control flow issues in __reg64_bound_u32()
 2022-07-29 17:17 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: augment snprintf_btf tests with string overflow tests
 2022-07-29 16:57 UTC  (3+ messages)

[RFC PATCH bpf-next 00/11] bpf: Introduce rbtree map
 2022-07-29 16:31 UTC  (3+ messages)
` [RFC PATCH bpf-next 10/11] bpf: Introduce PTR_ITER and PTR_ITER_END type flags

[RFC PATCH bpf-next 00/15] bpf: Introduce selectable memcg for bpf map
 2022-07-29 15:23 UTC  (16+ messages)
` [RFC PATCH bpf-next 01/15] bpf: Remove unneeded memset in queue_stack_map creation
` [RFC PATCH bpf-next 02/15] bpf: Use bpf_map_area_free instread of kvfree
` [RFC PATCH bpf-next 03/15] bpf: Make __GFP_NOWARN consistent in bpf map creation
` [RFC PATCH bpf-next 04/15] bpf: Use bpf_map_area_alloc consistently on "
` [RFC PATCH bpf-next 05/15] bpf: Introduce helpers for container of struct bpf_map
` [RFC PATCH bpf-next 06/15] bpf: Use bpf_map_container_alloc helpers in various bpf maps
` [RFC PATCH bpf-next 07/15] bpf: Define bpf_map_get_memcg for !CONFIG_MEMCG_KMEM
` [RFC PATCH bpf-next 08/15] bpf: Use scope-based charge for bpf_map_area_alloc
` [RFC PATCH bpf-next 09/15] bpf: Use bpf_map_kzalloc in arraymap
` [RFC PATCH bpf-next 10/15] bpf: Use bpf_map_pages_alloc in ringbuf
` [RFC PATCH bpf-next 11/15] bpf: Use bpf_map_kvcalloc in bpf_local_storage
` [RFC PATCH bpf-next 12/15] mm, memcg: Add new helper get_obj_cgroup_from_cgroup
` [RFC PATCH bpf-next 13/15] bpf: Add new parameter into bpf_map_container_alloc
` [RFC PATCH bpf-next 14/15] bpf: Add new map flag BPF_F_SELECTABLE_MEMCG
` [RFC PATCH bpf-next 15/15] bpf: Introduce selectable memcg for bpf map

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

[PATCH bpf-next v3] selftests: xsk: Update poll test cases
 2022-07-29 14:55 UTC  (2+ messages)

[PATCH bpf-next] selftests: xsk: Update poll test cases
 2022-07-29 13:29 UTC  (7+ messages)

[PATCH] BPF: Fix potential bad pointer dereference in bpf_sys_bpf
 2022-07-29 13:26 UTC  (5+ messages)

[PATCH net-next] net/af_packet: check len when min_header_len equals to 0
 2022-07-29 11:20 UTC  (2+ messages)

general protection fault in sock_def_error_report
 2022-07-29  7:47 UTC  (7+ messages)

[PATCH] bpf/verifier: fix control flow issues in __reg32_bound_s64()
 2022-07-29  6:13 UTC 

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

[PATCH bpf-next] libbpf: Support PPC in arch_specific_syscall_pfx
 2022-07-28 23:20 UTC  (2+ messages)

[PATCH] libbpf: fix str_has_sfx()
 2022-07-28 22:10 UTC  (5+ messages)

[PATCH bpf-next] libbpf: fix internal USDT address translation logic for shared libraries
 2022-07-28 22:04 UTC  (4+ messages)

[PATCH bpf-next] libbpf: avoid mmap for size 0 sections
 2022-07-28 19:29 UTC  (3+ messages)

What happens to a uprobe if it links to a library within a container, and that container gets deleted?
 2022-07-28 17:11 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).