messages from 2025-07-03 12:44:12 to 2025-07-06 22:29:54 UTC [more...]
[PATCH v5 bpf-next 0/5] bpf path iterator
2025-07-06 22:29 UTC (8+ messages)
` [PATCH v5 bpf-next 1/5] namei: Introduce new helper function path_walk_parent()
` [PATCH v5 bpf-next 2/5] landlock: Use path_walk_parent()
[syzbot] [bpf?] WARNING in bpf_check (4)
2025-07-06 21:47 UTC (2+ messages)
[PATCH v3 bpf-next 00/12] bpf: tcp: Exactly-once socket iteration
2025-07-06 18:36 UTC (4+ messages)
` [PATCH v3 bpf-next 05/12] bpf: tcp: Avoid socket skips and repeats during iteration
[PATCH bpf-next v3 0/2] bpf: Fix and test aux usage after do_check_insn()
2025-07-05 19:09 UTC (3+ messages)
` [PATCH bpf-next v3 1/2] bpf: Fix "
` [PATCH bpf-next v3 2/2] selftests/bpf: Add Spectre v4 tests
[syzbot] [bpf?] WARNING in reg_bounds_sanity_check
2025-07-05 16:02 UTC (8+ messages)
[PATCH v2 bpf] xsk: fix immature cq descriptor production
2025-07-05 13:55 UTC
[PATCH] tools/libbpf: add WERROR option
2025-07-05 10:43 UTC
[PATCH net-next] virtio-net: xsk: rx: move the xdp->data adjustment to buf_to_xdp()
2025-07-05 7:55 UTC
[PATCH bpf-next v1 0/2] BPF Streams - Fixes
2025-07-05 6:14 UTC (4+ messages)
` [PATCH bpf-next v1 1/2] bpf: Fix bounds for bpf_prog_get_file_line linfo loop
` [PATCH bpf-next v1 2/2] bpf: Fix improper int-to-ptr cast in dump_stack_cb
linux-next: Tree for Jul 4 (kernel/bpf/stream.c)
2025-07-05 4:52 UTC (4+ messages)
KASAN error in core.c:bpf_prog_get_file_line()
2025-07-05 4:40 UTC (2+ messages)
[PATCH bpf-next v2 03/18] ftrace: factor out ftrace_direct_update from register_ftrace_direct
2025-07-05 2:41 UTC (2+ messages)
[PATCH bpf-next v2 0/8] bpf: additional use-cases for untrusted PTR_TO_MEM
2025-07-04 23:03 UTC (9+ messages)
` [PATCH bpf-next v2 1/8] bpf: make makr_btf_ld_reg return error for unexpected reg types
` [PATCH bpf-next v2 2/8] bpf: rdonly_untrusted_mem for btf id walk pointer leafs
` [PATCH bpf-next v2 3/8] selftests/bpf: ptr_to_btf_id struct walk ending with primitive pointer
` [PATCH bpf-next v2 4/8] bpf: attribute __arg_untrusted for global function parameters
` [PATCH bpf-next v2 5/8] libbpf: __arg_untrusted in bpf_helpers.h
` [PATCH bpf-next v2 6/8] selftests/bpf: test cases for __arg_untrusted
` [PATCH bpf-next v2 7/8] bpf: support for void/primitive __arg_untrusted global func params
` [PATCH bpf-next v2 8/8] selftests/bpf: tests for __arg_untrusted void * "
[PATCH v2 0/3] btf_encoder: do not encode functions consuming packed structs on stack
2025-07-04 21:12 UTC (11+ messages)
` [PATCH v2 1/3] btf_encoder: skip functions consuming packed structs passed by value "
` [PATCH v2 2/3] tests: add some tests validating skipped functions due to uncertain arg location
[PATCH bpf-next v1 0/8] bpf: additional use-cases for untrusted PTR_TO_MEM
2025-07-04 20:47 UTC (34+ messages)
` [PATCH bpf-next v1 1/8] bpf: make makr_btf_ld_reg return error for unexpected reg types
` [PATCH bpf-next v1 2/8] bpf: rdonly_untrusted_mem for btf id walk pointer leafs
` [PATCH bpf-next v1 3/8] selftests/bpf: ptr_to_btf_id struct walk ending with primitive pointer
` [PATCH bpf-next v1 4/8] bpf: attribute __arg_untrusted for global function parameters
` [PATCH bpf-next v1 5/8] libbpf: __arg_untrusted in bpf_helpers.h
` [PATCH bpf-next v1 6/8] selftests/bpf: test cases for __arg_untrusted
` [PATCH bpf-next v1 7/8] bpf: support for void/primitive __arg_untrusted global func params
` [PATCH bpf-next v1 8/8] selftests/bpf: tests for __arg_untrusted void * "
[BUG] mlx5_core memory management issue
2025-07-04 20:14 UTC (3+ messages)
[RFC bpf-next v2 0/4] bpf: Fast-Path approach for BPF program
2025-07-04 19:10 UTC (9+ messages)
` [RFC bpf-next v2 2/4] bpf: Generating a stubbed version of BPF program for termination
` [RFC bpf-next v2 3/4] bpf: Runtime part of fast-path termination approach
[PATCH v12 00/14] unwind_user: x86: Deferred unwinding infrastructure
2025-07-04 18:20 UTC (10+ messages)
` [PATCH v12 01/14] unwind_user: Add user space unwinding API
` [PATCH v12 02/14] unwind_user: Add frame pointer support
[PATCH v3] cgroup: llist: avoid memory tears for llist_node
2025-07-04 18:08 UTC
[PATCH 1/2] llist: avoid memory tearing for llist_node
2025-07-04 17:58 UTC (10+ messages)
` [PATCH 2/2] cgroup: explain the race between updater and flusher
[PATCH 0/4] hfs/hfsplus: add uncached buffer io support
2025-07-04 17:45 UTC (7+ messages)
` [PATCH 2/4] fs/buffer: parse IOCB_DONTCACHE flag in block_write_begin()
` [PATCH 3/4] hfsplus: enable uncached buffer io support
` [PATCH 4/4] hfs: "
[PATCH bpf-next v2 01/18] bpf: add function hash table for tracing-multi
2025-07-04 16:07 UTC (2+ messages)
[PATCH net-next v8] net: xsk: introduce XDP_MAX_TX_SKB_BUDGET setsockopt
2025-07-04 16:01 UTC
[PATCH bpf-next v2] selftests/bpf: Negative test case for tail call map
2025-07-04 15:30 UTC (2+ messages)
[PATCH bpf-next 1/2] bpf: Avoid warning on unexpected map for tail call
2025-07-04 13:06 UTC (6+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Negative test case for tail call map
[PATCH bpf-next,v3 0/2] Clarify and Enhance XDP Rx Metadata Handling
2025-07-04 11:38 UTC (10+ messages)
` [PATCH bpf-next,v3 1/2] doc: enhance explanation of XDP Rx metadata layout and METADATA_SIZE
` [PATCH bpf-next,v3 2/2] selftests/bpf: Enhance XDP Rx metadata handling
[PATCH 5.10] bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS
2025-07-04 11:15 UTC
[PATCH bpf-next v2 00/18] bpf: tracing multi-link support
2025-07-04 9:12 UTC (8+ messages)
` [PATCH bpf-next v2 04/18] ftrace: add reset_ftrace_direct_ips
[PATCH v12 net-next 00/15] AccECN protocol patch series
2025-07-04 8:53 UTC (16+ messages)
` [PATCH v12 net-next 01/15] tcp: reorganize SYN ECN code
` [PATCH v12 net-next 02/15] tcp: fast path functions later
` [PATCH v12 net-next 03/15] tcp: reorganize tcp_sock_write_txrx group for variables later
` [PATCH v12 net-next 04/15] tcp: ecn functions in separated include file
` [PATCH v12 net-next 05/15] tcp: AccECN core
` [PATCH v12 net-next 06/15] tcp: accecn: AccECN negotiation
` [PATCH v12 net-next 07/15] tcp: Add wait_third_ack for ECN negotiation in simultaneous connect
` [PATCH v12 net-next 08/15] tcp: accecn: add AccECN rx byte counters
` [PATCH v12 net-next 09/15] tcp: accecn: AccECN needs to know delivered bytes
` [PATCH v12 net-next 10/15] tcp: sack option handling improvements
` [PATCH v12 net-next 11/15] tcp: accecn: AccECN option
` [PATCH v12 net-next 12/15] tcp: accecn: AccECN option send control
` [PATCH v12 net-next 13/15] tcp: accecn: AccECN option failure handling
` [PATCH v12 net-next 14/15] tcp: accecn: AccECN option ceb/cep and ACE field multi-wrap heuristics
` [PATCH v12 net-next 15/15] tcp: accecn: try to fit AccECN option with SACK
[PATCHv3 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
2025-07-04 8:23 UTC (7+ messages)
` [PATCHv3 perf/core 08/22] uprobes/x86: Add mapping for optimized uprobe trampolines
[PATCH bpf-next v2 05/18] bpf: introduce bpf_gtramp_link
2025-07-04 7:52 UTC (3+ messages)
[PATCH net-next v7] net: xsk: introduce XDP_MAX_TX_SKB_BUDGET setsockopt
2025-07-04 6:19 UTC (4+ messages)
[PATCH 0/2] Fix two tailcall-related issues
2025-07-04 5:52 UTC (3+ messages)
` 回复:[PATCH "
[Patch bpf-next v4 0/4] tcp_bpf: improve ingress redirection performance with message corking
2025-07-04 4:20 UTC (6+ messages)
` [Patch bpf-next v4 4/4] "
linux-next: manual merge of the bpf-next tree with the s390 tree
2025-07-04 3:11 UTC
[PATCH bpf-next v3 0/3] bpf: Reduce verifier stack frame size
2025-07-04 2:40 UTC (5+ messages)
` [PATCH bpf-next v3 1/3] bpf: Simplify assignment to struct bpf_insn pointer in do_misc_fixups()
` [PATCH bpf-next v3 2/3] bpf: Reduce stack frame size by using env->insn_buf for bpf insns
` [PATCH bpf-next v3 3/3] bpf: Avoid putting struct bpf_scc_callchain variables on the stack
[PATCH bpf-next v7 1/3] bpf: Show precise link_type for {uprobe,kprobe}_multi fdinfo
2025-07-04 2:40 UTC (2+ messages)
[PATCH bpf-next v5 00/12] BPF Standard Streams
2025-07-04 2:40 UTC (14+ messages)
` [PATCH bpf-next v5 01/12] bpf: Refactor bprintf buffer support
` [PATCH bpf-next v5 02/12] bpf: Introduce BPF standard streams
` [PATCH bpf-next v5 03/12] bpf: Add function to extract program source info
` [PATCH bpf-next v5 04/12] bpf: Ensure RCU lock is held around bpf_prog_ksym_find
` [PATCH bpf-next v5 05/12] bpf: Add function to find program from stack trace
` [PATCH bpf-next v5 06/12] bpf: Add dump_stack() analogue to print to BPF stderr
` [PATCH bpf-next v5 07/12] bpf: Report may_goto timeout "
` [PATCH bpf-next v5 08/12] bpf: Report rqspinlock deadlocks/timeout "
` [PATCH bpf-next v5 09/12] libbpf: Add bpf_stream_printk() macro
` [PATCH bpf-next v5 10/12] libbpf: Introduce bpf_prog_stream_read() API
` [PATCH bpf-next v5 11/12] bpftool: Add support for dumping streams
` [PATCH bpf-next v5 12/12] selftests/bpf: Add tests for prog streams
[PATCH v7 00/12] unwind_deferred: Implement sframe handling
2025-07-04 0:36 UTC (3+ messages)
[PATCH bpf] xsk: fix immature cq descriptor production
2025-07-03 23:47 UTC (2+ messages)
[PATCH bpf-next v4 0/2] bpf: add bpf_dynptr_memset() kfunc
2025-07-03 22:30 UTC (4+ messages)
` [PATCH bpf-next v4 2/2] selftests/bpf: add test cases for bpf_dynptr_memset()
[PATCH bpf-next v4 00/12] BPF Standard Streams
2025-07-03 20:00 UTC (18+ messages)
` [PATCH bpf-next v4 03/12] bpf: Add function to extract program source info
` [PATCH bpf-next v4 04/12] bpf: Ensure RCU lock is held around bpf_prog_ksym_find
` [PATCH bpf-next v4 05/12] bpf: Add function to find program from stack trace
` [PATCH bpf-next v4 06/12] bpf: Add dump_stack() analogue to print to BPF stderr
` [PATCH bpf-next v4 07/12] bpf: Report may_goto timeout "
` [PATCH bpf-next v4 08/12] bpf: Report rqspinlock deadlocks/timeout "
` [PATCH bpf-next v4 12/12] selftests/bpf: Add tests for prog streams
[RFC bpf-next 0/9] BPF indirect jumps
2025-07-03 19:03 UTC (7+ messages)
` [RFC bpf-next 8/9] libbpf: support llvm-generated "
[PATCH bpf-next v2] bpf: Clean code with bpf_copy_to_user
2025-07-03 17:17 UTC (2+ messages)
[PATCH bpf-next] bpf: Clean code with bpf_copy_to_user
2025-07-03 16:19 UTC (5+ messages)
[PATCH net-next v6 0/2] net: xsk: update tx queue consumer
2025-07-03 15:45 UTC (5+ messages)
` [PATCH net-next v6 1/2] net: xsk: update tx queue consumer immediately after transmission
` [PATCH net-next v6 2/2] selftests/bpf: add a new test to check the consumer update case
[PATCH net-next v6] net: xsk: introduce XDP_MAX_TX_BUDGET set/getsockopt
2025-07-03 14:53 UTC (9+ messages)
[PATCH net-next v8 0/5] Split netmem from struct page
2025-07-03 13:29 UTC (4+ messages)
` [PATCH net-next v8 5/5] page_pool: make page_pool_get_dma_addr() just wrap page_pool_get_dma_addr_netmem()
[PATCH net-next v5 0/2] net: xsk: update tx queue consumer
2025-07-03 13:16 UTC (6+ messages)
` [PATCH net-next v5 2/2] selftests/bpf: add a new test to check the consumer update case
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).