messages from 2022-07-26 16:48:12 to 2022-07-29 10:04:36 UTC [more...]
[PATCH bpf-next 00/14] bpf: net: Remove duplicated codes from bpf_setsockopt()
2022-07-29 10:04 UTC (37+ 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 bpf-next] remove BPF_OBJ_NAME_LEN restriction when looking up bpf program by name
2022-07-29 9:53 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] bpf/verifier: fix control flow issues in __reg64_bound_u32()
2022-07-29 5:49 UTC
[PATCH bpf] bpf: Do more tight ALU bounds tracking
2022-07-29 4:43 UTC (3+ messages)
[PATCH v2] docs: Fix typo in comment
2022-07-29 1:08 UTC (5+ messages)
` "
[PATCH bpf-next v1 0/3] Add skb + xdp dynptrs
2022-07-28 23:39 UTC (12+ 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
[RFC PATCH bpf-next 0/7] bpf: Support struct value argument for trampoline base progs
2022-07-28 23:30 UTC (12+ 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] libbpf: Support PPC in arch_specific_syscall_pfx
2022-07-28 23:20 UTC (2+ messages)
[PATCH] BPF: Fix potential bad pointer dereference in bpf_sys_bpf
2022-07-28 23:16 UTC (4+ messages)
[PATCH bpf-next v5 0/8] bpf: rstat: cgroup hierarchical stats
2022-07-28 22:40 UTC (20+ 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
[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)
[RFC PATCH bpf-next] bpftool: Mark generated skeleton headers as system headers
2022-07-28 18:25 UTC (2+ messages)
[PATCH bpf-next] selftests/bpf: Bump internal send_signal/send_signal_tracepoint timeout
2022-07-28 17:28 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 (34+ messages)
` [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 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 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 32/42] virtio_pci: support VIRTIO_F_RING_RESET
[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
[PATCH v2 bpf-next] libbpf: Add bpf_obj_get_opts()
2022-07-28 7:58 UTC (3+ messages)
[RFC PATCH bpf-next 00/11] bpf: Introduce rbtree map
2022-07-28 7:18 UTC (4+ messages)
` [RFC PATCH bpf-next 11/11] selftests/bpf: Add rbtree map tests
[BUG] kernel NULL pointer dereference in kprobe_int3_handler
2022-07-28 2:22 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)
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 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 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)
[Patch bpf-next] tcp: fix sock skb accounting in tcp_read_skb()
2022-07-26 16:53 UTC (10+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox