bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-01 22:17:13 to 2025-04-04 07:47:39 UTC [more...]

[PATCH net v3 0/3] Bug fixes from XDP and perout series
 2025-04-04  7:47 UTC  (10+ messages)
` [PATCH net v3 1/3] net: ti: icssg-prueth: Fix kernel warning while bringing down network interface
` [PATCH net v3 2/3] net: ti: icssg-prueth: Fix possible NULL pointer dereference inside emac_xmit_xdp_frame()
` [PATCH net v3 3/3] net: ti: icss-iep: Fix possible NULL pointer dereference for perout request

[PATCH v2 0/3] Dynamically allocate memory to store task's full name
 2025-04-04  6:48 UTC  (13+ messages)
` [PATCH v2 1/3] exec: "
` [PATCH v2 3/3] kthread: Use 'task_struct->full_name' to store kthread's "

[RFC PATCH v2 0/4] uptr KV store
 2025-04-04  3:02 UTC  (5+ messages)
` [RFC PATCH v2 1/4] bpf: Allow creating dynptr from uptr
` [RFC PATCH v2 2/4] selftests/bpf: Implement basic uptr KV store
` [RFC PATCH v2 3/4] selftests/bpf: Test basic uptr KV store APIs from user space and bpf
` [RFC PATCH v2 4/4] selftests/bpf: Test updating KV store layout when rolling out new prog

[PATCH v3 00/16] Introduce and use generic parity16/32/64 helper
 2025-04-04  2:51 UTC  (14+ messages)

[PATCH bpf v2 0/2] bpf, xdp: clean adjust_{head,meta} memory when offset < 0
 2025-04-04  0:29 UTC  (11+ messages)
` [PATCH bpf v2 1/2] bpf, xdp: clean head/meta when expanding it
` [PATCH bpf v2 2/2] selftests/bpf: add perf test for adjust_{head,meta}

[PATCH AUTOSEL 6.1 05/10] bpf: Fix deadlock between rcu_tasks_trace and event_mutex
 2025-04-04  0:06 UTC 

[PATCH AUTOSEL 6.6 06/16] bpf: Fix deadlock between rcu_tasks_trace and event_mutex
 2025-04-04  0:06 UTC  (4+ messages)
` [PATCH AUTOSEL 6.6 11/16] bpf: bpftool: Setting error code in do_loader()
` [PATCH AUTOSEL 6.6 12/16] bpf: Only fails the busy counter check in bpf_cgrp_storage_get if it creates storage
` [PATCH AUTOSEL 6.6 13/16] bpf: Reject attaching fexit/fmod_ret to __noreturn functions

[PATCH AUTOSEL 6.12 01/20] selftests/bpf: Fix stdout race condition in traffic monitor
 2025-04-04  0:05 UTC  (6+ messages)
` [PATCH AUTOSEL 6.12 08/20] bpf: Fix kmemleak warning for percpu hashmap
` [PATCH AUTOSEL 6.12 10/20] bpf: Fix deadlock between rcu_tasks_trace and event_mutex
` [PATCH AUTOSEL 6.12 15/20] bpf: bpftool: Setting error code in do_loader()
` [PATCH AUTOSEL 6.12 16/20] bpf: Only fails the busy counter check in bpf_cgrp_storage_get if it creates storage
` [PATCH AUTOSEL 6.12 17/20] bpf: Reject attaching fexit/fmod_ret to __noreturn functions

[PATCH AUTOSEL 6.13 02/22] selftests/bpf: Fix stdout race condition in traffic monitor
 2025-04-04  0:04 UTC  (7+ messages)
` [PATCH AUTOSEL 6.13 09/22] bpf: Fix kmemleak warning for percpu hashmap
` [PATCH AUTOSEL 6.13 11/22] bpf: Fix deadlock between rcu_tasks_trace and event_mutex
` [PATCH AUTOSEL 6.13 16/22] selftests/bpf: Fix cap_enable_effective() return code
` [PATCH AUTOSEL 6.13 17/22] bpf: bpftool: Setting error code in do_loader()
` [PATCH AUTOSEL 6.13 18/22] bpf: Only fails the busy counter check in bpf_cgrp_storage_get if it creates storage
` [PATCH AUTOSEL 6.13 19/22] bpf: Reject attaching fexit/fmod_ret to __noreturn functions

[PATCH AUTOSEL 6.14 02/23] selftests/bpf: Fix stdout race condition in traffic monitor
 2025-04-04  0:03 UTC  (7+ messages)
` [PATCH AUTOSEL 6.14 09/23] bpf: Fix kmemleak warning for percpu hashmap
` [PATCH AUTOSEL 6.14 11/23] bpf: Fix deadlock between rcu_tasks_trace and event_mutex
` [PATCH AUTOSEL 6.14 17/23] selftests/bpf: Fix cap_enable_effective() return code
` [PATCH AUTOSEL 6.14 18/23] bpf: bpftool: Setting error code in do_loader()
` [PATCH AUTOSEL 6.14 19/23] bpf: Only fails the busy counter check in bpf_cgrp_storage_get if it creates storage
` [PATCH AUTOSEL 6.14 20/23] bpf: Reject attaching fexit/fmod_ret to __noreturn functions

[PATCH net] net: lwtunnel: disable preemption when required
 2025-04-03 23:38 UTC  (5+ messages)

[PATCH net-next v6 0/2] Fix late DMA unmap crash for page pool
 2025-04-03 22:31 UTC  (7+ messages)
` [PATCH net-next v6 2/2] page_pool: Track DMA-mapped pages and unmap them when destroying the pool

[PATCH bpf-next v4 0/2] libbpf: introduce line_info and func_info getters
 2025-04-03 22:28 UTC  (3+ messages)
` [PATCH bpf-next v4 1/2] libbpf: add getters for BTF.ext func and line info
` [PATCH bpf-next v4 2/2] selftests/bpf: add BTF.ext line/func info getter tests

[PATCH bpf-next v1] selftests/bpf: Make res_spin_lock test less verbose
 2025-04-03 22:08 UTC 

[PATCH v2] locking/local_lock, mm: Replace localtry_ helpers with local_trylock_t type
 2025-04-03 21:53 UTC  (6+ messages)

[PATCH bpf-next 00/11] bpf: Mitigate Spectre v1 using barriers
 2025-04-03 20:33 UTC  (6+ messages)
` [PATCH bpf-next 10/11] bpf: Fall back to nospec for sanitization-failures
  ` [PATCH bpf-next 11/11] bpf: Fall back to nospec for spec path verification

[GIT PULL] BPF fixes for 6.15-rc1
 2025-04-03 19:33 UTC  (2+ messages)

[PATCH bpf 0/2] support SKF_NET_OFF and SKF_LL_OFF on skb frags
 2025-04-03 18:56 UTC  (11+ messages)
` [PATCH bpf 1/2] bpf: "
` [PATCH bpf 2/2] selftests/net: test sk_filter support for SKF_NET_OFF on frags

[PATCH tip/perf] uprobes: avoid false lockdep splat in uprobe timer callback
 2025-04-03 18:53 UTC  (6+ messages)

[BUG?] ppc64le: fentry BPF not triggered after live patch (v6.14)
 2025-04-03 18:33 UTC  (5+ messages)

[PATCH] exit: document sched_process_exit and sched_process_template relation
 2025-04-03 17:41 UTC 

uprobe splat in PREEMP_RT
 2025-04-03 16:04 UTC  (28+ messages)

[PATCH v2] exit: move and extend sched_process_exit() tracepoint
 2025-04-03 16:01 UTC  (7+ messages)

[RESEND PATCH] powerpc64/bpf: fix JIT code size calculation of bpf trampoline
 2025-04-03 15:45 UTC  (2+ messages)

[RFC PATCH security-next 0/4] Introducing Hornet LSM
 2025-04-03 15:40 UTC  (3+ messages)
` [RFC PATCH security-next 1/4] security: "

[PATCH] locking/local_lock, mm: Replace localtry_ helpers with local_trylock_t type
 2025-04-03 14:44 UTC  (7+ messages)

[PATCH net] net: octeontx2: Handle XDP_ABORTED and XDP invalid as XDP_DROP
 2025-04-03 11:56 UTC  (2+ messages)

[PATCH] virtio-net: disable delayed refill when setting up xdp
 2025-04-03 10:43 UTC  (4+ messages)

[PATCH] libbpf: fix multi-uprobe attach not working with dynamic symbols
 2025-04-03  9:45 UTC  (3+ messages)

[RFC PATCH v1 00/15] MSR refactor with new MSR instructions support
 2025-04-03  7:13 UTC  (15+ messages)
` [RFC PATCH v1 01/15] x86/msr: Replace __wrmsr() with native_wrmsrl()

[PATCH 5.15.y] bpf: Check rcu_read_lock_trace_held() before calling bpf map helpers
 2025-04-03  6:52 UTC 

[PATCH v3] locking/local_lock, mm: Replace localtry_ helpers with local_trylock_t type
 2025-04-03  4:06 UTC  (4+ messages)

[PATCH bpf-next v2 0/2] bpf: fix ktls panic with sockmap and add tests
 2025-04-02 23:49 UTC  (6+ messages)
` [PATCH bpf-next v2 1/2] bpf: fix ktls panic with sockmap
` [PATCH bpf-next v2 2/2] selftests/bpf: add ktls selftest

[PATCH bpf] bpf: add missing ops lock around dev_xdp_attach_link
 2025-04-02 23:40 UTC  (2+ messages)

[RFC PATCH 0/4] net/io_uring: pass a kernel pointer via optlen_t to proto[_ops].getsockopt()
 2025-04-02 23:39 UTC  (19+ messages)

[PATCH] scripts/sorttable: Fix endianness handling in build-time mcount sort
 2025-04-02 23:32 UTC  (3+ messages)

[PATCH net v2 0/2] bpf, sockmap: Avoid sk_prot reset on sockmap unlink with ULP set
 2025-04-02 23:00 UTC  (5+ messages)
` [PATCH net v2 1/2] "
` [PATCH net v2 2/2] selftests: bpf: Add case for sockmap_ktls set when verdict attached

[PATCH] mm/page_alloc: Fix try_alloc_pages
 2025-04-02 22:01 UTC  (3+ messages)

[PATCH bpf-next 1/2] bpf: Check link_create parameter for multi_kprobe
 2025-04-02 19:25 UTC  (8+ messages)
` [PATCH bpf-next 2/2] bpf: Check link_create parameter for multi_uprobe

[PATCH net 1/5] igc: Fix XSK queue NAPI ID mapping
 2025-04-02 17:38 UTC  (2+ messages)
` [PATCH net 2/5] igc: Fix TX drops in XDP ZC

[syzbot] [bpf?] WARNING in dev_xdp_install
 2025-04-02 17:00 UTC  (2+ messages)

[PATCH 0/3] bpf: TSTAMP_COMPLETION_CB timestamping + enable it for Bluetooth
 2025-04-02 16:56 UTC  (4+ messages)
` [PATCH 3/3] [RFC] Bluetooth: enable bpf TX timestamping

new splat
 2025-04-02 16:44 UTC  (5+ messages)

[PATCH] exit: add trace_task_exit() tracepoint before current->mm is reset
 2025-04-02 15:56 UTC  (12+ messages)

Improvements of BTF sanitizing for old kernels
 2025-04-02 13:05 UTC  (5+ messages)
` [PATCH 1/2] libbpf: add proto_func param name generation on sanitazing it to enum type
` [PATCH 2/2] libbpf: add check if kernel supports kind flag and fix the bitfield members in union and structs if not

[PATCH net-next v5 0/2] Fix late DMA unmap crash for page pool
 2025-04-02 11:15 UTC  (7+ messages)
` [PATCH net-next v5 2/2] page_pool: Track DMA-mapped pages and unmap them when destroying the pool

[PATCH dwarves] dwarf_loader: fix termination on BTF encoding error
 2025-04-02  9:56 UTC  (4+ messages)

[PATCH mm] mm/page_alloc: Avoid second trylock of zone->lock
 2025-04-02  4:29 UTC  (2+ messages)

[PATCH 5.10.y] bpf: Check rcu_read_lock_trace_held() before calling bpf map helpers
 2025-04-02  3:04 UTC 

[PATCH net] xsk: correct tx_ring_empty_descs count statistics
 2025-04-02  2:38 UTC  (10+ messages)


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