bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-13 12:21:06 to 2024-08-14 21:31:55 UTC [more...]

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

[RFC PATCH bpf-next 0/6] bpf: Add gen_epilogue and allow kfunc call in pro/epilogue
 2024-08-14 20:56 UTC  (9+ messages)
` [RFC PATCH bpf-next 1/6] bpf: Add gen_epilogue to bpf_verifier_ops
` [RFC PATCH bpf-next 2/6] bpf: Export bpf_base_func_proto
` [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

bpf-next experiment
 2024-08-14 19:32 UTC 

[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] uprobes: Optimize the allocation of insn_slot for performance
 2024-08-14 18:42 UTC  (13+ messages)

[PATCH] tools build: Provide consistent build options for fixdep
 2024-08-14 17:53 UTC  (3+ messages)

[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  (8+ messages)
` [PATCH v5 bpf-next 01/10] lib/buildid: harden "
` [PATCH v5 bpf-next 06/10] lib/buildid: implement sleepable build_id_parse() API

[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 net-next v13 00/14] Replace page_frag with page_frag_cache for sk_page_frag()
 2024-08-14 15:49 UTC  (6+ messages)
` [PATCH net-next v13 04/14] mm: page_frag: add '_va' suffix to page_frag API

[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-next v4 0/2] selftests/bpf: new MPTCP subflow subtest
 2024-08-14 10:04 UTC  (4+ messages)
` [PATCH bpf-next v4 2/2] selftests/bpf: Add mptcp "

[PATCH] net: Don't allow to attach xdp if bond slave device's upper already has a program
 2024-08-14 10:03 UTC  (2+ messages)

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

[PATCH] arm64: insn: Simulate nop and push instruction for better uprobe performance
 2024-08-14  8:03 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)

[bpf-next v4 1/2] bpf: Add bpf_copy_from_user_str kfunc
 2024-08-14  0:45 UTC  (2+ messages)
` [bpf-next v4 2/2] bpf: Add tests for "

[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

[PATCH bpf-next 0/8] BPF follow ups to struct fd refactorings
 2024-08-13 23:03 UTC  (9+ 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, ...)

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: "

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

[bpf-next 0/3] samples/bpf: Remove obsolete tracing-related tests
 2024-08-13 17:39 UTC  (3+ messages)

[PATCH v2] perf/bpf: Don't call bpf_overflow_handler() for tracing events
 2024-08-13 17:30 UTC  (3+ messages)

[PATCH v2] uprobes: make trace_uprobe->nhit counter a per-CPU one
 2024-08-13 17:05 UTC  (5+ messages)

[PATCH v4 0/3] tools build: Incorrect fixdep dependencies
 2024-08-13 16:59 UTC  (5+ messages)
` [PATCH v4 2/3] tools build: Avoid circular .fixdep-in.o.cmd issues

[PATCH RFC bpf-next 00/52] bpf, xdp: introduce and use Generic Hints/metadata
 2024-08-13 16:31 UTC  (11+ messages)
` [PATCH RFC bpf-next 32/52] bpf, cpumap: switch to GRO from netif_receive_skb_list()
      ` [xdp-hints] "

[PATCH net-next v18 00/14] Device Memory TCP
 2024-08-13 15:26 UTC  (23+ messages)
` [PATCH net-next v18 07/14] memory-provider: dmabuf devmem memory provider

New release for pahole
 2024-08-13 14:54 UTC 

[PATCH] perf/bpf: Don't call bpf_overflow_handler() for tracing events
 2024-08-13 13:38 UTC  (12+ messages)

[PATCH iwl-net v2 0/6] ice: fix synchronization between .ndo_bpf() and reset
 2024-08-13 13:36 UTC  (4+ messages)
` [PATCH iwl-net v2 2/6] ice: protect XDP configuration with a mutex

[PATCH bpf-next v5 0/2] bpf: enable some functions in cgroup programs
 2024-08-13 13:28 UTC  (3+ messages)
` [PATCH bpf-next v5 1/2] bpf: enable generic kfuncs for BPF_CGROUP_* programs
` [PATCH bpf-next v5 2/2] bpf: allow bpf_current_task_under_cgroup() with BPF_CGROUP_*

[PATCH] btrfs: update target inode's ctime on unlink
 2024-08-13 13:27 UTC  (5+ messages)

[PATCH v2 0/2] uprobes: Improve scalability by reducing the contention on siglock
 2024-08-13 12:47 UTC  (8+ messages)
` [PATCH v2 1/2] uprobes: Remove redundant spinlock in uprobe_deny_signal()
` [PATCH v2 2/2] uprobes: Remove the spinlock within handle_singlestep()

[PATCH bpf-next v4 0/4] selftests/bpf: convert three other cgroup tests to test_progs
 2024-08-13 12:45 UTC  (5+ messages)
` [PATCH bpf-next v4 1/4] selftests/bpf: convert get_current_cgroup_id_user "
` [PATCH bpf-next v4 2/4] selftests/bpf: convert test_cgroup_storage "
` [PATCH bpf-next v4 3/4] selftests/bpf: add proper section name to bpf prog and rename it
` [PATCH bpf-next v4 4/4] selftests/bpf: convert test_skb_cgroup_id_user to test_progs

[PATCH bpf-next v4 0/2] bpf: enable generic kfuncs for BPF_CGROUP_* programs
 2024-08-13 12:21 UTC  (3+ messages)
` [PATCH bpf-next v4 1/2] "
` [PATCH bpf-next v4 2/2] bpf: allow bpf_current_task_under_cgroup() with BPF_CGROUP_*


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