messages from 2025-01-06 16:17:20 to 2025-01-07 19:18:17 UTC [more...]
[PATCH bpf-next v1 00/22] Resilient Queued Spin Lock
2025-01-07 19:17 UTC (28+ messages)
` [PATCH bpf-next v1 01/22] locking: Move MCS struct definition to public header
` [PATCH bpf-next v1 02/22] locking: Move common qspinlock helpers to a private header
` [PATCH bpf-next v1 03/22] locking: Allow obtaining result of arch_mcs_spin_lock_contended
` [PATCH bpf-next v1 04/22] locking: Copy out qspinlock.c to rqspinlock.c
` [PATCH bpf-next v1 05/22] rqspinlock: Add rqspinlock.h header
` [PATCH bpf-next v1 06/22] rqspinlock: Drop PV and virtualization support
` [PATCH bpf-next v1 07/22] rqspinlock: Add support for timeouts
` [PATCH bpf-next v1 08/22] rqspinlock: Protect pending bit owners from stalls
` [PATCH bpf-next v1 09/22] rqspinlock: Protect waiters in queue "
` [PATCH bpf-next v1 10/22] rqspinlock: Protect waiters in trylock fallback "
` [PATCH bpf-next v1 11/22] rqspinlock: Add deadlock detection and recovery
` [PATCH bpf-next v1 12/22] rqspinlock: Add basic support for CONFIG_PARAVIRT
` [PATCH bpf-next v1 13/22] rqspinlock: Add helper to print a splat on timeout or deadlock
` [PATCH bpf-next v1 14/22] rqspinlock: Add macros for rqspinlock usage
` [PATCH bpf-next v1 15/22] rqspinlock: Add locktorture support
` [PATCH bpf-next v1 16/22] rqspinlock: Add entry to Makefile, MAINTAINERS
` [PATCH bpf-next v1 17/22] bpf: Convert hashtab.c to rqspinlock
` [PATCH bpf-next v1 18/22] bpf: Convert percpu_freelist.c "
` [PATCH bpf-next v1 19/22] bpf: Convert lpm_trie.c "
` [PATCH bpf-next v1 20/22] bpf: Introduce rqspinlock kfuncs
` [PATCH bpf-next v1 21/22] bpf: Implement verifier support for rqspinlock
` [PATCH bpf-next v1 22/22] selftests/bpf: Add tests "
[PATCH dwarves v4 00/10] pahole: faster reproducible BTF encoding
2025-01-07 19:09 UTC (11+ messages)
` [PATCH dwarves v4 01/10] btf_encoder: simplify function encoding
` [PATCH dwarves v4 02/10] btf_encoder: free encoder->secinfo in btf_encoder__delete
` [PATCH dwarves v4 03/10] btf_encoder: separate elf function, saved function representations
` [PATCH dwarves v4 04/10] btf_encoder: introduce elf_functions struct type
` [PATCH dwarves v4 05/10] btf_encoder: introduce elf_functions_list
` [PATCH dwarves v4 06/10] btf_encoder: remove skip_encoding_inconsistent_proto
` [PATCH dwarves v4 07/10] dwarf_loader: introduce cu->id
` [PATCH dwarves v4] dwarf_loader: multithreading with a job/worker model
` [PATCH dwarves v4 09/10] btf_encoder: clean up global encoders list
` [PATCH dwarves v4] btf_encoder: switch func_states from a list to an array
[PATCH v4 00/16] perf tools: Use generic syscall scripts for all archs
2025-01-07 18:44 UTC (4+ messages)
` [PATCH v4 16/16] perf tools: Remove dependency on libaudit
[RFC PATCH bpf-next 0/2] libbpf: Add support for dynamic tracepoint
2025-01-07 18:32 UTC (10+ messages)
` [RFC PATCH bpf-next 1/2] "
[PATCH bpf-next 1/2] libbpf: Add unique_match option for multi kprobe
2025-01-07 18:29 UTC (3+ messages)
[PATCH v4 0/4] Prefer sysfs/JSON events also when no PMU is provided
2025-01-07 18:08 UTC (5+ messages)
` [PATCH v4 1/4] perf evsel: Add pmu_name helper
` [PATCH v4 2/4] perf stat: Fix find_stat for mixed legacy/non-legacy events
` [PATCH v4 3/4] perf record: Skip don't fail for events that don't open
` [PATCH v4 4/4] perf parse-events: Reapply "Prefer sysfs/JSON hardware events over legacy"
[PATCH bpf-next 2/4] bpf: Add bpf command to get number of map entries
2025-01-07 17:52 UTC (2+ messages)
[PATCH v2 0/5] perf: arm_spe: Add format option for discard mode
2025-01-07 17:39 UTC (3+ messages)
` [PATCH v2 1/5] "
[PATCH net-next v2 0/8] bpf: cpumap: enable GRO for XDP_PASS frames
2025-01-07 17:17 UTC (10+ messages)
` [PATCH net-next v2 1/8] net: gro: decouple GRO from the NAPI layer
` [PATCH net-next v2 2/8] net: gro: expose GRO init/cleanup to use outside of NAPI
` [PATCH net-next v2 3/8] bpf: cpumap: switch to GRO from netif_receive_skb_list()
` [PATCH net-next v2 4/8] bpf: cpumap: reuse skb array instead of a linked list to chain skbs
` [PATCH net-next v2 5/8] net: skbuff: introduce napi_skb_cache_get_bulk()
` [PATCH net-next v2 6/8] bpf: cpumap: switch to napi_skb_cache_get_bulk()
` [PATCH net-next v2 7/8] veth: use napi_skb_cache_get_bulk() instead of xdp_alloc_skb_bulk()
` [PATCH net-next v2 8/8] xdp: remove xdp_alloc_skb_bulk()
[PATCH bpf-next v4 3/4] net: stmmac: Add launch time support to XDP ZC
2025-01-07 17:07 UTC (2+ messages)
[PATCH v1] tools build: Fix a number of Wconversion warnings
2025-01-07 17:06 UTC (4+ messages)
[PATCH v8 0/2] PCI: add enabe(disable)_device() hook for bridge
2025-01-07 17:03 UTC (10+ messages)
` [PATCH v8 2/2] PCI: imx6: Add IOMMU and ITS MSI support for i.MX95
[PATCH bpf-next v4 2/4] selftests/bpf: Add Launch Time request to xdp_hw_metadata
2025-01-07 16:57 UTC (2+ messages)
[PATCH bpf-next v4 1/4] xsk: Add launch time hardware offload support to XDP Tx metadata
2025-01-07 16:50 UTC (2+ messages)
[PATCH net-next v6 0/8] fix two bugs related to page_pool
2025-01-07 14:52 UTC (6+ messages)
` [PATCH net-next v6 1/8] page_pool: introduce page_pool_get_pp() API
[PATCH net-next v7 00/11] net: Improve netns handling in rtnetlink
2025-01-07 14:47 UTC (5+ messages)
[syzbot] [bpf?] [net?] INFO: rcu detected stall in handle_softirqs
2025-01-07 14:37 UTC (2+ messages)
` [syzbot] "
Idea for "function meta"
2025-01-07 13:28 UTC (5+ messages)
pull-request: bpf-next 2025-01-07
2025-01-07 13:09 UTC
[RFC PATCH 00/22] ublk: support bpf
2025-01-07 12:04 UTC (23+ messages)
` [RFC PATCH 01/22] ublk: remove two unused fields from 'struct ublk_queue'
` [RFC PATCH 02/22] ublk: convert several bool type fields into bitfield of `ublk_queue`
` [RFC PATCH 03/22] ublk: add helper of ublk_need_map_io()
` [RFC PATCH 04/22] ublk: move ublk into one standalone directory
` [RFC PATCH 05/22] ublk: move private definitions into private header
` [RFC PATCH 06/22] ublk: move several helpers to "
` [RFC PATCH 07/22] ublk: bpf: add bpf prog attach helpers
` [RFC PATCH 08/22] ublk: bpf: add bpf struct_ops
` [RFC PATCH 09/22] ublk: bpf: attach bpf prog to ublk device
` [RFC PATCH 10/22] ublk: bpf: add kfunc for ublk bpf prog
` [RFC PATCH 11/22] ublk: bpf: enable ublk-bpf
` [RFC PATCH 12/22] selftests: ublk: add tests for the ublk-bpf initial implementation
` [RFC PATCH 13/22] selftests: ublk: add tests for covering io split
` [RFC PATCH 14/22] selftests: ublk: add tests for covering redirecting to userspace
` [RFC PATCH 15/22] ublk: bpf: add bpf aio kfunc
` [RFC PATCH 16/22] ublk: bpf: add bpf aio struct_ops
` [RFC PATCH 17/22] ublk: bpf: attach bpf aio prog to ublk device
` [RFC PATCH 18/22] ublk: bpf: add several ublk bpf aio kfuncs
` [RFC PATCH 19/22] ublk: bpf: wire bpf aio with ublk io handling
` [RFC PATCH 20/22] selftests: add tests for ublk bpf aio
` [RFC PATCH 21/22] selftests: add tests for covering both bpf aio and split
` [RFC PATCH 22/22] ublk: document ublk-bpf & bpf-aio
[PATCH bpf-next 0/7] Free htab element out of bucket lock
2025-01-07 12:09 UTC (9+ messages)
` [PATCH bpf-next 1/7] bpf: Free special fields after unlock in htab_lru_map_delete_node()
` [PATCH bpf-next 2/7] bpf: Bail out early in __htab_map_lookup_and_delete_elem()
` [PATCH bpf-next 3/7] bpf: Free element after unlock "
` [PATCH bpf-next 4/7] bpf: Support refilling extra_elems in free_htab_elem()
` [PATCH bpf-next 5/7] bpf: Factor out the element allocation for pre-allocated htab
` [PATCH bpf-next 6/7] bpf: Free element after unlock "
` [PATCH bpf-next 7/7] selftests/bpf: Add test case for the freeing of bpf_timer
[PATCH bpf-next 0/4] expose number of map entries to userspace
2025-01-07 11:10 UTC (5+ messages)
[PATCH net] eth: gve: use appropriate helper to set xdp_features
2025-01-07 9:30 UTC (3+ messages)
[PATCH] bpf: Replace (arg_type & MEM_RDONLY) with type_is_rdonly_mem
2025-01-07 9:02 UTC
[PATCH RFC bpf-next v1 0/4] Introduce load-acquire and store-release BPF instructions
2025-01-07 8:25 UTC (9+ messages)
` [PATCH RFC bpf-next v1 2/4] bpf: Introduce load-acquire and store-release instructions
` [PATCH RFC bpf-next v1 4/4] selftests/bpf: Add selftests for "
[PATCH] bpf: fix range_tree_set error handling
2025-01-07 6:15 UTC (2+ messages)
[PATCH bpf-next v5 0/5] net/smc: Introduce smc_ops
2025-01-07 4:17 UTC (6+ messages)
` [PATCH bpf-next v5 1/5] bpf: export necessary sympols for modules with struct_ops
` [PATCH bpf-next v5 2/5] net/smc: Introduce generic hook smc_ops
` [PATCH bpf-next v5 3/5] net/smc: bpf: register smc_ops info struct_ops
` [PATCH bpf-next v5 4/5] libbpf: fix error when st-prefix_ops and ops from differ btf
` [PATCH bpf-next v5 5/5] bpf/selftests: add selftest for bpf_smc_ops
faom 13cc1d4ee0a231f81951ee87f1e55229907966ee Mon Sep 17 00:00:00 2001
2025-01-07 2:24 UTC (5+ messages)
` [PATCH bpf-next 15/19] bpf: Disable migration before calling ops->map_free()
[bpf-next v2 1/2] bpf: Add bpf_copy_from_user_task_str kfunc
2025-01-07 2:06 UTC (2+ messages)
` [bpf-next v2 2/2] selftests/bpf: Add tests for bpf_copy_from_user_task_str
[PATCH bpf-next] bpf: Reject struct_ops registration that uses module ptr and the module btf_id is missing
2025-01-07 0:34 UTC (3+ messages)
[PATCH bpf-next] selftests/bpf: add -std=gnu17 to GCC BPF build rule
2025-01-06 23:35 UTC (4+ messages)
[PATCH bpf-next 1/2] bpf: Return error for missed kprobe multi bpf program execution
2025-01-06 22:42 UTC (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add kprobe session recursion check test
[QUESTION] Check bpf_loop support on kernels < 5.13
2025-01-06 22:32 UTC (3+ messages)
[PATCH net-next 01/15] igb: Remove static qualifiers
2025-01-06 22:19 UTC (11+ messages)
` [PATCH net-next 02/15] igb: Introduce igb_xdp_is_enabled()
` [PATCH net-next 03/15] igb: Introduce XSK data structures and helpers
` [PATCH net-next 04/15] igb: Add XDP finalize and stats update functions
` [PATCH net-next 05/15] igb: Add AF_XDP zero-copy Rx support
` [PATCH net-next 06/15] igb: Add AF_XDP zero-copy Tx support
` [PATCH net-next 07/15] igc: Allow hot-swapping XDP program
` [PATCH net-next 08/15] igc: Fix passing 0 to ERR_PTR in igc_xdp_run_prog()
` [PATCH net-next 09/15] igb: Fix passing 0 to ERR_PTR in igb_run_xdp()
` [PATCH net-next 10/15] ixgbe: Fix passing 0 to ERR_PTR in ixgbe_run_xdp()
` [PATCH net-next 11/15] ixgbevf: Fix passing 0 to ERR_PTR in ixgbevf_run_xdp()
[LSF/MM/BPF TOPIC] Improving Block Layer Tracepoints for Next-Generation Backup Systems
2025-01-06 22:18 UTC (11+ messages)
` [Lsf-pc] "
[PATCH bpf-next] selftests/bpf: add -fno-strict-aliasing to BPF_CFLAGS
2025-01-06 21:40 UTC (3+ messages)
[PATCH bpf-next] selftests/bpf: handle prog/attach type comparison in veristat
2025-01-06 20:57 UTC (2+ messages)
[PATCH bpf v3 0/2] bpf: Account for early exit of bpf_tail_call() and LD_ABS
2025-01-06 20:34 UTC (5+ messages)
` [PATCH bpf v3 1/2] "
` [PATCH bpf v3 2/2] selftests/bpf: Test r0 and ref lifetime after BPF-BPF call with abnormal return
[RFC PATCH 0/2] mm: multi-gen LRU: per-process heatmaps
2025-01-06 20:19 UTC (3+ messages)
[PATCH v2] selftests/bpf: workarounds for GCC BPF build
2025-01-06 19:34 UTC (5+ messages)
[PATCH v2 0/2] bpf: Allow bpf_for/bpf_repeat while holding spin
2025-01-06 19:10 UTC (2+ messages)
[PATCH 0/2] bpf: Allow bpf_for/bpf_repeat while holding spin
2025-01-06 18:59 UTC (7+ messages)
` [PATCH 1/2] bpf: Allow bpf_for/bpf_repeat calls while holding a spinlock
[PATCH bpf-next 0/2] bpf: range_tree for bpf arena
2025-01-06 17:45 UTC (4+ messages)
` [PATCH bpf-next 1/2] bpf: Introduce range_tree data structure and use it in "
[PATCH AUTOSEL 6.12 1/8] selftests/sched_ext: fix build after renames in sched_ext API
2025-01-06 16:41 UTC (3+ messages)
` [PATCH AUTOSEL 6.12 2/8] scx: Fix maximal BPF selftest prog
` [PATCH AUTOSEL 6.12 4/8] sched_ext: Fix dsq_local_on selftest
[PATCH] selftests/bpf: workarounds for GCC BPF build
2025-01-06 16:34 UTC (3+ messages)
[for-next][PATCH 03/14] scripts/sorttable: Remove unneeded Elf_Rel
2025-01-06 16:17 UTC (10+ messages)
` [for-next][PATCH 06/14] scripts/sorttable: Convert Elf_Ehdr to union
` [for-next][PATCH 07/14] scripts/sorttable: Replace Elf_Shdr Macro with a union
` [for-next][PATCH 08/14] scripts/sorttable: Convert Elf_Sym MACRO over to "
` [for-next][PATCH 09/14] scripts/sorttable: Add helper functions for Elf_Ehdr
` [for-next][PATCH 10/14] scripts/sorttable: Add helper functions for Elf_Shdr
` [for-next][PATCH 11/14] scripts/sorttable: Add helper functions for Elf_Sym
` [for-next][PATCH 12/14] scripts/sorttable: Use uint64_t for mcount sorting
` [for-next][PATCH 13/14] scripts/sorttable: Move code from sorttable.h into sorttable.c
` [for-next][PATCH 14/14] scripts/sorttable: Get start/stop_mcount_loc from ELF file directly
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox