BPF List
 help / color / mirror / Atom feed
 messages from 2025-01-15 10:39:13 to 2025-01-16 21:55:17 UTC [more...]

[PATCH rcu 0/17] SRCU updates, including SRCU-fast
 2025-01-16 21:55 UTC  (20+ messages)
` [PATCH rcu 01/17] srcu: Make Tiny SRCU able to operate in preemptible kernels
` [PATCH rcu 02/17] srcu: Define SRCU_READ_FLAVOR_ALL in terms of symbols
` [PATCH rcu 03/17] srcu: Use ->srcu_gp_seq for rcutorture reader batch
` [PATCH rcu 04/17] srcu: Pull ->srcu_{un,}lock_count into a new srcu_ctr structure
` [PATCH rcu 05/17] srcu: Make SRCU readers use ->srcu_ctrs for counter selection
` [PATCH rcu 06/17] srcu: Make Tree SRCU updates independent of ->srcu_idx
` [PATCH rcu 07/17] srcu: Force synchronization for srcu_get_delay()
` [PATCH rcu 08/17] srcu: Rename srcu_check_read_flavor_lite() to srcu_check_read_flavor_force()
` [PATCH rcu 09/17] srcu: Add SRCU_READ_FLAVOR_SLOWGP to flag need for synchronize_rcu()
` [PATCH rcu 10/17] srcu: Pull pointer-to-integer conversion into __srcu_ptr_to_ctr()
` [PATCH rcu 11/17] srcu: Pull integer-to-pointer conversion into __srcu_ctr_to_ptr()
` [PATCH rcu 12/17] srcu: Move SRCU Tree/Tiny definitions from srcu.h
` [PATCH rcu 13/17] srcu: Add SRCU-fast readers
` [PATCH rcu 14/17] rcutorture: Add ability to test srcu_read_{,un}lock_fast()
` [PATCH rcu 15/17] refscale: Add srcu_read_lock_fast() support using "srcu-fast"

Announcement: GCC BPF is now being tested on BPF CI
 2025-01-16 21:49 UTC 

[LSF/MM/BPF TOPIC] time to reconsider tracepoints in the vfs?
 2025-01-16 21:43 UTC  (6+ messages)
  ` [Lsf-pc] "

Announcement: GCC BPF is now being tested on BPF CI
 2025-01-16 20:44 UTC 

[PATCH net-next v2 0/4] virtio_net: Link queues to NAPIs
 2025-01-16 20:28 UTC  (5+ messages)
` [PATCH net-next v2 3/4] virtio_net: Map NAPIs to queues

[PATCH bpf-next v5 0/7] bpf, mm: Introduce try_alloc_pages()
 2025-01-16 20:07 UTC  (28+ messages)
` [PATCH bpf-next v5 1/7] mm, bpf: Introduce try_alloc_pages() for opportunistic page allocation
` [PATCH bpf-next v5 2/7] mm, bpf: Introduce free_pages_nolock()
` [PATCH bpf-next v5 3/7] locking/local_lock: Introduce local_trylock_irqsave()
` [PATCH bpf-next v5 4/7] memcg: Use trylock to access memcg stock_lock
` [PATCH bpf-next v5 5/7] mm, bpf: Use memcg in try_alloc_pages()
` [PATCH bpf-next v5 6/7] mm: Make failslab, kfence, kmemleak aware of trylock mode
` [PATCH bpf-next v5 7/7] bpf: Use try_alloc_pages() to allocate pages for bpf needs

[PATCH bpf] bpf: use attach_btf instead of vmlinux in bpf_sk_storage_tracing_allowed
 2025-01-16 20:03 UTC  (2+ messages)

[PATCH bpf-next v6 0/5] bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc
 2025-01-16 19:52 UTC  (7+ messages)
` [PATCH bpf-next v6 4/5] bpf: Make fs kfuncs available for SYSCALL program type
      ` per st_ops kfunc allow/deny mask. Was: "

