bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-22 17:43:44 to 2025-01-24 20:30:03 UTC [more...]

[PATCH v10 bpf-next 0/7] Enable writing xattr from BPF programs
 2025-01-24 20:29 UTC  (6+ messages)
` [PATCH v10 bpf-next 1/7] fs/xattr: bpf: Introduce security.bpf. xattr name prefix
` [PATCH v10 bpf-next 2/7] selftests/bpf: Extend test fs_kfuncs to cover security.bpf. xattr names
` [PATCH v10 bpf-next 3/7] bpf: lsm: Add two more sleepable hooks
` [PATCH v10 bpf-next 4/7] bpf: Extend btf_kfunc_id_set to handle kfunc polymorphism
` [PATCH v10 bpf-next 5/7] bpf: Use btf_kfunc_id_set.remap logic for bpf_dynptr_from_skb

[PATCH bpf v2] bpf: Fix deadlock when freeing cgroup storage
 2025-01-24 20:20 UTC  (3+ messages)

[PATCH bpf v2 0/2] Makefile fixes for samples/{bpf,hid}
 2025-01-24 20:04 UTC  (5+ messages)
` [PATCH bpf v2 1/2] samples/hid: remove unnecessary -I flags from libbpf EXTRA_CFLAGS
` [PATCH bpf v2 2/2] samples/{bpf,hid}: fix broken vmlinux path for VMLINUX_BTF

[PATCH bpf-next] bpf: avoid holding freeze_mutex during mmap operation
 2025-01-24 19:56 UTC 

[PATCH v5 27/32] netfs: Change the read result collector to only use one work item
 2025-01-24 19:54 UTC  (5+ messages)

[PATCH bpf v2 1/2] bpf, test_run: Fix use-after-free issue in eth_skb_pkt_type()
 2025-01-24 19:22 UTC  (9+ messages)
` [PATCH bpf v2 2/2] selftests/bpf: Adjust data size to have ETH_HLEN

[PATCH bpf] bpf: fix classic bpf reads from negative offset outside of linear skb portion
 2025-01-24 18:51 UTC  (7+ messages)

[PATCH bpf-next v3 0/3] Add prog_kfunc feature probe
 2025-01-24 18:48 UTC  (10+ messages)
` [PATCH bpf-next v3 1/3] libbpf: Refactor libbpf_probe_bpf_helper
` [PATCH bpf-next v3 2/3] libbpf: Add libbpf_probe_bpf_kfunc API
` [PATCH bpf-next v3 3/3] selftests/bpf: Add libbpf_probe_bpf_kfunc API selftests

[PATCH bpf v2] selftests/bpf: Fix freplace_link segfault in tailcalls prog test
 2025-01-24 18:40 UTC  (3+ messages)

[bpf-next v3 2/3] bpf: Add bpf_copy_from_user_task_str kfunc
 2025-01-24 18:33 UTC  (2+ messages)
` [bpf-next v3 3/3] selftests/bpf: Add tests for bpf_copy_from_user_task_str

[PATCH 1/2] libbpf: BPF program load type enum
 2025-01-24 18:31 UTC  (3+ messages)
` [PATCH 2/2] libbpf: BPF programs dynamic loading and attaching

[bpf-next v3 1/3] mm: add copy_remote_vm_str
 2025-01-24 18:16 UTC 

[PATCH sched_ext/for-6.14] selftests/sched_ext: Fix enum resolution
 2025-01-24 18:20 UTC  (2+ messages)

[PATCH v5 0/2] uprobes: Improve scalability by reducing the contention on siglock
 2025-01-24 17:38 UTC  (6+ messages)
` [PATCH v5 1/2] uprobes: Remove redundant spinlock in uprobe_deny_signal()
` [PATCH v5 2/2] uprobes: Remove the spinlock within handle_singlestep()

[PATCH] mm,procfs: allow read-only remote mm access under CAP_PERFMON
 2025-01-24 17:31 UTC  (10+ messages)

[PATCH v9 bpf-next 0/7] Enable writing xattr from BPF programs
 2025-01-24 17:22 UTC  (4+ messages)
` [PATCH v9 bpf-next 6/7] bpf: fs/xattr: Add BPF kfuncs to set and remove xattrs

