public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-05 03:50:22 to 2024-11-07 03:42:09 UTC [more...]

[Patch bpf 1/2] bpf: check negative offsets in __bpf_skb_min_len()
 2024-11-07  3:41 UTC 

[PATCH net-next v3 00/14] net-timestamp: bpf extension to equip applications transparently
 2024-11-07  3:31 UTC  (27+ messages)
` [PATCH net-next v3 02/14] net-timestamp: allow two features to work parallelly

[PATCH bpf-next v10 0/7] bpf: Support private stack for bpf progs
 2024-11-07  2:42 UTC  (8+ messages)
` [PATCH bpf-next v10 1/7] bpf: Find eligible subprogs for private stack support
` [PATCH bpf-next v10 2/7] bpf: Enable private stack for eligible subprogs
` [PATCH bpf-next v10 3/7] bpf, x86: Avoid repeated usage of bpf_prog->aux->stack_depth
` [PATCH bpf-next v10 4/7] bpf, x86: Support private stack in jit
` [PATCH bpf-next v10 5/7] selftests/bpf: Add tracing prog private stack tests
` [PATCH bpf-next v10 6/7] bpf: Support private stack for struct_ops progs
` [PATCH bpf-next v10 7/7] selftests/bpf: Add struct_ops prog private stack tests

[PATCH 0/2] Check the types of iter arguments
 2024-11-07  1:14 UTC  (4+ messages)
` [PATCH 1/2] bpf: Check if iter args are stack pointers
` [PATCH 2/2] selftests/bpf: Add a test for the type checking of iter args

[PATCH bpf-next v3 0/4] bpf/crib: Add open-coded style process file iterator and file related CRIB kfuncs
 2024-11-07  1:09 UTC  (15+ messages)
` [PATCH bpf-next v3 1/4] bpf/crib: Introduce task_file open-coded iterator kfuncs
` [PATCH bpf-next v3 2/4] selftests/bpf: Add tests for open-coded style process file iterator
` [PATCH bpf-next v3 3/4] bpf/crib: Add struct file related CRIB kfuncs
` [PATCH bpf-next v3 4/4] selftests/bpf: Add tests for "

[PATCH bpf-next v2] libbpf: stringify error codes in warning messages
 2024-11-07  0:39 UTC  (2+ messages)

[PATCH v2 bpf-next 0/8] Fixes to bpf_msg_push/pop_data and test_sockmap
 2024-11-07  0:30 UTC  (10+ messages)
` [PATCH v2 bpf-next 1/8] selftests/bpf: Add txmsg_pass to pull/push/pop in test_sockmap
` [PATCH v2 bpf-next 2/8] selftests/bpf: Fix SENDPAGE data logic "
` [PATCH v2 bpf-next 3/8] selftests/bpf: Fix total_bytes in msg_loop_rx "
` [PATCH v2 bpf-next 4/8] selftests/bpf: Add push/pop checking for msg_verify_data "
` [PATCH v2 bpf-next 5/8] selftests/bpf: Add more tests for test_txmsg_push_pop "
` [PATCH v2 bpf-next 6/8] bpf, sockmap: Several fixes to bpf_msg_push_data
` [PATCH v2 bpf-next 7/8] bpf, sockmap: Several fixes to bpf_msg_pop_data
` [PATCH v2 bpf-next 8/8] bpf, sockmap: Fix sk_msg_reset_curr

[PATCH bpf-next] selftests/bpf: Fix uprobe consumer test (again)
 2024-11-07  0:26 UTC  (2+ messages)

[PATCH v3 dwarves 4/5] btf_encoder: store a list of elf_function per function name
 2024-11-06 23:28 UTC  (2+ messages)

[PATCH bpf-next v3 0/3] Handle possible NULL trusted raw_tp arguments
 2024-11-06 22:58 UTC  (4+ messages)
` [PATCH bpf-next v3 1/3] bpf: Mark raw_tp arguments with PTR_MAYBE_NULL

[RFC bpf-next fanotify 0/5] Fanotify fastpath handler
 2024-11-06 22:10 UTC  (8+ messages)
` [RFC bpf-next fanotify 2/5] samples/fanotify: Add a sample fanotify "

