bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-10 04:01:00 to 2025-04-12 18:38:55 UTC [more...]

[PATCH] selftests/bpf: close the file descriptor to avoid resource leaks
 2025-04-12 18:38 UTC 

[GIT PULL] BPF fixes for 6.15-rc2
 2025-04-12 18:38 UTC 

[PATCH bpf-next 0/2] bpf: Allow access to const void pointer arguments in tracing programs
 2025-04-12 17:06 UTC  (3+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: Add test to access const void pointer argument in tracing program

[PATCH bpf] ftrace: fix incorrect hash size in register_ftrace_direct()
 2025-04-12 14:45 UTC  (5+ messages)

[PATCH v2 security-next 0/4] Introducing Hornet LSM
 2025-04-12 14:11 UTC  (9+ messages)
` [PATCH v2 security-next 1/4] security: "
  ` [PATCH v2 "

[PATCH bpf v2] libbpf: Fix buffer overflow in bpf_object__init_prog
 2025-04-12  6:24 UTC  (3+ messages)

[RFC PATCH v1 00/15] MSR refactor with new MSR instructions support
 2025-04-12  4:32 UTC  (8+ messages)
` [RFC PATCH v1 10/15] KVM: VMX: Use WRMSRNS or its immediate form when available

[syzbot] [bpf?] [net?] possible deadlock in xsk_notifier (2)
 2025-04-12  4:33 UTC 

[PATCH v2 bpf-next 0/5] bpf: udp: Exactly-once socket iteration
 2025-04-12  3:47 UTC  (11+ messages)
` [PATCH v2 bpf-next 1/5] bpf: udp: Use bpf_udp_iter_batch_item for bpf_udp_iter_state batch items
` [PATCH v2 bpf-next 2/5] bpf: udp: Propagate ENOMEM up from bpf_iter_udp_batch
` [PATCH v2 bpf-next 3/5] bpf: udp: Avoid socket skips and repeats during iteration
` [PATCH v2 bpf-next 4/5] selftests/bpf: Return socket cookies from sock_iter_batch progs
` [PATCH v2 bpf-next 5/5] selftests/bpf: Add tests for bucket resume logic in UDP socket iterators

[syzbot] [net?] [bpf?] possible deadlock in xsk_diag_dump
 2025-04-11 22:38 UTC  (2+ messages)

[syzbot] [bpf?] [net?] possible deadlock in xsk_bind
 2025-04-11 22:34 UTC  (2+ messages)

[PATCH v1] perf lock: Add --duration-filter option
 2025-04-11 21:25 UTC  (2+ messages)

[PATCH RFC bpf-next 0/4] bpf, arm64: support up to 12 arguments
 2025-04-11 20:32 UTC  (5+ messages)
` [PATCH RFC bpf-next 1/4] bpf: add struct largest member size in func model
` [PATCH RFC bpf-next 2/4] bpf, arm64: Support up to 12 function arguments
` [PATCH RFC bpf-next 3/4] bpf/selftests: add tests to validate proper arguments alignment on ARM64
` [PATCH RFC bpf-next 4/4] bpf/selftests: enable tracing tests for ARM64

[PATCH bpf-next v7 00/10] bpf qdisc
 2025-04-11 20:11 UTC  (16+ messages)
` [PATCH bpf-next v7 02/10] bpf: net_sched: Support implementation of Qdisc_ops in bpf
` [PATCH bpf-next v7 03/10] bpf: net_sched: Add basic bpf qdisc kfuncs
` [PATCH bpf-next v7 08/10] selftests/bpf: Add a basic fifo qdisc test

[PATCH v4 0/4] ftrace: Add function arguments to function tracers
 2025-04-11 19:27 UTC  (19+ messages)
` [PATCH v4 2/4] ftrace: Add support for function argument to graph tracer

[PATCH net] net: lwtunnel: disable preemption when required
 2025-04-11 18:34 UTC  (8+ messages)

[PATCH bpf v1] bpf: Convert ringbuf.c to rqspinlock
 2025-04-11 18:26 UTC  (6+ messages)
  ` [syzbot] [bpf?] possible deadlock in __bpf_ringbuf_reserve

Re: [PATCH bpf-next] bpf: Allow error injection for update_socket_protocol
 2025-04-11 18:06 UTC  (4+ messages)
  `  "

[PATCH bpf-next v2 0/9] selftests/bpf: Test sockmap/sockhash redirection
 2025-04-11 17:54 UTC  (15+ messages)
` [PATCH bpf-next v2 1/9] selftests/bpf: Support af_unix SOCK_DGRAM socket pair creation
` [PATCH bpf-next v2 2/9] selftests/bpf: Add socket_kind_to_str() to socket_helpers
` [PATCH bpf-next v2 3/9] selftests/bpf: Add u32()/u64() to sockmap_helpers
` [PATCH bpf-next v2 4/9] selftests/bpf: Allow setting BPF_F_INGRESS in prog_msg_verdict()
` [PATCH bpf-next v2 5/9] selftests/bpf: Add selftest for sockmap/hashmap redirection
` [PATCH bpf-next v2 6/9] selftests/bpf: sockmap_listen cleanup: Drop af_vsock redir tests
` [PATCH bpf-next v2 7/9] selftests/bpf: sockmap_listen cleanup: Drop af_unix "
` [PATCH bpf-next v2 8/9] selftests/bpf: sockmap_listen cleanup: Drop af_inet SOCK_DGRAM "
` [PATCH bpf-next v2 9/9] docs/bpf: sockmap: Add a missing comma

[PATCH v4 00/13] Introduce parity_odd() and refactor redundant parity code
 2025-04-11 17:04 UTC  (18+ messages)
` [PATCH v4 02/13] media: media/test_drivers: Replace open-coded parity calculation with parity_odd()
` [PATCH v4 03/13] media: pci: cx18-av-vbi: "

[PATCH net-next v3 0/2] Refactoring designware VLAN code
 2025-04-11 16:36 UTC  (6+ messages)
` [PATCH net-next v3 1/2] net: stmmac: Refactor VLAN implementation

[PATCHv2 perf/core 1/2] uprobes/x86: Add support to emulate nop instructions
 2025-04-11 16:32 UTC  (5+ messages)
` [PATCHv2 perf/core 2/2] selftests/bpf: Add 5-byte nop uprobe trigger bench

[PATCH bpf-next v2] libbpf: Fix event name too long error
 2025-04-11 16:32 UTC  (2+ messages)

[PATCH net-next] net: filter: remove dead instructions in filter code
 2025-04-11 15:20 UTC  (4+ messages)

[PATCH net-next V2 0/2] veth: qdisc backpressure and qdisc check refactor
 2025-04-11 14:32 UTC  (8+ messages)
` [PATCH net-next V2 1/2] veth: apply qdisc backpressure on full ptr_ring to reduce TX drops
` [PATCH net-next V2 2/2] net: sched: generalize check for no-op qdisc

[PATCH RFCv3 00/23] uprobes: Add support to optimize usdt probes on x86_64
 2025-04-11 12:18 UTC  (7+ messages)
` [PATCH RFCv3 10/23] uprobes/x86: Add support to emulate nop5 instruction

[PATCH bpf-next v2 0/6] selftests/bpf: Various sockmap-related fixes
 2025-04-11 11:44 UTC  (7+ messages)

[PATCH bpf-next v2] bpf, sockmap: Introduce tracing capability for sockmap
 2025-04-11  9:16 UTC 

[BUG] ixgbe: Detected Tx Unit Hang (XDP)
 2025-04-11  8:14 UTC  (4+ messages)

[PATCH 6.1.y] bpf: Prevent tail call between progs attached to different hooks
 2025-04-11  7:10 UTC 

[PATCH 6.12.y] libbpf: Prevent compiler warnings/errors
 2025-04-11  3:36 UTC 

[PATCH bpf] libbpf: Fix buffer overflow in bpf_object__init_prog
 2025-04-11  3:25 UTC  (6+ messages)

[RFC PATCH bpf-next 0/4] bpf: Implement mprog API on top of existing cgroup progs
 2025-04-11  1:15 UTC  (5+ messages)
` [RFC PATCH bpf-next 1/4] cgroup: Add bpf prog revisions to struct cgroup_bpf
` [RFC PATCH bpf-next 2/4] bpf: Implement mprog API on top of existing cgroup progs
` [RFC PATCH bpf-next 3/4] libbpf: Support link-based cgroup attach with options
` [RFC PATCH bpf-next 4/4] selftests/bpf: Add two selftests for mprog API based cgroup progs

[PATCH net-next] af_unix: Remove unix_unhash()
 2025-04-11  0:50 UTC  (2+ messages)

[PATCH bpf v1] bpf: Use architecture provided res_smp_cond_load_acquire
 2025-04-10 22:02 UTC  (2+ messages)

[PATCH bpf v1] bpf: Convert queue_stack_maps.c to rqspinlock
 2025-04-10 22:02 UTC  (2+ messages)

[PATCH v1 bpf-next 3/5] bpf: udp: Propagate ENOMEM up from bpf_iter_udp_batch
 2025-04-10 20:44 UTC  (3+ messages)

[PATCH v1 bpf-next 2/5] bpf: udp: Avoid socket skips and repeats during iteration
 2025-04-10 20:41 UTC  (3+ messages)

[PATCH v1 bpf-next 1/5] bpf: udp: Use bpf_udp_iter_batch_item for bpf_udp_iter_state batch items
 2025-04-10 19:25 UTC  (2+ messages)

[PATCH bpf-next v2] libbpf: verify section type in btf_find_elf_sections
 2025-04-10 18:28 UTC 

[PATCH v2 dwarves 0/2] dwarves: Introduce github actions for CI
 2025-04-10 18:04 UTC  (2+ messages)

[PATCH] libbpf: check for empty BTF data section in btf_parse_elf
 2025-04-10 17:39 UTC  (4+ messages)

[PATCH v2 00/12] Move uid filtering to BPF filters
 2025-04-10 17:36 UTC  (13+ messages)
` [PATCH v2 01/12] perf tests record: Cleanup improvements
` [PATCH v2 02/12] perf bench evlist-open-close: Reduce scope of 2 variables
` [PATCH v2 03/12] perf parse-events filter: Use evsel__find_pmu
` [PATCH v2 04/12] perf target: Separate parse_uid into its own function
` [PATCH v2 05/12] perf parse-events: Add parse_uid_filter helper
` [PATCH v2 06/12] perf record: Switch user option to use BPF filter
` [PATCH v2 07/12] perf tests record: Add basic uid filtering test
` [PATCH v2 08/12] perf top: Switch user option to use BPF filter
` [PATCH v2 09/12] perf trace: "
` [PATCH v2 10/12] perf bench evlist-open-close: "
` [PATCH v2 11/12] perf target: Remove uid from target
` [PATCH v2 12/12] perf thread_map: Remove uid options

[PATCH bpf-next] libbpf: Fix event name too long error
 2025-04-10 17:36 UTC  (3+ messages)

[PATCH RESEND bpf-next v2] selftests/bpf: close the file descriptor to avoid resource leaks
 2025-04-10 17:32 UTC  (3+ messages)
` RE:[PATCH RESEND bpf-next v3] "
  ` [PATCH "

[PATCH bpf-next v3 00/16] Support dynptr key for hash map
 2025-04-10 17:27 UTC  (9+ messages)
` [PATCH bpf-next v3 15/16] selftests/bpf: Add test cases for hash map with dynptr key

[PATCH bpf-next v4 0/2] selftests/xsk: Add tests for XDP tail adjustment in AF_XDP
 2025-04-10 17:20 UTC  (4+ messages)
` [PATCH bpf-next v4 1/2] selftests/xsk: Add packet stream replacement function
` [PATCH bpf-next v4 2/2] selftests/xsk: Add tail adjustment tests and support check

[PATCH bpf v2 1/1] selftests/bpf: Make res_spin_lock AA test condition stronger
 2025-04-10 17:00 UTC 

[PATCH bpf-next v1] bpf, sockmap: Introduce tracing capability for sockmap
 2025-04-10 14:27 UTC  (3+ messages)

[syzbot] [bpf?] possible deadlock in __queue_map_get
 2025-04-10 13:22 UTC  (3+ messages)

[syzbot] [bpf?] possible deadlock in queue_stack_map_push_elem
 2025-04-10 13:08 UTC  (3+ messages)

[syzbot] [bpf?] possible deadlock in __bpf_ringbuf_reserve
 2025-04-10 12:53 UTC  (3+ messages)

[PATCH dwarves v1] dwarf_loader: Fix skipped encoding of function BTF on 32-bit systems
 2025-04-10 12:20 UTC  (2+ messages)

[PATCH bpf-next v1] selftests/bpf: Make res_spin_lock AA test condition stronger
 2025-04-10 11:16 UTC 

[PATCH net-next v9 0/2] Fix late DMA unmap crash for page pool
 2025-04-10 10:21 UTC  (4+ messages)
` [PATCH net-next v9 1/2] page_pool: Move pp_magic check into helper functions

[PATCH] virtio-net: disable delayed refill when pausing rx
 2025-04-10  8:09 UTC  (9+ messages)
          ` [PATCH] virtio-net: hold netdev_lock "

[PATCH bpf-next v3] bpf: Remove redundant checks
 2025-04-10  7:02 UTC 

[PATCH bpf-next v1 0/4] bpf, sockmap: Fix data loss and panic issues
 2025-04-10  5:50 UTC  (3+ messages)

[mainline]Kernel Warnings at kernel/bpf/syscall.c:3374
 2025-04-10  4:51 UTC  (2+ 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).