[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-01-24 15:22 UTC  (12+ messages)
` [PATCH v4 25/30] context_tracking,x86: Defer kernel text patching IPIs
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs

[PATCH net] vmxnet3: Fix tx queue race condition with XDP
 2025-01-24 16:45 UTC  (2+ messages)

[PATCH bpf-next v6 0/6] bpf, mm: Introduce try_alloc_pages()
 2025-01-24 16:46 UTC  (13+ messages)
` [PATCH bpf-next v6 1/6] mm, bpf: Introduce try_alloc_pages() for opportunistic page allocation
` [PATCH bpf-next v6 2/6] mm, bpf: Introduce free_pages_nolock()
` [PATCH bpf-next v6 3/6] locking/local_lock: Introduce local_trylock_t and local_trylock_irqsave()
` [PATCH bpf-next v6 4/6] memcg: Use trylock to access memcg stock_lock
` [PATCH bpf-next v6 5/6] mm, bpf: Use memcg in try_alloc_pages()
` [PATCH bpf-next v6 6/6] bpf: Use try_alloc_pages() to allocate pages for bpf needs

[TEST FAILURE] bpf: s390: missed/kprobe_recursion
 2025-01-24 15:41 UTC  (3+ messages)

[PATCH bpf-next v6 0/4] xsk: TX metadata Launch Time support
 2025-01-24 11:45 UTC  (9+ messages)
` [PATCH bpf-next v6 2/4] selftests/bpf: Add launch time request to xdp_hw_metadata
` [PATCH bpf-next v6 4/4] igc: Add launch time support to XDP ZC
          ` [xdp-hints] "

[PATCH bpf-next v2 00/10] selftests/bpf: Migrate test_xdp_redirect_multi.sh to test_progs
 2025-01-24 10:25 UTC  (3+ messages)

Vurnability in libbpf heap buffer attached with solution and Issue link
 2025-01-24  7:55 UTC 

[PATCH bpf-next 1/1]
 2025-01-24  7:13 UTC  (3+ messages)

[POC][RFC][PATCH] bpf: in-kernel bpf relocations on raw elf files
 2025-01-24  7:05 UTC  (7+ messages)
        ` bpf signing. "

[PATCH] bpf: Fix mix-up of 4096 and page size
 2025-01-24  5:14 UTC  (2+ messages)

[RFC PATCH bpf-next 0/7] bpf: BPF internal fine-grained permission management (BPF internal capabilities)
 2025-01-24  4:52 UTC  (3+ messages)
` [RFC PATCH bpf-next 6/7] sched_ext: Make SCX use BPF capabilities

[net-next PATCH v4 3/6] octeontx2-pf: AF_XDP zero copy receive support
 2025-01-24  4:10 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] Add prog_kfunc feature probe
 2025-01-24  3:25 UTC  (7+ messages)
` [PATCH bpf-next v2 1/2] libbpf: Add libbpf_probe_bpf_kfunc API
` [PATCH bpf-next v2 2/2] selftests/bpf: Add libbpf_probe_bpf_kfunc API selftests

[PATCH bpf v2] bpf: remove unnecessary BTF lookups in bpf_sk_storage_tracing_allowed
 2025-01-24  2:00 UTC  (2+ messages)

[PATCH bpf-next/net v2 0/7] bpf: Add mptcp_subflow bpf_iter support
 2025-01-24  1:38 UTC  (7+ messages)
` [PATCH bpf-next/net v2 4/7] bpf: Add mptcp_subflow bpf_iter
` [PATCH bpf-next/net v2 5/7] bpf: Acquire and release mptcp socket
` [PATCH bpf-next/net v2 7/7] selftests/bpf: Add mptcp_subflow bpf_iter subtest

[PATCH v2 0/4] Tracing contention lock owner call stack
 2025-01-24  0:39 UTC  (9+ messages)
` [PATCH v2 1/4] perf lock: Add bpf maps for owner stack tracing
` [PATCH v2 2/4] perf lock: Retrieve owner callstack in bpf program

[PATCH bpf-next v2 00/14] bpf qdisc
 2025-01-24  0:04 UTC  (12+ messages)
` [PATCH bpf-next v2 01/14] bpf: Support getting referenced kptr from struct_ops argument
` [PATCH bpf-next v2 02/14] selftests/bpf: Test referenced kptr arguments of struct_ops programs
` [PATCH bpf-next v2 03/14] bpf: Allow struct_ops prog to return referenced kptr
` [PATCH bpf-next v2 04/14] selftests/bpf: Test returning referenced kptr from struct_ops programs

[PATCH v2 00/17] Support dynamic opening of capstone/llvm remove BUILD_NONDISTRO
 2025-01-23 23:36 UTC  (7+ messages)

[TEST FAILURE] bpf: s390: missed/kprobe_recursion
 2025-01-23 22:44 UTC  (2+ messages)

[PATCH] scx: Fix maximal BPF selftest prog
 2025-01-23 22:26 UTC  (14+ messages)
  ` [PATCH sched_ext/for-6.13-fixes] sched_ext: Fix invalid irq restore in scx_ops_bypass()
            ` [PATCH sched_ext/for-6.13-fixes] sched_ext: Fix dsq_local_on selftest

[PATCH] ipv4, bpf: Introduced to support the ULP to modify sockets during setopt
 2025-01-23 21:14 UTC  (2+ messages)

RX metadata kfuncs cause kernel panic with XDP generic mode
 2025-01-23 20:21 UTC  (7+ messages)

[RFC PATCH bpf-next 1/2] libbpf: Add libbpf_probe_bpf_kfunc API
 2025-01-23 20:11 UTC  (3+ messages)

[PATCH net 0/3] Add native mode XDP support
 2025-01-23 17:25 UTC  (7+ messages)
` [PATCH net 1/3] net: ti: icssg-prueth: Use page_pool API for RX buffer allocation
` [PATCH net 3/3] net: ti: icssg-prueth: Add AF_XDP support

[PATCH bpf v1 0/2] bpf: fix ktls panic and add tests
 2025-01-23 17:15 UTC  (3+ messages)
` [PATCH bpf v1 1/2] bpf: fix ktls panic
` [PATCH bpf v1 2/2] selftests/bpf: add ktls selftest

[PATCH bpf-next v2 0/2] Add prog_kfunc feature probe
 2025-01-23 16:55 UTC 

[GIT PULL] BPF changes for v6.14
 2025-01-23 16:20 UTC  (2+ messages)

[PATCH bpf-next v7 0/6] net/smc: Introduce smc_ops
 2025-01-23 10:15 UTC  (11+ messages)
` [PATCH bpf-next v7 1/6] bpf: export necessary sympols for modules with struct_ops
` [PATCH bpf-next v7 2/6] net/smc: fix UAF on smcsk after smc_listen_out()
` [PATCH bpf-next v7 3/6] net/smc: Introduce generic hook smc_ops
` [PATCH bpf-next v7 4/6] net/smc: bpf: register smc_ops info struct_ops
` [PATCH bpf-next v7 5/6] libbpf: fix error when st-prefix_ops and ops from differ btf
` [PATCH bpf-next v7 6/6] bpf/selftests: add selftest for bpf_smc_ops

[net-next PATCH v4 0/6] Add af_xdp support for cn10k
 2025-01-23  9:17 UTC  (4+ messages)
` [net-next PATCH v4 1/6] octeontx2-pf: Don't unmap page pool buffer
    ` [EXTERNAL] "

[RFC PATCH bpf-next 0/2] Add prog_kfunc feature probe
 2025-01-23  3:06 UTC  (4+ messages)
` [RFC PATCH bpf-next 1/2] libbpf: Add libbpf_probe_bpf_kfunc API

[PATCH bpf-next 0/5] BTF: arbitrary __attribute__ encoding
 2025-01-23  2:45 UTC  (16+ messages)
` [PATCH bpf-next 1/5] libbpf: introduce kflag for type_tags and decl_tags in BTF
` [PATCH bpf-next 3/5] selftests/bpf: add a btf_dump test for type_tags
` [PATCH bpf-next 4/5] bpf: allow kind_flag for BTF type and decl tags

[PATCH bpf-next 0/3] bpf: Omit inlined bounds checks for null elided map lookups
 2025-01-23  0:33 UTC  (8+ messages)
` [PATCH bpf-next 1/3] bpf: verifier: Store null elision decision in insn_aux_data
` [PATCH bpf-next 2/3] bpf: map: Thread null elision metadata to map_gen_lookup
` [PATCH bpf-next 3/3] bpf: arraymap: Skip boundscheck during inlining when possible

[PATCH bpf-next v8 0/5] bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc
 2025-01-22 23:04 UTC  (6+ messages)
` [PATCH bpf-next v8 1/5] bpf: Introduce task_file open-coded iterator kfuncs
` [PATCH bpf-next v8 2/5] selftests/bpf: Add tests for open-coded style process file iterator
` [PATCH bpf-next v8 3/5] bpf: Add bpf_fget_task() kfunc
` [PATCH bpf-next v8 4/5] bpf: Make fs kfuncs available for SYSCALL program type
` [PATCH bpf-next v8 5/5] selftests/bpf: Add tests for bpf_fget_task() kfunc

[PATCH bpf-next v7 0/5] bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc
 2025-01-22 21:20 UTC  (6+ messages)
` [PATCH bpf-next v7 4/5] bpf: Make fs kfuncs available for SYSCALL program type

[RFC bpf-next v1 0/7] bpf: improvements for iterator-based loops convergence
 2025-01-22 19:45 UTC  (3+ messages)
` [RFC bpf-next v1 5/7] bpf: DFA-based liveness analysis for program registers

[GIT PULL] Networking for v6.14
 2025-01-22 19:06 UTC  (2+ messages)

[PATCH bpf-next] kbuild, bpf: Enable reproducible BTF generation
 2025-01-22 18:51 UTC  (2+ messages)

[PATCH v3 00/18] Support dynamic opening of capstone/llvm remove BUILD_NONDISTRO
 2025-01-22 17:43 UTC  (6+ messages)
` [PATCH v3 14/18] perf build: Remove libiberty support
` [PATCH v3 15/18] perf build: Remove unused defines
` [PATCH v3 16/18] perf disasm: Remove disasm_bpf
` [PATCH v3 17/18] perf disasm: Make ins__scnprintf and ins__is_nop static
` [PATCH v3 18/18] perf srcline: Fallback between addr2line implementations


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