[PATCH bpf-next 1/2] selftests/bpf: remove test_skb_cgroup_id.sh from TEST_PROGS
 2024-11-06 22:06 UTC  (4+ messages)

[PATCH bpf-next 1/2] libbpf: Add missing per-arch include path
 2024-11-06 22:04 UTC  (5+ messages)

[PATCH 1/2] bpf: Introduce cpu affinity for sockmap
 2024-11-06 21:43 UTC  (5+ messages)

[PATCH bpf-next v2 0/4] bpf/crib: Add open-coded style process file iterator and file related CRIB kfuncs
 2024-11-06 21:05 UTC  (10+ messages)
` [PATCH bpf-next v2 1/4] bpf/crib: Introduce task_file open-coded iterator kfuncs
` [PATCH bpf-next v2 3/4] bpf/crib: Add struct file related CRIB kfuncs

[PATCH bpf-next v3 0/3] selftests/bpf: Improve building with extra
 2024-11-06 20:40 UTC  (6+ messages)
` [PATCH bpf-next v3 1/3] selftests/bpf: Allow building with extra flags

[PATCH bpf-next v1 0/2] Handle possible NULL trusted raw_tp arguments
 2024-11-06 20:17 UTC  (9+ messages)
` [PATCH bpf-next v1 1/2] bpf: Mark raw_tp arguments with PTR_MAYBE_NULL

[PATCHv2 net-next] net: sfc: use ethtool string helpers
 2024-11-06 20:14 UTC  (2+ messages)

[PATCH] bpf: smp_wmb before bpf_ringbuf really commit
 2024-11-06 20:02 UTC  (5+ messages)

[PATCH] arm64: uprobes: Simulate STP for pushing fp/lr into user stack
 2024-11-06 19:45 UTC  (5+ messages)

[PATCH 0/4] perf lock contention: Symbolize locks using slab cache names (v1)
 2024-11-06 19:36 UTC  (8+ messages)
` [PATCH 1/4] perf lock contention: Add and use LCB_F_TYPE_MASK
` [PATCH 2/4] perf lock contention: Run BPF slab cache iterator
` [PATCH 3/4] perf lock contention: Resolve slab object name using BPF
` [PATCH 4/4] perf lock contention: Handle slab objects in -L/--lock-filter option

[PATCH] tools: Override makefile ARCH variable if defined, but empty
 2024-11-06 19:32 UTC 

[PATCH v2 bpf-next 0/8] Fixes to bpf_msg_push/pop_data and test_sockmap
 2024-11-06 19:31 UTC  (2+ messages)

[PATCH v3 bpf] bpf: Add sk_is_inet and IS_ICSK check in tls_sw_has_ctx_tx/rx
 2024-11-06 19:20 UTC  (3+ messages)

[PATCH v2] uprobes: Improve the usage of xol slots for better scalability
 2024-11-06 16:27 UTC  (3+ messages)

[PATCH v5 0/8] uprobes: RCU-protected hot path optimizations
 2024-11-06 16:25 UTC  (4+ messages)
` [PATCH v5 4/8] uprobes: travers uprobe's consumer list locklessly under SRCU protection

The state of uprobes work and logistics
 2024-11-06 16:15 UTC  (6+ messages)

[REGRESSION] module BTF validation failure (Error -22) on next
 2024-11-06 16:08 UTC 

[PATCH bpf-next v9 00/10] bpf: Support private stack for bpf progs
 2024-11-06 15:44 UTC  (32+ messages)
` [PATCH bpf-next v9 02/10] bpf: Return false for bpf_prog_check_recur() default case
` [PATCH bpf-next v9 04/10] bpf: Check potential private stack recursion for progs with async callback
` [PATCH bpf-next v9 05/10] bpf: Allocate private stack for eligible main prog or subprogs

