public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-07-31 12:39:03 to 2023-08-01 23:18:04 UTC [more...]

bpf_sk_cgroup_id is not available in tracepoints
 2023-08-01 23:17 UTC  (2+ messages)

[PATCH v4 0/9] tracing: Improbe BTF support on probe events
 2023-08-01 23:17 UTC  (16+ messages)
` [PATCH v4 3/9] bpf/btf: Add a function to search a member of a struct/union

[PATCH v4 bpf 0/2] bpf: return proper error codes for lwt redirect
 2023-08-01 22:18 UTC  (18+ 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 net 0/2] bnxt_en: 2 XDP bug fixes
 2023-08-01 22:10 UTC  (4+ 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

[PATCH bpf-next v5 0/2] bpf, xdp: Add tracepoint to xdp attaching failure
 2023-08-01 22:08 UTC  (4+ messages)
` [PATCH bpf-next v5 1/2] "
` [PATCH bpf-next v5 2/2] selftests/bpf: Add testcase for xdp attaching failure tracepoint

[PATCH V3 net-next] net: fec: add XDP_TX feature support
 2023-08-01 21:57 UTC  (4+ messages)

[RESEND] BTF is not generated for gcc-built kernel with the latest pahole
 2023-08-01 21:45 UTC  (11+ messages)
                  ` Fwd: "

[PATCH net v2] udp: Fix __ip{,6}_append_data()'s handling of MSG_SPLICE_PAGES
 2023-08-01 21:17 UTC  (2+ messages)

[PATCH net] udp: Fix __ip_append_data()'s handling of MSG_SPLICE_PAGES
 2023-08-01 21:11 UTC  (5+ messages)

[PATCH bpf-next 0/3] bpf: Support bpf_get_func_ip helper in uprobes
 2023-08-01 20:43 UTC  (8+ messages)
` [PATCH bpf-next 1/3] bpf: Add support for bpf_get_func_ip helper for uprobe program
` [PATCH bpf-next 2/3] selftests/bpf: Add bpf_get_func_ip tests for uprobe on function entry
` [PATCH bpf-next 3/3] selftests/bpf: Add bpf_get_func_ip test for uprobe inside function

[PATCH v1 bpf-next 1/2] [RFC] bpf: Introduce BPF_F_VMA_NEXT flag for bpf_find_vma helper
 2023-08-01 20:41 UTC  (3+ messages)
` [PATCH v1 bpf-next 2/2] selftests/bpf: Add test exercising bpf_find_vma's BPF_F_VMA_NEXT flag

[PATCH v1 bpf-next 0/7] BPF Refcount followups 3: bpf_mem_free_rcu refcounted nodes
 2023-08-01 20:36 UTC  (8+ messages)
` [PATCH v1 bpf-next 1/7] bpf: Ensure kptr_struct_meta is non-NULL for collection insert and refcount_acquire
` [PATCH v1 bpf-next 2/7] bpf: Consider non-owning refs trusted
` [PATCH v1 bpf-next 3/7] bpf: Use bpf_mem_free_rcu when bpf_obj_dropping refcounted nodes
` [PATCH v1 bpf-next 4/7] bpf: Reenable bpf_refcount_acquire
` [PATCH v1 bpf-next 5/7] bpf: Consider non-owning refs to refcounted nodes RCU protected
` [PATCH v1 bpf-next 6/7] [RFC] bpf: Allow bpf_spin_{lock,unlock} in sleepable prog's RCU CS
` [PATCH v1 bpf-next 7/7] selftests/bpf: Add tests for rbtree API interaction in sleepable progs

[PATCH bpf] selftests/bpf: fix static assert compilation issue for test_cls_*.c
 2023-08-01 20:14 UTC  (4+ messages)

[PATCH 0/1] Formalize type notation and function semantics in ISA standard
 2023-08-01 19:49 UTC  (6+ messages)
` [PATCH 1/1] bpf, docs: "
  ` [Bpf] "

[PATCH] netfilter: bpf_link: avoid unused-function warning
 2023-08-01 19:29 UTC  (4+ messages)

[PATCH bpf-next v4] samples/bpf: Fix build out of source tree
 2023-08-01 18:48 UTC  (2+ messages)

[PATCH v3] samples/bpf: Fix build out of source tree
 2023-08-01 18:47 UTC  (4+ messages)

[RFC PATCH v2 00/20] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2023-08-01 18:12 UTC  (20+ messages)
` [RFC PATCH v2 02/20] tracing/filters: Enable filtering a cpumask field by another cpumask
` [RFC PATCH v2 06/20] tracing/filters: Optimise scalar vs cpumask filtering when the user mask is a single CPU
` [RFC PATCH v2 11/20] objtool: Flesh out warning related to pv_ops[] calls

[RFC bpf-next 0/5] Sleepable BPF programs on cgroup {get,set}sockopt
 2023-08-01 18:08 UTC  (7+ messages)
` [RFC bpf-next 1/5] bpf: enable sleepable BPF programs attached to cgroup/{get,set}sockopt

[PATCH bpf-next] tracing: perf_call_bpf: use struct trace_entry in struct syscall_tp_t
 2023-08-01 18:00 UTC  (9+ messages)
` [PATCH bpf-next v2] "
  ` [PATCH bpf-next v3] "

[RFC PATCH bpf-next 0/3] bpf: Add new bpf helper bpf_for_each_cpu
 2023-08-01 17:53 UTC  (5+ messages)
` [RFC PATCH bpf-next 1/3] bpf: Add bpf_for_each_cpu helper
` [RFC PATCH bpf-next 2/3] cgroup, psi: Init root cgroup psi to psi_system
` [RFC PATCH bpf-next 3/3] selftests/bpf: Add selftest for for_each_cpu

