bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-29 15:23:27 to 2022-08-01 21:30:23 UTC [more...]

[RFC PATCH bpf-next 00/11] bpf: Introduce rbtree map
 2022-08-01 21:27 UTC  (4+ messages)
` [RFC PATCH bpf-next 10/11] bpf: Introduce PTR_ITER and PTR_ITER_END type flags

[PATCH bpf-next v1 0/3] Add skb + xdp dynptrs
 2022-08-01 21:16 UTC  (11+ messages)
` [PATCH bpf-next v1 1/3] bpf: Add skb dynptrs
` [PATCH bpf-next v1 3/3] selftests/bpf: tests for using dynptrs to parse skb and xdp buffers

[PATCH bpf-next v3] bpftool: Remove BPF_OBJ_NAME_LEN restriction when looking up bpf program by name
 2022-08-01 21:01 UTC  (2+ messages)

[PATCH v3] kprobes: Forbid probing on trampoline and bpf prog
 2022-08-01 20:51 UTC  (3+ messages)

[PATCH bpf-next v1] bpf, iter: clean up bpf_seq_read()
 2022-08-01 20:50 UTC 

[PATCH] libbpf: skip empty sections in bpf_object__init_global_data_maps
 2022-08-01 20:24 UTC  (2+ messages)

[PATCH bpf-next 1/2] bpf: use proper target btf when exporting attach_btf_obj_id
 2022-08-01 19:55 UTC  (9+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Excercise bpf_obj_get_info_by_fd for bpf2bpf

init_disassemble_info() signature changes causes compile failures
 2022-08-01 19:53 UTC  (33+ 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

[BUG] kernel NULL pointer dereference in kprobe_int3_handler
 2022-08-01 19:42 UTC  (3+ messages)

[PATCH bpf-next v2 1/2] bpf: use proper target btf when exporting attach_btf_obj_id
 2022-08-01 19:33 UTC  (3+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Excercise bpf_obj_get_info_by_fd for bpf2bpf

[PATCH v4 0/4] Introduce security_create_user_ns()
 2022-08-01 18:01 UTC  (5+ messages)
` [PATCH v4 1/4] security, lsm: "
` [PATCH v4 2/4] bpf-lsm: Make bpf_lsm_userns_create() sleepable
` [PATCH v4 3/4] selftests/bpf: Add tests verifying bpf lsm userns_create hook
` [PATCH v4 4/4] selinux: Implement "

[PATCH bpf-next v6 0/8] bpf: rstat: cgroup hierarchical stats
 2022-08-01 17:54 UTC  (9+ messages)
` [PATCH bpf-next v6 1/8] btf: Add a new kfunc flag which allows to mark a function to be sleepable
` [PATCH bpf-next v6 2/8] cgroup: enable cgroup_get_from_file() on cgroup1
` [PATCH bpf-next v6 3/8] bpf, iter: Fix the condition on p when calling stop
` [PATCH bpf-next v6 4/8] bpf: Introduce cgroup iter
` [PATCH bpf-next v6 5/8] selftests/bpf: Test cgroup_iter
` [PATCH bpf-next v6 6/8] cgroup: bpf: enable bpf programs to integrate with rstat
` [PATCH bpf-next v6 7/8] selftests/bpf: extend cgroup helpers
` [PATCH bpf-next v6 8/8] selftests/bpf: add a selftest for cgroup hierarchical stats collection

[PATCHv5 bpf-next 0/1] perf tools: Fix prologue generation
 2022-08-01 17:44 UTC  (4+ messages)
` [PATCHv5 bpf-next 1/1] perf tools: Rework prologue generation code

[PATCHv2] perf tools: Convert legacy map definition to BTF-defined
 2022-08-01 17:43 UTC  (3+ messages)

[PATCH v3 0/4] Introduce security_create_user_ns()
 2022-08-01 16:34 UTC  (7+ messages)

[PATCH] libbpf: Initialize err in probe_map_create
 2022-08-01 16:25 UTC  (2+ messages)

[PATCH bpf-next 0/2] Add more bpf_*_ct_lookup() selftests
 2022-08-01 16:16 UTC  (5+ 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

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

[RFC PATCH bpf-next 0/4] bpf_panic() helper
 2022-08-01 13:58 UTC  (3+ messages)

[PATCH] perf build: Suppress openssl v3 deprecation warnings in libcrypto feature test
 2022-08-01 13:24 UTC  (5+ messages)

[PATCH bpf-next v2] bpftool: Remove BPF_OBJ_NAME_LEN restriction when looking up bpf program by name
 2022-08-01 12:52 UTC  (4+ messages)

[RFC][PATCH v3 00/15] bpf: Per-operation map permissions
 2022-08-01 10:33 UTC  (10+ 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()

[syzbot] WARNING: refcount bug in sk_psock_get (2)
 2022-08-01  9:09 UTC  (3+ messages)
` [PATCH v2] net/smc: fix "

Biznesowy angielski
 2022-08-01  8:15 UTC 

[PATCH v14 00/42] virtio pci support VIRTIO_F_RING_RESET
 2022-08-01  6:39 UTC  (43+ 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 v14 41/42] virtio_net: support tx "
` [PATCH v14 42/42] virtio_net: support set_ringparam

[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 -next v2] kprobes: Forbid probing on trampoline and bpf prog
 2022-08-01  3:31 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

[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/3] Parameterize task iterators
 2022-07-30  2:46 UTC  (11+ messages)
` [PATCH bpf-next 1/3] bpf: "

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

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

[PATCH bpf] bpf: Do more tight ALU bounds tracking
 2022-07-29 22:48 UTC  (5+ 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)

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 02/14] bpf: net: Avoid sock_setsockopt() taking sk lock when called from bpf
 2022-07-29 19:06 UTC  (11+ messages)

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

[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  (2+ 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  (4+ messages)
` [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/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


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