messages from 2025-01-06 22:19:42 to 2025-01-08 03:30:50 UTC [more...]
[PATCH v2] scripts/sorttable: Move code from sorttable.h into sorttable.c
2025-01-08 3:32 UTC
[PATCH net] eth: gve: use appropriate helper to set xdp_features
2025-01-08 2:20 UTC (4+ messages)
[PATCH bpf-next v1 00/22] Resilient Queued Spin Lock
2025-01-08 2:19 UTC (32+ 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 v5 00/16] perf tools: Use generic syscall scripts for all archs
2025-01-08 2:08 UTC (17+ messages)
` [PATCH v5 01/16] perf tools: Create generic syscall table support
` [PATCH v5 02/16] perf tools: arc: Support generic syscall headers
` [PATCH v5 03/16] perf tools: csky: "
` [PATCH v5 04/16] perf tools: arm: Support "
` [PATCH v5 05/16] perf tools: sh: "
` [PATCH v5 06/16] perf tools: sparc: "
` [PATCH v5 07/16] perf tools: xtensa: Support syscall header
` [PATCH v5 08/16] perf tools: x86: Use generic syscall scripts
` [PATCH v5 09/16] perf tools: alpha: Support syscall header
` [PATCH v5 10/16] perf tools: parisc: "
` [PATCH v5 11/16] perf tools: arm64: Use syscall table
` [PATCH v5 12/16] perf tools: loongarch: "
` [PATCH v5 13/16] perf tools: mips: Use generic syscall scripts
` [PATCH v5 14/16] perf tools: powerpc: Use generic syscall table scripts
` [PATCH v5 15/16] perf tools: s390: "
` [PATCH v5 16/16] perf tools: Remove dependency on libaudit
[PATCH bpf-next 0/7] Free htab element out of bucket lock
2025-01-08 1:24 UTC (10+ 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 v2 00/16] bpf: Reduce the use of migrate_{disable|enable}()
2025-01-08 1:07 UTC (17+ messages)
` [PATCH bpf-next v2 01/16] bpf: Remove migrate_{disable|enable} from LPM trie
` [PATCH bpf-next v2 02/16] bpf: Remove migrate_{disable|enable} in ->map_for_each_callback
` [PATCH bpf-next v2 03/16] bpf: Remove migrate_{disable|enable} in htab_elem_free
` [PATCH bpf-next v2 04/16] bpf: Remove migrate_{disable|enable} from bpf_cgrp_storage_lock helpers
` [PATCH bpf-next v2 05/16] bpf: Remove migrate_{disable|enable} from bpf_task_storage_lock helpers
` [PATCH bpf-next v2 06/16] bpf: Disable migration when destroying inode storage
` [PATCH bpf-next v2 07/16] bpf: Disable migration when destroying sock storage
` [PATCH bpf-next v2 08/16] bpf: Disable migration when cloning "
` [PATCH bpf-next v2 09/16] bpf: Disable migration in bpf_selem_free_rcu
` [PATCH bpf-next v2 10/16] bpf: Disable migration before calling ops->map_free()
` [PATCH bpf-next v2 11/16] bpf: Remove migrate_{disable|enable} in bpf_obj_free_fields()
` [PATCH bpf-next v2 12/16] bpf: Remove migrate_{disable,enable} in bpf_cpumask_release()
` [PATCH bpf-next v2 13/16] bpf: Remove migrate_{disable|enable} from bpf_selem_alloc()
` [PATCH bpf-next v2 14/16] bpf: Remove migrate_{disable|enable} from bpf_local_storage_alloc()
` [PATCH bpf-next v2 15/16] bpf: Remove migrate_{disable|enable} from bpf_local_storage_free()
` [PATCH bpf-next v2 16/16] bpf: Remove migrate_{disable|enable} from bpf_selem_free()
[PATCH bpf-next v5 0/5] net/smc: Introduce smc_ops
2025-01-08 0:48 UTC (7+ 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
pull-request: bpf-next 2025-01-07
2025-01-08 0:30 UTC (2+ messages)
[PATCH v4 0/4] Prefer sysfs/JSON events also when no PMU is provided
2025-01-08 0:14 UTC (8+ 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] selftests/bpf: add -std=gnu11 to BPF_CFLAGS and CFLAGS
2025-01-07 23:58 UTC
[PATCH bpf-next v3 0/5] net/smc: Introduce smc_ops
2025-01-07 23:24 UTC (5+ messages)
` [PATCH bpf-next v3 4/5] libbpf: fix error when st-prefix_ops and ops from differ btf
[PATCH] bpf: Replace (arg_type & MEM_RDONLY) with type_is_rdonly_mem
2025-01-07 23:02 UTC (2+ messages)
[PATCH net-next v7 00/11] net: Improve netns handling in rtnetlink
2025-01-07 20:38 UTC (7+ messages)
` [PATCH net-next v7 02/11] rtnetlink: Pack newlink() params into struct
[PATCH dwarves v4 00/10] pahole: faster reproducible BTF encoding
2025-01-07 20:35 UTC (12+ 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 0/3] selftests: bpf: Migrate test_xdp_redirect.sh to test_progs
2025-01-07 19:48 UTC (3+ messages)
` [PATCH 2/3] selftests/bpf: Migrate test_xdp_redirect.sh to xdp_do_redirect.c
[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 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
[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)
[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/4] expose number of map entries to userspace
2025-01-07 11:10 UTC (5+ messages)
[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)
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 (3+ messages)
[QUESTION] Check bpf_loop support on kernels < 5.13
2025-01-06 22:32 UTC (3+ messages)
[PATCH net-next 09/15] igb: Fix passing 0 to ERR_PTR in igb_run_xdp()
2025-01-06 22:19 UTC (3+ messages)
` [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()
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;
as well as URLs for NNTP newsgroup(s).