[PATCH bpf-next v3 0/2] Zero overhead PROBE_MEM
 2024-11-06 15:21 UTC  (5+ messages)
` [PATCH bpf-next v3 2/2] bpf, x86: Skip bounds checking for PROBE_MEM with SMAP

[PATCH 5/8] doc: Remove kernel-parameters.txt entry for rcutorture.read_exit
 2024-11-06 14:59 UTC 

[PATCH v4 net-next 0/4] Fix passing 0 to ERR_PTR in intel ether drivers
 2024-11-06 13:22 UTC  (3+ messages)
` [PATCH v4 net-next 1/4] igc: Fix passing 0 to ERR_PTR in igc_xdp_run_prog()
  ` [Intel-wired-lan] "

[PATCH RESEND net-next v4 0/9] net: ip: add drop reasons to input route
 2024-11-06 11:59 UTC  (10+ messages)
` [PATCH RESEND net-next v4 6/9] net: ip: make ip_route_input_noref() return drop reasons
` [PATCH RESEND net-next v4 8/9] net: ip: make ip_mkroute_input/__mkroute_input "
` [PATCH RESEND net-next v4 9/9] net: ip: make ip_route_use_hint() "

Fix build ID parsing logic in stable trees
 2024-11-06 11:57 UTC  (5+ messages)

[PATCH bpf-next 0/3] Fix lockdep warning for htab of map
 2024-11-06 10:05 UTC  (8+ messages)
` [PATCH bpf-next 1/3] bpf: Call free_htab_elem() after htab_unlock_bucket()
` [PATCH bpf-next 2/3] selftests/bpf: Move ENOTSUPP from bpf_util.h
` [PATCH bpf-next 3/3] selftests/bpf: Test the update operations for htab of maps

[PATCH bpf v2 0/2] bpf: enhance validation of pointer formatting
 2024-11-06  8:42 UTC  (5+ messages)
` [PATCH bpf v2 1/2] bpf: fix %p% runtime check in bpf_bprintf_prepare

[PATCH net-next v2 00/13] virtio-net: support AF_XDP zero copy (tx)
 2024-11-06  7:42 UTC  (18+ messages)
` [PATCH net-next v2 02/13] virtio_ring: split: record extras for indirect buffers
` [PATCH net-next v2 04/13] virtio_ring: perform premapped operations based on per-buffer
` [PATCH net-next v2 05/13] virtio_ring: introduce add api for premapped
` [PATCH net-next v2 06/13] virtio-net: rq submits premapped per-buffer
` [PATCH net-next v2 07/13] virtio_ring: remove API virtqueue_set_dma_premapped

[syzbot] [bpf?] possible deadlock in work_grab_pending (2)
 2024-11-06  7:14 UTC 

FAILED: Patch "cgroup/bpf: use a dedicated workqueue for cgroup bpf destruction" failed to apply to v5.4-stable tree
 2024-11-06  2:13 UTC 

FAILED: Patch "mm/page_alloc: let GFP_ATOMIC order-0 allocs access highatomic reserves" failed to apply to v5.10-stable tree
 2024-11-06  2:12 UTC 

FAILED: Patch "cgroup/bpf: use a dedicated workqueue for cgroup bpf destruction" failed to apply to v5.10-stable tree
 2024-11-06  2:12 UTC 

FAILED: Patch "cgroup/bpf: use a dedicated workqueue for cgroup bpf destruction" failed to apply to v5.15-stable tree
 2024-11-06  2:11 UTC 

[PATCH v4 0/2] uprobes: Improve scalability by reducing the contention on siglock
 2024-11-06  2:07 UTC  (2+ messages)

[PATCH v4 tip/perf/core 0/4] uprobes,mm: speculative lockless VMA-to-uprobe lookup
 2024-11-06  2:01 UTC  (2+ messages)

[PATCH bpf-next/net v3] selftests/bpf: Drop netns helpers in mptcp
 2024-11-06  0:30 UTC  (2+ messages)

[PATCH v2 bpf] bpf: Add sk_is_inet and IS_ICSK check in tls_sw_has_ctx_tx/rx
 2024-11-06  0:27 UTC  (5+ messages)
  ` [External] "