[PATCHv5 bpf-next 00/28] bpf: Add multi uprobe link
 2023-08-01 17:51 UTC  (3+ messages)
` [PATCHv5 bpf-next 25/28] selftests/bpf: Add uprobe_multi usdt bench test

[PATCH net-next 0/3] bnxt_en: Add support for page pool
 2023-08-01 17:06 UTC  (11+ messages)
` [PATCH net-next 3/3] bnxt_en: Let the page pool manage the DMA mapping

[PATCH vhost v11 00/10] virtio core prepares for AF_XDP
 2023-08-01 16:17 UTC  (19+ messages)
` [PATCH vhost v11 05/10] virtio_ring: introduce virtqueue_dma_dev()

[PATCH RFC net-next v5 00/14] virtio/vsock: support datagrams
 2023-08-01 16:04 UTC  (16+ messages)
` [PATCH RFC net-next v5 10/14] virtio/vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
` [PATCH RFC net-next v5 11/14] vhost/vsock: implement datagram support
` [PATCH RFC net-next v5 13/14] virtio/vsock: "
        ` [PATCH RFC net-next v5 13/14] virtio/vsock: implement datagram supporty

[PATCH net] bpf: sockmap: Remove preempt_disable in sock_map_sk_acquire
 2023-08-01 15:50 UTC  (6+ messages)

[bug report] bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr
 2023-08-01 15:48 UTC  (4+ messages)

[PATCH bpf-next v3] selftests/bpf: replace fall through comment by fallthrough pseudo-keyword
 2023-08-01 15:40 UTC  (2+ messages)

Endless loop in udp with MSG_SPLICE_READ - Re: [syzbot] [fs?] INFO: task hung in pipe_release (4)
 2023-08-01 14:59 UTC  (16+ messages)
`  "

[PATCH] [v5] bpf: fix bpf_probe_read_kernel prototype mismatch
 2023-08-01 14:41 UTC  (2+ messages)

Fwd: bpf: bpf_probe_read_user_str() returns 0 for empty strings
 2023-08-01 14:33 UTC  (3+ messages)
`  "

[PATCH net-next] udp: Remove unused function declaration udp_bpf_get_proto()
 2023-08-01 14:33 UTC  (2+ messages)

[PATCH V4,net-next] net: mana: Add page pool for RX buffers
 2023-08-01 14:19 UTC  (3+ messages)

[PATCH bpf-next] libbpf: Use local includes inside the library
 2023-08-01 11:40 UTC  (2+ messages)

[RFC PATCH 0/5] mm: Select victim memcg using BPF_OOM_POLICY
 2023-08-01  8:18 UTC  (13+ messages)
    `  "

[PATCH -next v2] selftests/bpf: replace fall through comment by fallthrough pseudo-keyword
 2023-08-01  8:17 UTC  (5+ messages)

[PATCH bpf] bpf, sockmap: Fix bug that strp_done cannot be called
 2023-08-01  6:17 UTC  (4+ messages)

[PATCH -next] selftests/bpf: Use fallthrough pseudo-keyword
 2023-08-01  4:40 UTC  (2+ messages)

[PATCH bpf-next v4 0/2] bpf, xdp: Add tracepoint to xdp attaching failure
 2023-08-01  3:47 UTC  (6+ messages)
` [PATCH bpf-next v4 1/2] "

[PATCH bpf] bpf, sockmap: Fix map type error in sock_map_del_link
 2023-08-01  3:47 UTC  (4+ messages)

[PATCH v1 0/6] Simplify C/C++ compiler flags
 2023-08-01  2:29 UTC  (10+ messages)
` [PATCH v1 4/6] perf build: Disable fewer flex warnings

[PATCH bpf-next 0/2] Remove unused fields in cpumap & devmap
 2023-08-01  1:58 UTC  (2+ messages)

[PATCH] drm/amd/pm: Clean up errors in smu_v13_0_7_ppt.c
 2023-08-01  1:26 UTC 

[PATCH] drm/amd/pm: Clean up errors in smu_v11_0.h
 2023-08-01  1:12 UTC 

(no subject)
 2023-08-01  1:03 UTC  (9+ messages)
` [PATCH bpf-next v4 12/21] xdp: Add checksum hint

[PATCH] netfilter: bpf: Only define get_proto_defrag_hook() if necessary
 2023-08-01  1:00 UTC  (3+ messages)

[RFC bpf-next v7 0/6] bpf: Force to MPTCP
 2023-08-01  0:43 UTC  (2+ messages)

[PATCH bpf-next] kernel/bpf: Fix an array-index-out-of-bounds issue in disasm.c
 2023-08-01  0:40 UTC  (5+ messages)

[PATCH bpf 0/2] Two fixes for cpu-map
 2023-07-31 22:57 UTC  (2+ messages)

[PATCH net-next] tcx: Fix splat during dev unregister
 2023-07-31 21:50 UTC  (2+ messages)

[PATCH net-next] tcp: Remove unused function declarations
 2023-07-31 21:40 UTC  (2+ messages)

[PATCH bpf-next] net: remove duplicate INDIRECT_CALLABLE_DECLARE of udp[6]_ehashfn
 2023-07-31 21:00 UTC  (3+ messages)

GCC and binutils support for BPF V4 instructions
 2023-07-31 18:10 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

[RFC bpf-next v5] bpf: Force to MPTCP
 2023-07-31 13:56 UTC  (7+ messages)

[PATCH bpf] bpf, sockmap: Fix NULL deref in sk_psock_backlog
 2023-07-31 13:45 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox