public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-13 18:50:05 to 2024-08-15 14:56:42 UTC [more...]

[PATCH v8 00/11] PCI: imx6: Fix\rename\clean up and add lut information for imx95
 2024-08-15 14:56 UTC  (4+ messages)

[PATCH] bpf: Fix bpf_get/setsockopt to tos not take effect when TCP over IPv4 via INET6 API
 2024-08-15 14:53 UTC  (4+ messages)

[PATCH] samples/bpf: fix compilation errors with cf-protection option
 2024-08-15 13:55 UTC 

[PATCH v3 00/13] uprobes: RCU-protected hot path optimizations
 2024-08-15 13:44 UTC  (6+ messages)
` [PATCH RFC v3 13/13] uprobes: add speculative lockless VMA to inode resolution

[PATCH bpf-next v5 2/2] bpf: allow bpf_current_task_under_cgroup() with BPF_CGROUP_*
 2024-08-15 13:01 UTC  (2+ messages)

bpf-next experiment
 2024-08-15 13:01 UTC  (4+ messages)

NULL pointer deref when running BPF monitor program (6.11.0-rc1)
 2024-08-15 12:37 UTC  (9+ messages)

[PATCH] net: Don't allow to attach xdp if bond slave device's upper already has a program
 2024-08-15 12:36 UTC  (4+ messages)

[bpf-next v5 1/2] bpf: Add bpf_copy_from_user_str kfunc
 2024-08-15 11:27 UTC  (2+ messages)
` [bpf-next v5 2/2] bpf: Add tests for "

[PATCH v2] tools build: Provide consistent build options for fixdep
 2024-08-15 11:06 UTC  (2+ messages)

[Patch net] vsock: fix recursive ->recvmsg calls
 2024-08-15 10:20 UTC  (2+ messages)

[PATCH] arm64: insn: Simulate nop and push instruction for better uprobe performance
 2024-08-15  9:58 UTC  (2+ messages)

[PATCH bpf-next v4 0/4] selftests/bpf: convert three other cgroup tests to test_progs
 2024-08-15  8:17 UTC  (5+ messages)
` [PATCH bpf-next v4 4/4] selftests/bpf: convert test_skb_cgroup_id_user "

[PATCHv2 net 0/2] selftests: Fix udpgro failures
 2024-08-15  7:59 UTC  (3+ messages)
` [PATCHv2 net 1/2] selftests: udpgro: report error when receive failed
` [PATCHv2 net 2/2] selftests: udpgro: no need to load xdp for gro

[PATCH] uprobes: Optimize the allocation of insn_slot for performance
 2024-08-15  7:59 UTC  (15+ messages)

[PATCH] tools build: Provide consistent build options for fixdep
 2024-08-15  7:03 UTC  (4+ messages)

[PATCH bpf-next v8 0/6] monitor network traffic for flaky test cases
 2024-08-15  5:32 UTC  (7+ messages)
` [PATCH bpf-next v8 1/6] selftests/bpf: Add traffic monitor functions
` [PATCH bpf-next v8 2/6] selftests/bpf: Add the traffic monitor option to test_progs
` [PATCH bpf-next v8 3/6] selftests/bpf: netns_new() and netns_free() helpers
` [PATCH bpf-next v8 4/6] selftests/bpf: Monitor traffic for tc_redirect
` [PATCH bpf-next v8 5/6] selftests/bpf: Monitor traffic for sockmap_listen
` [PATCH bpf-next v8 6/6] selftests/bpf: Monitor traffic for select_reuseport

[bpf-next v4 1/2] bpf: Add bpf_copy_from_user_str kfunc
 2024-08-15  3:47 UTC  (4+ messages)
` [bpf-next v4 2/2] bpf: Add tests for "

[PATCH net-next v13 00/14] Replace page_frag with page_frag_cache for sk_page_frag()
 2024-08-15  2:59 UTC  (9+ messages)
` [PATCH net-next v13 04/14] mm: page_frag: add '_va' suffix to page_frag API
` [PATCH net-next v13 12/14] net: replace page_frag with page_frag_cache

[PATCH v3 0/2] uprobes: Improve scalability by reducing the contention on siglock
 2024-08-15  1:46 UTC  (3+ messages)
` [PATCH v3 1/2] uprobes: Remove redundant spinlock in uprobe_deny_signal()
` [PATCH v3 2/2] uprobes: Remove the spinlock within handle_singlestep()

[syzbot] [bpf?] KASAN: slab-use-after-free Read in htab_map_alloc (2)
 2024-08-15  1:21 UTC  (2+ messages)
` [syzbot] "

[PATCH bpf-next 0/2] allow calling kfuncs in normal tracepoint programs
 2024-08-15  0:10 UTC  (4+ messages)
` [PATCH bpf-next 1/2] bpf/selftests: coverage for calling kfuncs within tracepoint
` [PATCH bpf-next 2/2] bpf: allow kfuncs within normal tracepoint programs

[PATCH bpf-next 0/8] BPF follow ups to struct fd refactorings
 2024-08-14 23:17 UTC  (11+ messages)
` [PATCH bpf-next 1/8] bpf: convert __bpf_prog_get() to CLASS(fd, ...)
` [PATCH bpf-next 2/8] bpf: switch fdget_raw() uses to CLASS(fd_raw, ...)
` [PATCH bpf-next 3/8] bpf: factor out fetching bpf_map from FD and adding it to used_maps list
` [PATCH bpf-next 4/8] bpf: switch maps to CLASS(fd, ...)
` [PATCH bpf-next 5/8] bpf: trivial conversions for fdget()
` [PATCH bpf-next 6/8] bpf: more trivial fdget() conversions
` [PATCH bpf-next 7/8] security,bpf: constify struct path in bpf_token_create() LSM hook
` [PATCH bpf-next 8/8] bpf: convert bpf_token_create() to CLASS(fd, ...)

[PATCH bpf-next v4 0/2] selftests/bpf: new MPTCP subflow subtest
 2024-08-14 22:37 UTC  (6+ messages)
` [PATCH bpf-next v4 2/2] selftests/bpf: Add mptcp "

[net-next v4 0/5] net: stmmac: Add PCI driver support for BCM8958x
 2024-08-14 22:18 UTC  (6+ messages)
` [net-next v4 1/5] net: stmmac: Add HDMA mapping for dw25gmac support
` [net-next v4 2/5] net: stmmac: Add basic dw25gmac support to stmmac core
` [net-next v4 3/5] net: stmmac: Integrate dw25gmac into stmmac hwif handling
` [net-next v4 4/5] net: stmmac: Add PCI driver support for BCM8958x
` [net-next v4 5/5] net: stmmac: Add BCM8958x driver to build system

[RFC PATCH bpf-next 0/6] bpf: Add gen_epilogue and allow kfunc call in pro/epilogue
 2024-08-14 22:17 UTC  (9+ messages)
` [RFC PATCH bpf-next 1/6] bpf: Add gen_epilogue to bpf_verifier_ops
` [RFC PATCH bpf-next 3/6] selftests/test: test gen_prologue and gen_epilogue
` [RFC PATCH bpf-next 4/6] bpf: Add module parameter to "
` [RFC PATCH bpf-next 5/6] bpf: Allow pro/epilogue to call kfunc
` [RFC PATCH bpf-next 6/6] selftests/bpf: Add kfunc call test in gen_prologue and gen_epilogue

[PATCH v6 bpf-next 00/10] Harden and extend ELF build ID parsing logic
 2024-08-14 18:54 UTC  (11+ messages)
` [PATCH v6 bpf-next 01/10] lib/buildid: harden "
` [PATCH v6 bpf-next 02/10] lib/buildid: add single folio-based file reader abstraction
` [PATCH v6 bpf-next 03/10] lib/buildid: take into account e_phoff when fetching program headers
` [PATCH v6 bpf-next 04/10] lib/buildid: remove single-page limit for PHDR search
` [PATCH v6 bpf-next 05/10] lib/buildid: rename build_id_parse() into build_id_parse_nofault()
` [PATCH v6 bpf-next 06/10] lib/buildid: implement sleepable build_id_parse() API
` [PATCH v6 bpf-next 07/10] lib/buildid: don't limit .note.gnu.build-id to the first page in ELF
` [PATCH v6 bpf-next 08/10] bpf: decouple stack_map_get_build_id_offset() from perf_callchain_entry
` [PATCH v6 bpf-next 09/10] bpf: wire up sleepable bpf_get_stack() and bpf_get_task_stack() helpers
` [PATCH v6 bpf-next 10/10] selftests/bpf: add build ID tests

[PATCH net-next v19 00/13] Device Memory TCP
 2024-08-14 17:30 UTC  (2+ messages)

[PATCH v5 bpf-next 00/10] Harden and extend ELF build ID parsing logic
 2024-08-14 17:06 UTC  (6+ messages)
` [PATCH v5 bpf-next 01/10] lib/buildid: harden "

[PATCH v2 1/2] perf bpf-filter: Support multiple events properly
 2024-08-14 16:51 UTC  (4+ messages)
` [PATCH v2 2/2] perf tools: Print lost samples due to BPF filter

[GIT PULL] bpf for v6.11-rc4
 2024-08-14 16:40 UTC  (3+ messages)

[PATCH net-next v19 06/13] memory-provider: dmabuf devmem memory provider
 2024-08-14 16:32 UTC  (4+ messages)

[PATCH bpf-next v2 0/6] selftests/bpf: Various sockmap-related fixes
 2024-08-14 16:20 UTC  (8+ messages)
        ` [PATCH 1/3] selftests/bpf: Support AF_UNIX SOCK_DGRAM socket pair creation
        ` [PATCH 2/3] selftests/bpf: Allow setting BPF_F_INGRESS in prog_msg_verdict()
        ` [PATCH 3/3] selftests/bpf: Add selftest for sockmap/hashmap redirection

[PATCH] bpf: Annotate struct bpf_cand_cache with __counted_by()
 2024-08-14 15:46 UTC  (7+ messages)

linux-next: build failure after merge of the bpf-next tree
 2024-08-14 14:50 UTC  (4+ messages)

[PATCH net 0/2] selftests: Fix udpgro failures
 2024-08-14 14:20 UTC  (8+ messages)
` [PATCH net 1/2] selftests: udpgro: report error when receive failed
` [PATCH net 2/2] selftests: udpgro: no need to load xdp for gro

[PATCH net-next 0/4][pull request] igb: Add support for AF_XDP zero-copy
 2024-08-14 12:51 UTC  (12+ messages)
` [PATCH net-next 3/4] igb: add AF_XDP zero-copy Rx support
` [PATCH net-next 4/4] igb: add AF_XDP zero-copy Tx support

[syzbot] Monthly bpf report (Aug 2024)
 2024-08-14 12:43 UTC 

[PATCH v2] selftests: fix relative rpath usage
 2024-08-14 12:25 UTC  (5+ messages)

[PATCH] bpf: cg_skb add get classid helper
 2024-08-14  9:50 UTC 

[PATCH tip/perf/core] bpf: fix use-after-free in bpf_uprobe_multi_link_attach()
 2024-08-14  7:05 UTC  (2+ messages)

[RFC bpf-next v3 0/7] Share user memory to BPF program through task storage map
 2024-08-14  3:30 UTC  (8+ messages)
` [RFC bpf-next v3 1/7] bpf: define BPF_UPTR a new enumerator of btf_field_type
` [RFC bpf-next v3 2/7] bpf: Parse and support "uptr" tag
` [RFC bpf-next v3 3/7] bpf: Handle BPF_UPTR in verifier
` [RFC bpf-next v3 4/7] bpf: add helper functions of pinning and converting BPF_UPTR
` [RFC bpf-next v3 5/7] bpf: pin, translate, and unpin __uptr from syscalls
` [RFC bpf-next v3 6/7] libbpf: define __uptr
` [RFC bpf-next v3 7/7] selftests/bpf: test __uptr on the value of a task storage map

[PATCH] tools build: Respect HOSTCFLAGS in 'fixdep' compilation
 2024-08-14  3:03 UTC 

[PATCH v6 0/9] Improve the copy of task comm
 2024-08-14  2:34 UTC  (5+ messages)
` [PATCH v6 7/9] tracing: Replace strncpy() with strscpy()

linux-next: manual merge of the bpf-next tree with the vfs-brauner tree
 2024-08-14  1:48 UTC  (2+ messages)

linux-next: build failure after merge of the bpf-next tree
 2024-08-14  1:18 UTC 

[PATCH bpf-next] selftests/bpf: Avoid subtraction after htons() in ipip tests
 2024-08-14  1:15 UTC  (3+ messages)

[PATCH] perf bpf-filter: Support multiple events properly
 2024-08-13 23:33 UTC  (6+ messages)

[RFC bpf-next 0/5] Share user memory to BPF program through task storage map
 2024-08-13 23:13 UTC  (6+ messages)
` [RFC bpf-next 2/5] bpf: Handle BPF_KPTR_USER in verifier

linux-next: Signed-off-by missing for commit in the bpf-next tree
 2024-08-13 22:57 UTC  (2+ messages)

[PATCH bpf-next 0/4] __jited_x86 test tag to check x86 assembly after jit
 2024-08-13 22:01 UTC  (4+ messages)
` [PATCH bpf-next 2/4] selftests/bpf: utility function to get program disassembly "

[PATCH v4 bpf-next 0/5] Support bpf_kptr_xchg into local kptr
 2024-08-13 21:24 UTC  (6+ messages)
` [PATCH v4 bpf-next 1/5] bpf: Let callers of btf_parse_kptr() track life cycle of prog btf
` [PATCH v4 bpf-next 2/5] bpf: Search for kptrs in prog BTF structs
` [PATCH v4 bpf-next 3/5] bpf: Rename ARG_PTR_TO_KPTR -> ARG_KPTR_XCHG_DEST
` [PATCH v4 bpf-next 4/5] bpf: Support bpf_kptr_xchg into local kptr
` [PATCH v4 bpf-next 5/5] selftests/bpf: Test bpf_kptr_xchg stashing "

[PATCH net-next v19 13/13] netdev: add dmabuf introspection
 2024-08-13 21:13 UTC 

[PATCH net-next v19 12/13] selftests: add ncdevmem, netcat for devmem TCP
 2024-08-13 21:13 UTC 

[PATCH net-next v19 11/13] net: add devmem TCP documentation
 2024-08-13 21:13 UTC 

[PATCH net-next v19 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
 2024-08-13 21:13 UTC 

[PATCH net-next v19 09/13] tcp: RX path for devmem TCP
 2024-08-13 21:13 UTC 

[PATCH net-next v19 08/13] net: add support for skbs with unreadable frags
 2024-08-13 21:13 UTC 

[PATCH net-next v19 07/13] net: support non paged skb frags
 2024-08-13 21:13 UTC 

[PATCH net-next v19 05/13] page_pool: devmem support
 2024-08-13 21:13 UTC 

[PATCH net-next v19 04/13] netdev: netdevice devmem allocator
 2024-08-13 21:13 UTC 

[PATCH net-next v19 03/13] netdev: support binding dma-buf to netdevice
 2024-08-13 21:13 UTC 

[PATCH net-next v19 02/13] net: netdev netlink api to bind dma-buf to a net device
 2024-08-13 21:13 UTC 

[PATCH net-next v19 01/13] netdev: add netdev_rx_queue_restart()
 2024-08-13 21:13 UTC 

[PATCH v3] uprobes: turn trace_uprobe's nhit counter to be per-CPU one
 2024-08-13 20:34 UTC 

[bpf-next v3 1/2] bpf: Add bpf_copy_from_user_str kfunc
 2024-08-13 20:18 UTC  (8+ messages)

[PATCH v4] libbpf: workaround -Wmaybe-uninitialized false positive
 2024-08-13 19:49 UTC 

[PATCH v3] libbpf: workaround -Wmaybe-uninitialized false positive
 2024-08-13 19:38 UTC  (4+ messages)

[PATCH v2] bpf: Fix percpu address space issues
 2024-08-13 19:32 UTC  (3+ messages)

[PATCH bpf-next 0/3] support nocsr patterns for calls to kfuncs
 2024-08-13 18:57 UTC  (6+ messages)
` [PATCH bpf-next 1/3] bpf: "


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