[PATCH net-next] net: sfc: use ethtool string helpers
 2024-11-05 23:20 UTC  (3+ messages)

[PATCH] kbuild,bpf: pass make jobs' value to pahole
 2024-11-05 23:07 UTC  (5+ messages)

[PATCH bpf] selftests/bpf: Use -4095 as the bad address for bits iterator
 2024-11-05 22:10 UTC  (4+ messages)

[PATCH v2 bpf-next 0/2] drm, bpf: User drm_mm in bpf
 2024-11-05 21:20 UTC  (3+ messages)
` [PATCH v2 bpf-next 1/2] drm, bpf: Move drm_mm.c to lib to be used by bpf arena
` [PATCH v2 bpf-next 2/2] bpf: Switch bpf arena to use drm_mm instead of maple_tree

[PATCH v7 0/8] x86/module: use large ROX pages for text allocations
 2024-11-05 19:04 UTC  (5+ messages)
` [PATCH v7 6/8] x86/module: prepare module loading for ROX allocations of text

[PATCH] perf test stat_bpf_counters_cgrp: Remove cpu-list BPF counter test
 2024-11-05 16:41 UTC  (2+ messages)

[RFC 00/11] uprobes: Add support to optimize usdt probes on x86_64
 2024-11-05 16:33 UTC  (14+ messages)
` [RFC perf/core 01/11] uprobes: Rename arch_uretprobe_trampoline function
` [RFC perf/core 02/11] uprobes: Make copy_from_page global
` [RFC perf/core 03/11] uprobes: Add len argument to uprobe_write_opcode
` [RFC perf/core 04/11] uprobes: Add data argument to uprobe_write_opcode function
` [RFC perf/core 05/11] uprobes: Add mapping for optimized uprobe trampolines
` [RFC perf/core 06/11] uprobes: Add uprobe syscall to speed up uprobe
` [RFC perf/core 07/11] uprobes/x86: Add support to optimize uprobes
` [RFC bpf-next 08/11] selftests/bpf: Use 5-byte nop for x86 usdt probes
` [RFC bpf-next 09/11] selftests/bpf: Add usdt trigger bench
` [RFC bpf-next 10/11] selftests/bpf: Add uprobe/usdt optimized test
` [RFC bpf-next 11/11] selftests/bpf: Add hit/attach/detach race optimized uprobe test

[PATCH net-next v6 0/5] net: stmmac: Add PCI driver support for BCM8958x
 2024-11-05 16:12 UTC  (2+ messages)

[PATCH bpf-next 2/2] bpf: Switch bpf arena to use drm_mm instead of maple_tree
 2024-11-05 15:58 UTC  (3+ messages)

[PATCH net v3 0/2] net: ethernet: ti: am65-cpsw: Fixes to multi queue RX feature
 2024-11-05 15:10 UTC  (8+ messages)
` [PATCH net v3 1/2] net: ethernet: ti: am65-cpsw: Fix multi queue Rx on J7
` [PATCH net v3 2/2] net: ethernet: ti: am65-cpsw: fix warning in am65_cpsw_nuss_remove_rx_chns()

[PATCH bpf-next v2] bpf: Add kernel symbol for struct_ops trampoline
 2024-11-05  9:30 UTC  (9+ messages)

[peterz-queue:x86/ibt] [x86/ibt] f8c0cdd341: kernel_BUG_at_arch/x86/kernel/alternative.c
 2024-11-05  7:14 UTC 

[PATCH bpf] selftests/bpf: Add a copyright notice to lpm_trie_map_get_next_key
 2024-11-05  6:21 UTC  (5+ messages)

[PATCHv3 net-next iwl-next] net: intel: use ethtool string helpers
 2024-11-05  5:47 UTC  (2+ messages)

RFC 9669: The BPF Instruction Set Architecture
 2024-11-05  3:51 UTC  (2+ messages)
` [Bpf] "


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