messages from 2023-07-28 23:18:44 to 2023-07-31 21:36:37 UTC [more...]
[RFC PATCH v2 00/20] context_tracking,x86: Defer some IPIs until a user->kernel transition
2023-07-31 21:36 UTC (29+ messages)
` [RFC PATCH v2 02/20] tracing/filters: Enable filtering a cpumask field by another cpumask
` [RFC PATCH v2 05/20] tracing/filters: Optimise cpumask vs cpumask filtering when user mask is a single CPU
` [RFC PATCH v2 06/20] tracing/filters: Optimise scalar vs cpumask filtering when the "
` [RFC PATCH v2 11/20] objtool: Flesh out warning related to pv_ops[] calls
` [RFC PATCH v2 12/20] objtool: Warn about non __ro_after_init static key usage in .noinstr
` [RFC PATCH v2 13/20] context_tracking: Make context_tracking_key __ro_after_init
[PATCH v4 bpf 0/2] bpf: return proper error codes for lwt redirect
2023-07-31 21:35 UTC (14+ messages)
` [PATCH v4 bpf 1/2] bpf: fix skb_do_redirect return values
` [PATCH v4 bpf 2/2] bpf: selftests: add lwt redirect regression test cases
[PATCH v1 0/6] Simplify C/C++ compiler flags
2023-07-31 21:16 UTC (9+ messages)
` [PATCH v1 4/6] perf build: Disable fewer flex warnings
[PATCH net-next 0/3] bnxt_en: Add support for page pool
2023-07-31 21:11 UTC (13+ messages)
` [PATCH net-next 1/3] bnxt_en: Fix page pool logic for page size >= 64K
` [PATCH net-next 2/3] bnxt_en: Use the unified RX page pool buffers for XDP and non-XDP
` [PATCH net-next 3/3] bnxt_en: Let the page pool manage the DMA mapping
[PATCH bpf-next] net: remove duplicate INDIRECT_CALLABLE_DECLARE of udp[6]_ehashfn
2023-07-31 21:00 UTC (3+ messages)
[bug report] bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr
2023-07-31 20:47 UTC (2+ messages)
[PATCH bpf-next] kernel/bpf: Fix an array-index-out-of-bounds issue in disasm.c
2023-07-31 20:45 UTC
[PATCH bpf-next] tracing: perf_call_bpf: use struct trace_entry in struct syscall_tp_t
2023-07-31 18:20 UTC (5+ messages)
` [PATCH bpf-next v2] "
GCC and binutils support for BPF V4 instructions
2023-07-31 18:10 UTC (13+ messages)
[PATCH v3] samples/bpf: Fix build out of source tree
2023-07-31 17:17 UTC (2+ messages)
(no subject)
2023-07-31 16:43 UTC (8+ messages)
` [PATCH bpf-next v4 12/21] xdp: Add checksum hint
[RFC PATCH 0/5] mm: Select victim memcg using BPF_OOM_POLICY
2023-07-31 16:26 UTC (11+ messages)
[PATCH v3 0/2] Unify uapi bitsperlong.h
2023-07-31 16:04 UTC (11+ messages)
` [PATCH v3 1/2] asm-generic: Unify uapi bitsperlong.h for arm64, riscv and loongarch
[PATCH vhost v11 00/10] virtio core prepares for AF_XDP
2023-07-31 15:46 UTC (15+ messages)
` [PATCH vhost v11 05/10] virtio_ring: introduce virtqueue_dma_dev()
[RESEND] BTF is not generated for gcc-built kernel with the latest pahole
2023-07-31 15:45 UTC (7+ messages)
[PATCH net 0/2] bnxt_en: 2 XDP bug fixes
2023-07-31 14:20 UTC (3+ messages)
` [PATCH net 1/2] bnxt_en: Fix page pool logic for page size >= 64K
` [PATCH net 2/2] bnxt_en: Fix max_mtu setting for multi-buf XDP
[RFC bpf-next v5] bpf: Force to MPTCP
2023-07-31 13:56 UTC (7+ messages)
[syzbot] [fs?] INFO: task hung in pipe_release (4)
2023-07-31 13:34 UTC (11+ messages)
` Endless loop in udp with MSG_SPLICE_READ - "
[PATCH bpf] bpf, sockmap: Fix NULL deref in sk_psock_backlog
2023-07-31 13:45 UTC
[PATCH bpf-next v4 0/2] bpf, xdp: Add tracepoint to xdp attaching failure
2023-07-31 12:38 UTC (5+ messages)
` [PATCH bpf-next v4 1/2] "
` [PATCH bpf-next v4 2/2] selftests/bpf: Add testcase for xdp attaching failure tracepoint
[PATCH v3 bpf-next 0/2] bpf: Fix fill_link_info and add selftest
2023-07-31 11:13 UTC (3+ messages)
` [PATCH v3 bpf-next 1/2] bpf: Fix uninitialized symbol in bpf_perf_link_fill_kprobe()
` [PATCH v3 bpf-next 2/2] selftests/bpf: Add selftest for fill_link_info
[PATCH 2/4] io_uring/cmd: Introduce SOCKET_URING_OP_GETSOCKOPT
2023-07-31 10:13 UTC (6+ messages)
[PATCH bpf 0/2] Two fixes for cpu-map
2023-07-31 10:09 UTC (6+ messages)
` [PATCH bpf 1/2] bpf, cpumap: Make sure kthread is running before map update returns
` [PATCH bpf 2/2] bpf, cpumap: Handle skb as well when clean up ptr_ring
[PATCH net] bpf: sockmap: Remove preempt_disable in sock_map_sk_acquire
2023-07-31 9:16 UTC (2+ messages)
[syzbot] [bpf?] [net?] WARNING: refcount bug in xp_put_pool
2023-07-31 7:57 UTC
[syzbot] [bpf?] UBSAN: array-index-out-of-bounds in print_bpf_insn
2023-07-31 7:57 UTC
[PATCH v4 0/9] tracing: Improbe BTF support on probe events
2023-07-31 7:31 UTC (10+ messages)
` [PATCH v4 1/9] tracing/probes: Support BTF argument on module functions
` [PATCH v4 2/9] bpf/btf: tracing: Move finding func-proto API and getting func-param API to BTF
` [PATCH v4 3/9] bpf/btf: Add a function to search a member of a struct/union
` [PATCH v4 4/9] tracing/probes: Support BTF based data structure field access
` [PATCH v4 5/9] tracing/probes: Support BTF field access from $retval
` [PATCH v4 6/9] tracing/probes: Add string type check with BTF
` [PATCH v4 7/9] tracing/fprobe-event: Assume fprobe is a return event by $retval
` [PATCH v4 8/9] selftests/ftrace: Add BTF fields access testcases
` [PATCH v4 9/9] Documentation: tracing: Update fprobe event example with BTF field
[bug report] selftests/bpf: Verify that the cgroup_skb filters receive expected packets
2023-07-31 7:27 UTC
[PATCH net-next V5 0/3] virtio_net: add per queue interrupt coalescing support
2023-07-31 7:06 UTC (4+ messages)
` [PATCH net-next V5 1/3] virtio_net: extract interrupt coalescing settings to a structure
` [PATCH net-next V5 2/3] virtio_net: support per queue interrupt coalesce command
` [PATCH net-next V5 3/3] virtio_net: enable per queue interrupt coalesce feature
[PATCH net-next] tcp: Remove unused function declarations
2023-07-31 6:32 UTC (3+ messages)
[PATCH net-next V4 0/3] virtio_net: add per queue interrupt coalescing support
2023-07-31 6:25 UTC (8+ messages)
` [PATCH net-next V4 2/3] virtio_net: support per queue interrupt coalesce command
` [PATCH net-next V4 3/3] virtio_net: enable per queue interrupt coalesce feature
[PATCH V3 net-next] net: fec: add XDP_TX feature support
2023-07-31 6:00 UTC
[PATCHv5 bpf-next 00/28] bpf: Add multi uprobe link
2023-07-31 3:33 UTC (33+ messages)
` [PATCHv5 bpf-next 01/28] bpf: Switch BPF_F_KPROBE_MULTI_RETURN macro to enum
` [PATCHv5 bpf-next 02/28] bpf: Add attach_type checks under bpf_prog_attach_check_attach_type
` [PATCHv5 bpf-next 03/28] bpf: Add multi uprobe link
` [PATCHv5 bpf-next 04/28] bpf: Add cookies support for uprobe_multi link
` [PATCHv5 bpf-next 05/28] bpf: Add pid filter "
` [PATCHv5 bpf-next 06/28] bpf: Add bpf_get_func_ip helper support for uprobe link
` [PATCHv5 bpf-next 07/28] libbpf: Add uprobe_multi attach type and link names
` [PATCHv5 bpf-next 08/28] libbpf: Move elf_find_func_offset* functions to elf object
` [PATCHv5 bpf-next 09/28] libbpf: Add elf_open/elf_close functions
` [PATCHv5 bpf-next 10/28] libbpf: Add elf symbol iterator
` [PATCHv5 bpf-next 11/28] libbpf: Add elf_resolve_syms_offsets function
` [PATCHv5 bpf-next 12/28] libbpf: Add elf_resolve_pattern_offsets function
` [PATCHv5 bpf-next 13/28] libbpf: Add bpf_link_create support for multi uprobes
` [PATCHv5 bpf-next 14/28] libbpf: Add bpf_program__attach_uprobe_multi function
` [PATCHv5 bpf-next 15/28] libbpf: Add support for u[ret]probe.multi[.s] program sections
` [PATCHv5 bpf-next 16/28] libbpf: Add uprobe multi link detection
` [PATCHv5 bpf-next 17/28] libbpf: Add uprobe multi link support to bpf_program__attach_usdt
` [PATCHv5 bpf-next 18/28] selftests/bpf: Move get_time_ns to testing_helpers.h
` [PATCHv5 bpf-next 19/28] selftests/bpf: Add uprobe_multi skel test
` [PATCHv5 bpf-next 20/28] selftests/bpf: Add uprobe_multi api test
` [PATCHv5 bpf-next 21/28] selftests/bpf: Add uprobe_multi link test
` [PATCHv5 bpf-next 22/28] selftests/bpf: Add uprobe_multi test program
` [PATCHv5 bpf-next 23/28] selftests/bpf: Add uprobe_multi bench test
` [PATCHv5 bpf-next 24/28] selftests/bpf: Add uprobe_multi usdt test code
` [PATCHv5 bpf-next 25/28] selftests/bpf: Add uprobe_multi usdt bench test
` [PATCHv5 bpf-next 26/28] selftests/bpf: Add uprobe_multi cookie test
` [PATCHv5 bpf-next 27/28] selftests/bpf: Add uprobe_multi pid filter tests
` [PATCHv5 bpf-next 28/28] selftests/bpf: Add extra link to uprobe_multi tests
[PATCH bpf-next v4 0/3] bpf, arm64: use BPF prog pack allocator in BPF JIT
2023-07-30 17:22 UTC (5+ messages)
[PATCH v2] samples/bpf: Fix build out of source tree
2023-07-30 13:19 UTC (3+ messages)
[PATCH net-next] tcx: Fix splat during dev unregister
2023-07-30 9:31 UTC (2+ messages)
[PATCH 0/1] Formalize type notation and function semantics in ISA standard
2023-07-30 3:51 UTC (4+ messages)
` [Bpf] "
` [PATCH 1/1] bpf, docs: "
` [Bpf] "
[PATCH bpf-next] docs/bpf: Fix malformed documentation
2023-07-30 2:00 UTC (3+ messages)
` [Bpf] "
[syzbot] [bpf?] UBSAN: array-index-out-of-bounds in bpf_mprog_detach
2023-07-30 0:48 UTC
[PATCH bpf-next v4 17/21] veth: Implement VLAN tag and checksum XDP hint
2023-07-29 22:13 UTC (2+ messages)
[RFC bpf-next v7 0/6] bpf: Force to MPTCP
2023-07-29 9:57 UTC (7+ messages)
` [RFC bpf-next v7 1/6] net: socket: add update_socket_protocol hook
` [RFC bpf-next v7 2/6] bpf: Register mptcp modret set
` [RFC bpf-next v7 3/6] selftests/bpf: Add mptcpify program
` [RFC bpf-next v7 4/6] selftests/bpf: use random netns name for mptcp
` [RFC bpf-next v7 5/6] selftests/bpf: add two mptcp netns helpers
` [RFC bpf-next v7 6/6] selftests/bpf: Add mptcpify selftest
[Bpf] Review of draft-thaler-bpf-isa-01
2023-07-29 4:52 UTC (25+ messages)
[PATCH bpf-next v6 0/5] Support defragmenting IPv(4|6) packets in BPF
2023-07-29 0:00 UTC (2+ messages)
[PATCH bpf-next v2] docs/bpf: Improve documentation for cpu=v4 instructions
2023-07-29 0:00 UTC (2+ messages)
[PATCH v2] bpf: Add length check for SK_DIAG_BPF_STORAGE_REQ_MAP_FD parsing
2023-07-28 23:57 UTC (3+ messages)
Register encoding in assembly for load/store instructions
2023-07-28 23:25 UTC (12+ 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;
as well as URLs for NNTP newsgroup(s).