[PATCH bpf-next 0/3] bpf: Allow 'may_goto 0' instruction
 2025-01-16 19:49 UTC  (7+ messages)
` [PATCH bpf-next 1/3] "
` [PATCH bpf-next 2/3] bpf: Remove "
` [PATCH bpf-next 3/3] selftests/bpf: Add some tests related to 'may_goto 0' insns

[RFC PATCH bpf-next 0/7] bpf: BPF internal fine-grained permission management (BPF internal capabilities)
 2025-01-16 19:41 UTC  (8+ messages)
` [RFC PATCH bpf-next 1/7] bpf: Add capability field to BTF_ID_FLAGS
` [RFC PATCH bpf-next 2/7] bpf: Add enum bpf_capability
` [RFC PATCH bpf-next 3/7] bpf: Add capabilities version of kfuncs registration
` [RFC PATCH bpf-next 4/7] bpf: Make the verifier support BPF capabilities
` [RFC PATCH bpf-next 5/7] bpf: Add default BPF capabilities initialization for program types
` [RFC PATCH bpf-next 6/7] sched_ext: Make SCX use BPF capabilities
` [RFC PATCH bpf-next 7/7] sched_ext: Add proof-of-concept test case

[net-next PATCH v4 0/6] Add af_xdp support for cn10k
 2025-01-16 19:11 UTC  (7+ messages)
` [net-next PATCH v4 1/6] octeontx2-pf: Don't unmap page pool buffer
` [net-next PATCH v4 2/6] octeontx2-pf: Add AF_XDP non-zero copy support
` [net-next PATCH v4 3/6] octeontx2-pf: AF_XDP zero copy receive support
` [net-next PATCH v4 4/6] octeontx2-pf: Reconfigure RSS table after enabling AF_XDP zerocopy on rx queue
` [net-next PATCH v4 5/6] octeontx2-pf: Prepare for AF_XDP
` [net-next PATCH v4 6/6] octeontx2-pf: AF_XDP zero copy transmit support

[PATCH net-next v7 0/8] fix two bugs related to page_pool
 2025-01-16 18:02 UTC  (6+ messages)

[PATCH bpf-next 0/4] expose number of map entries to userspace
 2025-01-16 17:52 UTC  (8+ messages)

(no subject)
 2025-01-16 17:28 UTC  (2+ messages)
` sub bpf

Crash when attaching uretprobes to processes running in Docker
 2025-01-16 17:11 UTC  (22+ messages)

[PATCH bpf-next v6 0/4] xsk: TX metadata Launch Time support
 2025-01-16 15:53 UTC  (5+ messages)
` [PATCH bpf-next v6 1/4] xsk: Add launch time hardware offload support to XDP Tx metadata
` [PATCH bpf-next v6 2/4] selftests/bpf: Add launch time request to xdp_hw_metadata
` [PATCH bpf-next v6 3/4] net: stmmac: Add launch time support to XDP ZC
` [PATCH bpf-next v6 4/4] igc: "

[LSF/MM/BPF TOPIC] fanotify filter
 2025-01-16 14:42 UTC  (3+ messages)
` [Lsf-pc] "

[PATCH bpf v7 0/5] bpf: fix wrong copied_seq calculation and add tests
 2025-01-16 14:05 UTC  (6+ messages)
` [PATCH bpf v7 1/5] strparser: add read_sock callback
` [PATCH bpf v7 2/5] bpf: fix wrong copied_seq calculation
` [PATCH bpf v7 3/5] bpf: disable non stream socket for strparser
` [PATCH bpf v7 4/5] selftests/bpf: fix invalid flag of recv()
` [PATCH bpf v7 5/5] selftests/bpf: add strparser test for bpf

[PATCH bpf-next v6 0/5] net/smc: Introduce smc_ops
 2025-01-16 12:22 UTC  (7+ messages)
` [PATCH bpf-next v6 1/5] bpf: export necessary sympols for modules with struct_ops
` [PATCH bpf-next v6 2/5] net/smc: Introduce generic hook smc_ops
` [PATCH bpf-next v6 3/5] net/smc: bpf: register smc_ops info struct_ops
` [PATCH bpf-next v6 4/5] libbpf: fix error when st-prefix_ops and ops from differ btf
` [PATCH bpf-next v6 5/5] bpf/selftests: add selftest for bpf_smc_ops

