messages from 2024-10-15 13:28:56 to 2024-10-16 18:35:51 UTC [more...]
[PATCH bpf-next 0/6] selftests/bpf: integrate test_tcp_check_syncookie.sh into test_progs
2024-10-16 18:35 UTC (5+ messages)
` [PATCH bpf-next 1/6] selftests/bpf: factorize conn and syncookies tests in a single runner
` [PATCH bpf-next 2/6] selftests/bpf: add missing ns cleanups in btf_skc_cls_ingress
` [PATCH bpf-next 3/6] selftests/bpf: get rid of global vars "
` [PATCH bpf-next 4/6] selftests/bpf: add ipv4 and dual ipv4/ipv6 support "
linux-next: build failure after merge of the bpf-next tree
2024-10-16 18:35 UTC (3+ messages)
[PATCH bpf v2 0/4] bpf, vsock: Fixes related to sockmap/sockhash redirection
2024-10-16 18:25 UTC (2+ messages)
[PATCH v17 00/16] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2024-10-16 18:14 UTC (23+ messages)
` [PATCH v17 01/16] function_graph: Pass ftrace_regs to entryfunc
` [PATCH v17 02/16] function_graph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v17 03/16] function_graph: Pass ftrace_regs to retfunc
` [PATCH v17 04/16] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v17 05/16] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v17 06/16] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v17 07/16] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v17 08/16] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v17 09/16] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v17 10/16] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
` [PATCH v17 11/16] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v17 12/16] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v17 13/16] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v17 14/16] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v17 15/16] Documentation: probes: Update fprobe on function-graph tracer
` [PATCH v17 16/16] bpf: Add get_entry_ip() for arm64
[PATCH bpf 0/2] Two fixes for test_sockmap
2024-10-16 18:10 UTC (2+ messages)
[PATCH v6 0/8] x86/module: use large ROX pages for text allocations
2024-10-16 17:21 UTC (11+ messages)
` [PATCH v6 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v6 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v6 3/8] asm-generic: introduce text-patching.h
` [PATCH v6 4/8] module: prepare to handle ROX allocations for text
` [PATCH v6 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v6 6/8] x86/module: prepare module loading for ROX allocations of text
` [PATCH v6 7/8] execmem: add support for cache of large ROX pages
` [PATCH v6 8/8] x86/module: enable ROX caches for module text on 64 bit
[PATCH 1/2] perf tools: Fix possible compiler warnings in hashmap
2024-10-16 17:12 UTC (2+ messages)
[PATCH] cgroup/bpf: fix NULL pointer dereference at cgroup_bpf_offline
2024-10-16 17:04 UTC (3+ messages)
[PATCH] sched_ext: Use BTF_ID to resolve task_struct
2024-10-16 16:57 UTC (2+ messages)
[PATCH bpf-next 0/2] security.bpf xattr name prefix
2024-10-16 16:38 UTC (12+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Extend test fs_kfuncs to cover security.bpf xattr names
[PATCH bpf v1 1/2] bpf: fix link info netfilter flags to populate defrag flag
2024-10-16 15:13 UTC (4+ messages)
[syzbot] [bpf?] KCSAN: data-race in __mod_timer / kvfree_call_rcu
2024-10-16 15:07 UTC (4+ messages)
[RFC PATCH v1 13/57] bpf: Remove PAGE_SIZE compile-time constant assumption
2024-10-16 14:45 UTC (4+ messages)
` [RFC PATCH v1 29/57] net: igb: "
[PATCH bpf 1/3] bpf: Fix incorrect delta propagation between linked registers
2024-10-16 13:49 UTC (3+ messages)
` [PATCH bpf 2/3] bpf: Fix print_reg_state's constant scalar dump
` [PATCH bpf 3/3] selftests/bpf: Add test case for delta propagation
[PATCH net-next v2 00/12] net-timestamp: bpf extension to equip applications transparently
2024-10-16 13:22 UTC (26+ messages)
` [PATCH net-next v2 02/12] net-timestamp: open gate for bpf_setsockopt
` [PATCH net-next v2 04/12] net-timestamp: add static key to control the whole bpf extension
` [PATCH net-next v2 06/12] net-timestamp: introduce TS_SCHED_OPT_CB to generate dev xmit timestamp
[PATCH 1/3] ima: Remove inode lock
2024-10-16 13:08 UTC (13+ messages)
` [PATCH 2/3] ima: Ensure lock is held when setting iint pointer in inode security blob
[PATCH v4] sched_ext: Trigger ops.update_idle() from pick_task_idle()
2024-10-16 12:26 UTC (5+ messages)
[PATCH v5 0/8] x86/module: use large ROX pages for text allocations
2024-10-16 10:40 UTC (12+ messages)
` [PATCH v5 7/8] execmem: add support for cache of large ROX pages
[PATCH net] igc: Fix passing 0 to ERR_PTR in igc_xdp_run_prog()
2024-10-16 10:53 UTC
[PATCH bpf-next v5 0/2] Implement mechanism to signal other threads
2024-10-16 8:41 UTC (3+ messages)
` [PATCH bpf-next v5 1/2] bpf: implement bpf_send_signal_task() kfunc
` [PATCH bpf-next v5 2/2] selftests/bpf: Augment send_signal test with remote signaling
[PATCH v16 00/18] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2024-10-16 8:33 UTC (13+ messages)
` [PATCH v16 01/18] tracing: Use arch_ftrace_regs() for ftrace_regs_*() macros
` [PATCH v16 04/18] function_graph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v16 09/18] tracing: Add ftrace_fill_perf_regs() for perf event
[PATCH bpf-next v3 0/2] Fix bpf_get/setsockopt failed when TCP over IPv4 via INET6 API
2024-10-16 8:29 UTC (4+ messages)
` [PATCH bpf-next v3 1/2] bpf: Fix bpf_get/setsockopt to tos not take effect "
` [External] "
[PATCH bpf-next v2 0/2] Cgroup skb add helper to get net_cls's classid
2024-10-16 8:28 UTC (4+ messages)
` [PATCH bpf-next v2 2/2] bpf, selftests: Add test case for cgroup skb to get net_cls classid helpers
` [External] "
[PATCH net-next 0/3] Bonding: return detailed error about XDP failures
2024-10-16 8:24 UTC (12+ messages)
` [PATCH net-next 1/3] bonding: return detailed error when loading native XDP fails
` [PATCH net-next 2/3] bonding: use correct return value
` [PATCH net-next 3/3] Documentation: bonding: add XDP support explanation
[PATCH v2 bpf-next 0/2] security.bpf xattr name prefix
2024-10-16 7:09 UTC (3+ messages)
` [PATCH v2 bpf-next 1/2] fs/xattr: bpf: Introduce "
` [PATCH v2 bpf-next 2/2] selftests/bpf: Extend test fs_kfuncs to cover security.bpf xattr names
[PATCHv6 bpf-next,perf/core 00/16] uprobe, bpf: Add session support
2024-10-16 6:41 UTC (6+ messages)
` [PATCHv6 perf/core 01/16] uprobe: Add data pointer to consumer handlers
` [PATCHv6 perf/core 02/16] uprobe: Add support for session consumer
[RFC net-next v2 0/2] igc: Link IRQs and queues to NAPIs
2024-10-16 1:01 UTC (4+ messages)
` [RFC net-next v2 2/2] igc: Link queues to NAPI instances
[PATCH RFC] rethook: inline arch_rethook_trampoline_callback() in assembly code
2024-10-16 0:53 UTC (3+ messages)
[syzbot] Monthly bpf report (Oct 2024)
2024-10-15 21:53 UTC
[PATCH bpf-next v4 00/10] bpf: Support private stack for bpf progs
2024-10-15 21:39 UTC (8+ messages)
` [PATCH bpf-next v4 07/10] bpf: Support calling non-tailcall bpf prog
[for-next][PATCH 1/3] ftrace: Use arch_ftrace_regs() for ftrace_regs_*() macros
2024-10-15 21:24 UTC (2+ messages)
` [for-next][PATCH 3/3] ftrace: Rename ftrace_regs_return_value to ftrace_regs_get_return_value
[PATCH v5 bpf-next 0/3] bpf: Add kmem_cache iterator and kfunc
2024-10-15 20:54 UTC (9+ messages)
` [PATCH v5 bpf-next 2/3] mm/bpf: Add bpf_get_kmem_cache() kfunc
[PATCH v2] arm64: insn: Simulate nop instruction for better uprobe performance
2024-10-15 18:58 UTC (2+ messages)
[bpf-next v1 1/2] bpf: Fix iter/task tid filtering
2024-10-15 18:27 UTC (2+ messages)
` [bpf-next v1 2/2] bpf: properly test "
[PATCH bpf-next v8 0/2] bpf: Fix tailcall infinite loop caused by freplace
2024-10-15 18:40 UTC (4+ messages)
` [PATCH bpf-next v8 1/2] bpf: Prevent "
` [PATCH bpf-next v8 2/2] selftests/bpf: Add test to verify tailcall and freplace restrictions
[PATCH v1 0/6] Add jump table support for objtool on LoongArch
2024-10-15 18:36 UTC (3+ messages)
` [PATCH v1 4/6] bpf, core: Add weak arch_prepare_goto()
[PATCH bpf-next v4 0/2] Implement mechanism to signal other threads
2024-10-15 18:20 UTC (5+ messages)
` [PATCH bpf-next v4 1/2] bpf: implement bpf_send_signal_task() kfunc
[PATCH v2 0/3] Fix truncation bug in coerce_reg_to_size_sx and extend selftests
2024-10-15 18:20 UTC (2+ messages)
[PATCH] bpftool: optimize if statement code
2024-10-15 18:16 UTC (3+ messages)
[PATCH iwl-next v8 0/6] igb: Add support for AF_XDP zero-copy
2024-10-15 17:16 UTC (4+ messages)
` [PATCH iwl-next v8 6/6] igb: Add AF_XDP zero-copy Tx support
[PATCH rcu 01/15] srcu: Rename srcu_might_be_idle() to srcu_should_expedite()
2024-10-15 16:11 UTC (13+ messages)
` [PATCH rcu 02/15] srcu: Introduce srcu_gp_is_expedited() helper function
` [PATCH rcu 03/15] srcu: Renaming in preparation for additional reader flavor
` [PATCH rcu 04/15] srcu: Bit manipulation changes "
` [PATCH rcu 05/15] srcu: Standardize srcu_data pointers to "sdp" and similar
` [PATCH rcu 07/15] srcu: Create CPP macros for normal and NMI-safe SRCU readers
` [PATCH rcu 08/15] srcu: Add srcu_read_lock_lite() and srcu_read_unlock_lite()
` [PATCH rcu 09/15] srcu: Allow inlining of __srcu_read_{,un}lock_lite()
` [PATCH rcu 10/15] rcutorture: Expand RCUTORTURE_RDR_MASK_[12] to eight bits
` [PATCH rcu 11/15] rcutorture: Add reader_flavor parameter for SRCU readers
` [PATCH rcu 12/15] rcutorture: Add srcu_read_lock_lite() support to rcutorture.reader_flavor
` [PATCH rcu 13/15] rcutorture: Add light-weight SRCU scenario
` [PATCH rcu 14/15] refscale: Add srcu_read_lock_lite() support using "srcu-lite"
[PATCH net] bpf: xdp: fallback to SKB mode if DRV flag is absent
2024-10-15 15:51 UTC (2+ messages)
[syzbot] [fs?] [mm?] stack segment fault in folio_wait_writeback
2024-10-15 15:12 UTC
[PATCH net-next v2 00/18] idpf: XDP chapter III: core XDP changes (+libeth_xdp)
2024-10-15 14:53 UTC (19+ messages)
` [PATCH net-next v2 01/18] jump_label: export static_key_slow_{inc,dec}_cpuslocked()
` [PATCH net-next v2 02/18] skbuff: allow 2-4-argument skb_frag_dma_map()
` [PATCH net-next v2 03/18] unroll: add generic loop unroll helpers
` [PATCH net-next v2 04/18] bpf, xdp: constify some bpf_prog * function arguments
` [PATCH net-next v2 05/18] xdp, xsk: constify read-only arguments of some static inline helpers
` [PATCH net-next v2 06/18] xdp: allow attaching already registered memory model to xdp_rxq_info
` [PATCH net-next v2 07/18] net: Register system page pool as an XDP memory model
` [PATCH net-next v2 08/18] page_pool: make page_pool_put_page_bulk() actually handle array of pages
` [PATCH net-next v2 09/18] page_pool: allow mixing PPs within one bulk
` [PATCH net-next v2 10/18] xdp: get rid of xdp_frame::mem.id
` [PATCH net-next v2 11/18] xdp: add generic xdp_buff_add_frag()
` [PATCH net-next v2 12/18] xdp: add generic xdp_build_skb_from_buff()
` [PATCH net-next v2 13/18] xsk: allow attaching XSk pool via xdp_rxq_info_reg_mem_model()
` [PATCH net-next v2 14/18] xsk: make xsk_buff_add_frag really add a frag via __xdp_buff_add_frag()
` [PATCH net-next v2 15/18] xsk: add generic XSk &xdp_buff -> skb conversion
` [PATCH net-next v2 16/18] xsk: add helper to get &xdp_desc's DMA and meta pointer in one go
` [PATCH net-next v2 17/18] libeth: support native XDP and register memory model
` [PATCH net-next v2 18/18] libeth: add a couple of XDP helpers (libeth_xdp)
Maximum amount of uprobes and uprobe and uprobe_ret relation
2024-10-15 14:41 UTC (2+ messages)
[PATCH net-next v3 00/10] net: ip: add drop reasons to input route
2024-10-15 14:08 UTC (11+ messages)
` [PATCH net-next v3 01/10] net: ip: refactor fib_validate_source/__fib_validate_source
` [PATCH net-next v3 02/10] net: ip: make fib_validate_source() return drop reason
` [PATCH net-next v3 03/10] net: ip: make ip_route_input_mc() "
` [PATCH net-next v3 04/10] net: ip: make ip_mc_validate_source() "
` [PATCH net-next v3 05/10] net: ip: make ip_route_input_slow() return drop reasons
` [PATCH net-next v3 06/10] net: ip: make ip_route_input_rcu() "
` [PATCH net-next v3 07/10] net: ip: make ip_route_input_noref() "
` [PATCH net-next v3 08/10] net: ip: make ip_route_input() "
` [PATCH net-next v3 09/10] net: ip: make ip_mkroute_input/__mkroute_input "
` [PATCH net-next v3 10/10] net: ip: make ip_route_use_hint() "
[syzbot] Monthly trace report (Oct 2024)
2024-10-15 14:05 UTC (3+ messages)
pull-request: bpf-next 2024-10-14
2024-10-15 13:30 UTC (2+ messages)
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