bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-27 06:10:34 to 2022-07-29 20:26:47 UTC [more...]

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

[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] bpf: Fix oudated __bpf_skc_lookup() comment
 2022-07-29 19:45 UTC 

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

[PATCH bpf-next 00/14] bpf: net: Remove duplicated codes from bpf_setsockopt()
 2022-07-29 19:06 UTC  (31+ 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 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 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  (4+ messages)

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

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

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

[PATCH bpf-next v5 0/8] bpf: rstat: cgroup hierarchical stats
 2022-07-29 17:36 UTC  (21+ 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] bpf: Do more tight ALU bounds tracking
 2022-07-29 17:11 UTC  (4+ 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  (6+ messages)
` [RFC PATCH bpf-next 10/11] bpf: Introduce PTR_ITER and PTR_ITER_END type flags
` [RFC PATCH bpf-next 11/11] selftests/bpf: Add rbtree map tests

[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 -next] [RFC] block: fix null-deref in percpu_ref_put
 2022-07-29 13:58 UTC  (3+ 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)

[PATCH bpf-next 0/3] Parameterize task iterators
 2022-07-29  9:10 UTC  (18+ messages)
` [PATCH bpf-next 1/3] bpf: "

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)

[PATCH bpf-next v7 00/24] Introduce eBPF support for HID devices
 2022-07-28 15:13 UTC  (16+ messages)
` [PATCH bpf-next v7 12/24] HID: Kconfig: split HID support and hid-core compilation
` [PATCH bpf-next v7 13/24] HID: initial BPF implementation
` [PATCH bpf-next v7 15/24] HID: bpf: allocate data memory for device_event BPF programs
` [PATCH bpf-next v7 17/24] HID: bpf: introduce hid_hw_request()
` [PATCH bpf-next v7 19/24] HID: bpf: allow to change the report descriptor
` [PATCH bpf-next v7 22/24] samples/bpf: add new hid_mouse example
` [PATCH bpf-next v7 23/24] HID: bpf: add Surface Dial example

[PATCH bpf-next] skmsg: Fix wrong last sg check in sk_msg_recvmsg()
 2022-07-28 13:44 UTC 

[PATCH bpf-next] bpf: Fix NULL pointer dereference when registering bpf trampoline
 2022-07-28 13:25 UTC  (4+ messages)

[PATCH v13 00/42] virtio pci support VIRTIO_F_RING_RESET
 2022-07-28  9:42 UTC  (14+ messages)
` [PATCH v13 07/42] virtio_ring: split: stop __vring_new_virtqueue as export symbol
` [PATCH v13 16/42] virtio_ring: split: introduce virtqueue_resize_split()

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

[PATCH bpf-next v1 0/2] Add __ref annotation for kfuncs
 2022-07-28  9:02 UTC  (8+ 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

[syzbot] KASAN: use-after-free Read in __ethtool_get_link_ksettings (2)
 2022-07-28  8:05 UTC 

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

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 v4 0/3] Maintain selftest configuration in-tree
 2022-07-27 15:10 UTC  (2+ messages)

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

[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] "


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