[PATCH net-next 0/4] net: ethernet: ti: am65-cpsw: streamline RX/TX queue creation and cleanup
 2025-01-16 12:07 UTC  (10+ messages)
` [PATCH net-next 1/4] net: ethernet: am65-cpsw: call netif_carrier_on/off() when appropriate
` [PATCH net-next 2/4] net: ethernet: ti: am65-cpsw: streamline .probe() error handling
` [PATCH net-next 3/4] net: ethernet: ti: am65-cpsw: streamline RX queue creation and cleanup
` [PATCH net-next 4/4] net: ethernet: ti: am65-cpsw: streamline TX "

[RFC] x86/alternatives: Merge first and second step in text_poke_bp_batch
 2025-01-16 11:48 UTC  (8+ messages)

[REGRESSION] module BTF validation failure (Error -22) on next
 2025-01-16  9:51 UTC  (8+ messages)

[PATCH v2 5.10 1/1] tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink()
 2025-01-16  9:17 UTC 

[PATCH net v2 1/5] vsock/virtio: discard packets if the transport changes
 2025-01-16  8:57 UTC  (11+ messages)

[PATCH bpf v1] selftests/bpf: Fix undefined UINT_MAX in veristat.c
 2025-01-16  7:50 UTC 

[RFC PATCH bpf-next 0/2] bpf: Introduce global percpu data
 2025-01-16  7:22 UTC  (4+ messages)
` [RFC PATCH bpf-next 1/2] "

[bpf-next v2 2/2] selftests/bpf: Add tests for bpf_copy_from_user_task_str
 2025-01-16  4:57 UTC  (2+ messages)

[PATCH net-next v5 00/15] net-timestamp: bpf extension to equip applications transparently
 2025-01-16  1:22 UTC  (32+ messages)
` [PATCH net-next v5 03/15] bpf: introduce timestamp_used to allow UDP socket fetched in bpf prog
` [PATCH net-next v5 04/15] net-timestamp: support SK_BPF_CB_FLAGS only in bpf_sock_ops_setsockopt
` [PATCH net-next v5 05/15] net-timestamp: add strict check in some BPF calls
` [PATCH net-next v5 06/15] net-timestamp: prepare for isolating two modes of SO_TIMESTAMPING
` [PATCH net-next v5 07/15] net-timestamp: support SCM_TSTAMP_SCHED for bpf extension
` [PATCH net-next v5 08/15] net-timestamp: support sw SCM_TSTAMP_SND "
` [PATCH net-next v5 09/15] net-timestamp: support SCM_TSTAMP_ACK "
` [PATCH net-next v5 11/15] net-timestamp: support export skb to the userspace
` [PATCH net-next v5 13/15] net-timestamp: support tcp_sendmsg for bpf extension

[PATCH bpf-next v5 0/4] xsk: TX metadata Launch Time support
 2025-01-16  0:30 UTC  (7+ messages)
` [PATCH bpf-next v5 1/4] xsk: Add launch time hardware offload support to XDP Tx metadata
` [PATCH bpf-next v5 2/4] selftests/bpf: Add launch time request to xdp_hw_metadata

[PATCH] scx: Fix maximal BPF selftest prog
 2025-01-15 23:50 UTC  (8+ messages)
  ` [PATCH sched_ext/for-6.13-fixes] sched_ext: Fix invalid irq restore in scx_ops_bypass()
            ` [PATCH sched_ext/for-6.13-fixes] sched_ext: Fix dsq_local_on selftest

[PATCH v5 0/4] Prefer sysfs/JSON events also when no PMU is provided
 2025-01-15 22:40 UTC  (26+ messages)
