BPF List
 help / color / mirror / Atom feed
 messages from 2024-08-12 16:00:37 to 2024-08-13 21:13:36 UTC [more...]

[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 06/13] memory-provider: dmabuf devmem memory provider
 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 net-next v19 00/13] Device Memory TCP
 2024-08-13 21:13 UTC 

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

[PATCH] bpf: Annotate struct bpf_cand_cache with __counted_by()
 2024-08-13 20:51 UTC  (6+ messages)

[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  (9+ messages)
` [bpf-next v3 2/2] bpf: Add tests for "

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

[RFC bpf-next 0/5] Share user memory to BPF program through task storage map
 2024-08-13 19:35 UTC  (16+ messages)
` [RFC bpf-next 2/5] bpf: Handle BPF_KPTR_USER in verifier
` [RFC bpf-next 3/5] bpf: pin, translate, and unpin __kptr_user from syscalls
` [RFC bpf-next 5/5] selftests/bpf: test __kptr_user on the value of a task storage map

[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  (8+ messages)
` [PATCH bpf-next 1/3] bpf: "
` [PATCH bpf-next 2/3] bpf: mark bpf_cast_to_kern_ctx and bpf_rdonly_cast as KF_NOCSR
` [PATCH bpf-next 3/3] selftests/bpf: check if nocsr pattern is recognized for kfuncs

[RFC PATCH bpf-next 0/6] bpf: Add gen_epilogue and allow kfunc call in pro/epilogue
 2024-08-13 18:49 UTC  (7+ 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

[PATCH v3 00/13] uprobes: RCU-protected hot path optimizations
 2024-08-13 18:15 UTC  (19+ messages)
` [PATCH v3 01/13] uprobes: revamp uprobe refcounting and lifetime management
` [PATCH v3 02/13] uprobes: protected uprobe lifetime with SRCU
` [PATCH v3 03/13] uprobes: get rid of enum uprobe_filter_ctx in uprobe filter callbacks
` [PATCH v3 04/13] uprobes: travers uprobe's consumer list locklessly under SRCU protection
` [PATCH v3 05/13] perf/uprobe: split uprobe_unregister()
` [PATCH v3 06/13] rbtree: provide rb_find_rcu() / rb_find_add_rcu()
` [PATCH v3 07/13] uprobes: perform lockless SRCU-protected uprobes_tree lookup
` [PATCH v3 08/13] uprobes: switch to RCU Tasks Trace flavor for better performance
` [PATCH RFC v3 09/13] uprobes: SRCU-protect uretprobe lifetime (with timeout)
` [PATCH RFC v3 10/13] uprobes: implement SRCU-protected lifetime for single-stepped uprobe
` [PATCH RFC v3 11/13] mm: introduce mmap_lock_speculation_{start|end}
` [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 v2] selftests: fix relative rpath usage
 2024-08-13 16:33 UTC  (3+ messages)

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

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

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

[PATCH tip/perf/core] bpf: fix use-after-free in bpf_uprobe_multi_link_attach()
 2024-08-13 15:25 UTC 

[PATCH net-next v13 00/14] Replace page_frag with page_frag_cache for sk_page_frag()
 2024-08-13 15:11 UTC  (3+ messages)

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  (8+ messages)
` [PATCH iwl-net v2 2/6] ice: protect XDP configuration with a mutex
` [PATCH iwl-net v2 5/6] ice: remove ICE_CFG_BUSY locking from AF_XDP code

[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  (6+ 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_*

[PATCH 6.1 00/86] 6.1.104-rc1 review
 2024-08-13  6:08 UTC  (4+ messages)

[PATCHSET][RFC] struct fd and memory safety
 2024-08-13  3:32 UTC  (15+ messages)
` [PATCH 01/39] memcg_write_event_control(): fix a user-triggerable oops
  ` [PATCH 17/39] bpf: resolve_pseudo_ldimm64(): take handling of a single ldimm64 insn into helper
  ` [PATCH 35/39] convert bpf_token_create()

[PATCH bpf v2 1/2] bpf: Fix a kernel verifier crash in stacksafe()
 2024-08-13  1:30 UTC  (4+ messages)
` [PATCH bpf v2 2/2] selftests/bpf: Add a test to verify previous stacksafe() fix

[PATCH bpf-next v3 0/2] bpf: Fix updating attached freplace prog to prog_array map
 2024-08-12 22:34 UTC  (3+ messages)
` [PATCH bpf-next v3 1/2] "

[PATCH bpf-next v3 0/2] bpf: enable some functions in cgroup programs
 2024-08-12 21:48 UTC  (4+ messages)
` [PATCH bpf-next v3 1/2] bpf: enable generic kfuncs for BPF_CGROUP_* programs

[bpf-next v2 1/2] bpf: Add bpf_copy_from_user_str kfunc
 2024-08-12 21:03 UTC  (3+ messages)

[PATCH bpf-next] libbpf: fix license for btf_relocate.c
 2024-08-12 21:00 UTC  (5+ messages)

[PATCH bpf-next v2] selftests/bpf: Fix arena_atomics selftest failure due to llvm change
 2024-08-12 20:42 UTC  (7+ messages)

[PATCH bpf 1/2] bpf: Fix a kernel verifier crash in stacksafe()
 2024-08-12 20:02 UTC  (14+ messages)

[syzbot] [perf?] KASAN: slab-use-after-free Read in __uprobe_unregister
 2024-08-12 20:00 UTC  (3+ messages)

linux-next: duplicate patch in the bpf-next tree
 2024-08-12 19:48 UTC  (2+ messages)

[PATCH] uprobes: Optimize the allocation of insn_slot for performance
 2024-08-12 17:57 UTC  (9+ messages)

[PATCH bpf-next v7 0/6] monitor network traffic for flaky test cases
 2024-08-12 16:17 UTC  (4+ messages)
` [PATCH bpf-next v7 3/6] selftests/bpf: netns_new() and netns_free() helpers


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