` [PATCH v5 3/4] perf record: Skip don't fail for events that don't open
` [PATCH v5 4/4] perf parse-events: Reapply "Prefer sysfs/JSON hardware events over legacy"

[PATCH bpf-next v1] veristat: load struct_ops programs only once
 2025-01-15 22:38 UTC 

[PATCH bpf-next v4 0/6] bpf, mm: Introduce try_alloc_pages()
 2025-01-15 22:33 UTC  (6+ messages)
` [PATCH bpf-next v4 1/6] mm, bpf: Introduce try_alloc_pages() for opportunistic page allocation

[PATCH bpf] bpf: trace: send signals asynchronously if !preemptible
 2025-01-15 21:50 UTC  (3+ messages)

[PATCH dwarves] btf_encoder: always initialize func_state to 0
 2025-01-15 21:06 UTC  (4+ messages)

[PATCH v9 0/2] PCI: add enabe(disable)_device() hook for bridge
 2025-01-15 21:00 UTC  (2+ messages)

[PATCH v2] treewide: const qualify ctl_tables where applicable
 2025-01-15 20:30 UTC  (4+ messages)

[RFC PATCH 00/22] ublk: support bpf
 2025-01-15 20:11 UTC  (7+ messages)
` [RFC PATCH 08/22] ublk: bpf: add bpf struct_ops

[net-next PATCH v3 0/6] Add af_xdp support for cn10k
 2025-01-15 18:31 UTC  (10+ messages)
` [net-next PATCH v3 1/6] octeontx2-pf: Don't unmap page pool buffer used by XDP
    ` [EXTERNAL] "
` [net-next PATCH v3 2/6] octeontx2-pf: Add AF_XDP non-zero copy support
    ` [EXTERNAL] "
` [net-next PATCH v3 3/6] octeontx2-pf: AF_XDP zero copy receive support
    ` [EXTERNAL] "

[PATCH net-next v3 0/8] bpf: cpumap: enable GRO for XDP_PASS frames
 2025-01-15 17:52 UTC  (10+ messages)
` [PATCH net-next v3 1/8] net: gro: decouple GRO from the NAPI layer
` [PATCH net-next v3 2/8] net: gro: expose GRO init/cleanup to use outside of NAPI
` [PATCH net-next v3 3/8] bpf: cpumap: switch to GRO from netif_receive_skb_list()
` [PATCH net-next v3 4/8] bpf: cpumap: reuse skb array instead of a linked list to chain skbs
` [PATCH net-next v3 5/8] net: skbuff: introduce napi_skb_cache_get_bulk()
` [PATCH net-next v3 6/8] bpf: cpumap: switch to napi_skb_cache_get_bulk()
` [PATCH net-next v3 7/8] veth: use napi_skb_cache_get_bulk() instead of xdp_alloc_skb_bulk()
` [PATCH net-next v3 8/8] xdp: remove xdp_alloc_skb_bulk()

Crash when attaching uretprobes to processes running in Docker
 2025-01-15 15:51 UTC  (5+ messages)

[PATCH bpf-next v2 00/14] bpf qdisc
 2025-01-15 15:25 UTC  (3+ messages)
` [PATCH bpf-next v2 03/14] bpf: Allow struct_ops prog to return referenced kptr

[PATCH bpf-next v3] selftests/Makefile: override the srctree for out-of-tree builds
 2025-01-15 15:06 UTC  (2+ messages)

[PATCH] selftests/bpf: Fix test_xdp_adjust_tail_grow2 selftest on powerpc
 2025-01-15 14:50 UTC  (2+ messages)

[PATCH 0/3] Fix test_bpf_syscall_macro selftest on powerpc
 2025-01-15 14:15 UTC  (10+ messages)
` [PATCH 2/3] libbpf: Remove powerpc prefix from syscall function names

[syzbot] [bpf?] [trace?] WARNING: locking bug in __lock_task_sighand
 2025-01-15 11:47 UTC  (7+ messages)


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