messages from 2024-10-24 16:14:11 to 2024-10-27 09:21:52 UTC [more...]
[PATCH v6 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
2024-10-27 9:21 UTC (7+ messages)
` [PATCH v6 11/17] kbuild: Add generic hook for architectures to use before the final vmlinux link
` [PATCH v6 12/17] powerpc64/ftrace: Move ftrace sequence out of line
` [PATCH v6 13/17] powerpc64/ftrace: Support .text larger than 32MB with out-of-line stubs
[PATCH net] Drop packets with invalid headers to prevent KMSAN infoleak
2024-10-27 8:49 UTC (5+ messages)
[RFC PATCH v3 1/3] tracing: Introduce tracepoint extended structure
2024-10-27 0:08 UTC (4+ messages)
` [RFC PATCH v3 2/3] tracing: Introduce tracepoint_is_syscall()
` [RFC PATCH v3 3/3] tracing: Fix syscall tracepoint use-after-free
[PATCH] bpf: fix filed access without lock
2024-10-26 20:37 UTC (2+ messages)
[Patch bpf] sock_map: fix a NULL pointer dereference in sock_map_link_update_prog()
2024-10-26 18:55 UTC
[PATCH iwl-next v9 0/6] igb: Add support for AF_XDP zero-copy
2024-10-26 16:57 UTC (13+ messages)
` [PATCH iwl-next v9 1/6] igb: Remove static qualifiers
` [Intel-wired-lan] "
` [PATCH iwl-next v9 2/6] igb: Introduce igb_xdp_is_enabled()
` [Intel-wired-lan] "
` [PATCH iwl-next v9 3/6] igb: Introduce XSK data structures and helpers
` [Intel-wired-lan] "
` [PATCH iwl-next v9 4/6] igb: Add XDP finalize and stats update functions
` [Intel-wired-lan] "
` [PATCH iwl-next v9 5/6] igb: Add AF_XDP zero-copy Rx support
` [Intel-wired-lan] "
` [PATCH iwl-next v9 6/6] igb: Add AF_XDP zero-copy Tx support
` [Intel-wired-lan] "
[PATCH v4 net-next 0/4] Fix passing 0 to ERR_PTR in intel ether drivers
2024-10-26 15:38 UTC (9+ messages)
` [PATCH v4 net-next 1/4] igc: Fix passing 0 to ERR_PTR in igc_xdp_run_prog()
` [PATCH v4 net-next 2/4] igb: Fix passing 0 to ERR_PTR in igb_run_xdp()
` [PATCH v4 net-next 3/4] ixgbe: Fix passing 0 to ERR_PTR in ixgbe_run_xdp()
` [PATCH v4 net-next 4/4] ixgbevf: Fix passing 0 to ERR_PTR in ixgbevf_run_xdp()
[Patch bpf] bpf: check negative offsets in __bpf_skb_min_len()
2024-10-26 15:33 UTC (3+ messages)
[RFC PATCH v1] tracing: Fix syscall tracepoint use-after-free
2024-10-26 15:17 UTC (6+ messages)
[PATCH net] Documentation: networking: net_cachelines: Fix formatting
2024-10-26 13:03 UTC (2+ messages)
[PATCH bpf-next v3 0/4] Optimize bpf_csum_diff() and homogenize for all archs
2024-10-26 12:53 UTC (5+ messages)
` [PATCH bpf-next v3 1/4] net: checksum: move from32to16() to generic header
` [PATCH bpf-next v3 2/4] bpf: bpf_csum_diff: optimize and homogenize for all archs
` [PATCH bpf-next v3 3/4] selftests/bpf: don't mask result of bpf_csum_diff() in test_verifier
` [PATCH bpf-next v3 4/4] selftests/bpf: Add a selftest for bpf_csum_diff()
[PATCH bpf 0/8] Fixes to bpf_msg_push/pop_data and test_sockmap
2024-10-26 6:17 UTC (13+ messages)
` [PATCH bpf 5/8] selftests/bpf: Add more tests for test_txmsg_push_pop in test_sockmap
` [PATCH bpf 7/8] bpf, sockmap: Several fixes to bpf_msg_pop_data
` [PATCH bpf 8/8] bpf, sockmap: Fix sk_msg_reset_curr
[PATCH] mm: krealloc: Fix MTE false alarm in __do_krealloc
2024-10-26 5:46 UTC (3+ messages)
[PATCH v2 bpf 1/2] bpf: Fix out-of-bounds write in trie_get_next_key()
2024-10-26 5:04 UTC (2+ messages)
` [PATCH v2 bpf 2/2] selftests/bpf: Add test for trie_get_next_key()
[PATCH v18 00/17] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2024-10-26 4:38 UTC (18+ messages)
` [PATCH v18 01/17] fgraph: Pass ftrace_regs to entryfunc
` [PATCH v18 02/17] fgraph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v18 03/17] fgraph: Pass ftrace_regs to retfunc
` [PATCH v18 04/17] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v18 05/17] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v18 06/17] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v18 07/17] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v18 08/17] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v18 09/17] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v18 10/17] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
` [PATCH v18 11/17] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v18 12/17] fprobe: Add fprobe_header encoding feature
` [PATCH v18 13/17] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v18 14/17] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v18 15/17] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v18 16/17] Documentation: probes: Update fprobe on function-graph tracer
` [PATCH v18 17/17] bpf: Add get_entry_ip() for arm64
[PATCH bpf-next v2 1/2] bpf: add bpf_get_hw_counter kfunc
2024-10-26 1:24 UTC (11+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: add selftest to check rdtsc jit
[PATCHv2 net-next] net: freescale: use ethtool string helpers
2024-10-25 23:33 UTC (2+ messages)
Some observations (results) on BPF acquire and release
2024-10-25 23:26 UTC (12+ messages)
FOSDEM 2025 eBPF Devroom Call for Participation
2024-10-25 22:32 UTC
[PATCH bpf-next] docs/bpf: Add description of .BTF.base section
2024-10-25 20:58 UTC (4+ messages)
[PATCH] arm64: uprobes: Simulate STP for pushing fp/lr into user stack
2024-10-25 20:51 UTC (3+ messages)
[PATCH net-next] net: intel: use ethtool string helpers
2024-10-25 20:19 UTC (3+ messages)
[RFC PATCH] tracing: Fix syscall tracepoint use-after-free
2024-10-25 20:19 UTC (11+ messages)
[RFC PATCH v2] tracing: Fix syscall tracepoint use-after-free
2024-10-25 20:18 UTC (2+ messages)
[PATCHv2 net-next iwl-next] net: intel: use ethtool string helpers
2024-10-25 20:17 UTC
[PATCH bpf-next 0/4] net/smc: Introduce smc_bpf_ops
2024-10-25 18:30 UTC (5+ messages)
` [PATCH net-next 3/4] "
Questions about the state of some BTF features
2024-10-25 17:05 UTC (12+ messages)
[PATCH bpf-next v2] bpf, arm64: Remove garbage frame for struct_ops trampoline
2024-10-25 16:20 UTC (2+ messages)
[PATCH bpf v3 0/5] Fixes for bits iterator
2024-10-25 15:45 UTC (11+ messages)
` [PATCH bpf v3 1/5] bpf: Free dynamically allocated bits in bpf_iter_bits_destroy()
` [PATCH bpf v3 2/5] bpf: Add bpf_mem_alloc_check_size() helper
` [PATCH bpf v3 3/5] bpf: Check the validity of nr_words in bpf_iter_bits_new()
` [PATCH bpf v3 4/5] bpf: Use __u64 to save the bits in bits iterator
` [PATCH bpf v3 5/5] selftests/bpf: Add three test cases for bits_iter
[PATCH bpf-next 2/4] bpf: allow to access bpf_prog during bpf_struct_access
2024-10-25 12:20 UTC (3+ messages)
[PATCH] selftests/bpf: Add test for trie_get_next_key()
2024-10-25 12:03 UTC (6+ messages)
[PATCH bpf-next v2 2/4] bpf: bpf_csum_diff: optimize and homogenize for all archs
2024-10-25 11:32 UTC (4+ messages)
[PATCH net-next] net: marvell: use ethtool string helpers
2024-10-25 9:32 UTC (2+ messages)
[PATCH bpf] bpf, arm64: Fix stack frame construction for struct_ops trampoline
2024-10-25 7:51 UTC (7+ messages)
[PATCH] net: mana: use ethtool string helpers
2024-10-25 6:08 UTC (2+ messages)
[PATCH v3 tip/perf/core 0/4] uprobes,mm: speculative lockless VMA-to-uprobe lookup
2024-10-25 5:12 UTC (10+ messages)
` [PATCH v3 tip/perf/core 1/4] mm: introduce mmap_lock_speculation_{start|end}
[PATCH v3 net 0/4] Fix passing 0 to ERR_PTR in intel ether drivers
2024-10-25 4:11 UTC (5+ messages)
[PATCH] selftests/bpf: remove xdp_synproxy IP_DF check
2024-10-25 3:19 UTC
[PATCH bpf-next 0/2] bpf, x64: Introduce two tailcall enhancements
2024-10-25 2:37 UTC (11+ messages)
` [PATCH bpf-next 1/2] bpf, x64: Propagate tailcall info only for tail_call_reachable subprogs
[syzbot] [v9fs?] INFO: rcu detected stall in sys_mount (7)
2024-10-25 1:14 UTC (2+ messages)
` [syzbot] [fs] "
[PATCH net-next v2 0/6] Suspend IRQs during application busy periods
2024-10-25 1:03 UTC (6+ messages)
` [PATCH net-next v2 6/6] docs: networking: Describe irq suspension
[GIT PULL] bpf for v6.12-rc5
2024-10-25 0:19 UTC (2+ messages)
[PATCH v3 0/2] PCI: add enabe(disable)_device() hook for bridge
2024-10-24 22:34 UTC (3+ messages)
` [PATCH v3 1/2] PCI: Add enable_device() and disable_device() callbacks for bridges
` [PATCH v3 2/2] PCI: imx6: Add IOMMU and ITS MSI support for i.MX95
[PATCH v2 bpf-next 0/8] Fixes to bpf_msg_push/pop_data and test_sockmap
2024-10-24 20:29 UTC (9+ messages)
` [PATCH v2 bpf-next 1/8] selftests/bpf: Add txmsg_pass to pull/push/pop in test_sockmap
` [PATCH v2 bpf-next 2/8] selftests/bpf: Fix SENDPAGE data logic "
` [PATCH v2 bpf-next 3/8] selftests/bpf: Fix total_bytes in msg_loop_rx "
` [PATCH v2 bpf-next 4/8] selftests/bpf: Add push/pop checking for msg_verify_data "
` [PATCH v2 bpf-next 5/8] selftests/bpf: Add more tests for test_txmsg_push_pop "
` [PATCH v2 bpf-next 6/8] bpf, sockmap: Several fixes to bpf_msg_push_data
` [PATCH v2 bpf-next 7/8] bpf, sockmap: Several fixes to bpf_msg_pop_data
` [PATCH v2 bpf-next 8/8] bpf, sockmap: Fix sk_msg_reset_curr
[PATCH v2 bpf-next/net 0/8] Fixes to bpf_msg_push/pop_data and test_sockmap
2024-10-24 20:13 UTC (9+ messages)
` [PATCH v2 bpf-next/net 1/8] selftests/bpf: Add txmsg_pass to pull/push/pop in test_sockmap
` [PATCH v2 bpf-next/net 2/8] selftests/bpf: Fix SENDPAGE data logic "
` [PATCH v2 bpf-next/net 3/8] selftests/bpf: Fix total_bytes in msg_loop_rx "
` [PATCH v2 bpf-next/net 4/8] selftests/bpf: Add push/pop checking for msg_verify_data "
` [PATCH v2 bpf-next/net 5/8] selftests/bpf: Add more tests for test_txmsg_push_pop "
` [PATCH v2 bpf-next/net 6/8] bpf, sockmap: Several fixes to bpf_msg_push_data
` [PATCH v2 bpf-next/net 7/8] bpf, sockmap: Several fixes to bpf_msg_pop_data
` [PATCH v2 bpf-next/net 8/8] bpf, sockmap: Fix sk_msg_reset_curr
[PATCH v2 bpf-next 1/2] bpf: Add open coded version of kmem_cache iterator
2024-10-24 18:08 UTC (3+ messages)
` [PATCH v2 bpf-next 2/2] selftests/bpf: Add a test for open coded kmem_cache iter
[PATCH bpf-next 1/2] bpf: add bpf_get_hw_counter kfunc
2024-10-24 17:47 UTC (7+ messages)
[PATCH v6 bpf-next 00/12] Share user memory to BPF program through task storage map
2024-10-24 17:40 UTC (2+ messages)
[PATCH bpf v3 0/2] Add the missing BPF_LINK_TYPE invocation for sockmap
2024-10-24 17:40 UTC (2+ messages)
The state of uprobes work and logistics
2024-10-24 17:38 UTC (3+ messages)
[PATCH v5 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
2024-10-24 17:20 UTC (6+ messages)
` [PATCH v5 11/17] kbuild: Add generic hook for architectures to use before the final vmlinux link
[PATCH sched_ext/for-6.13 1/2] sched_ext: Rename CFI stubs to names that are recognized by BPF
2024-10-24 16:59 UTC (5+ messages)
` [PATCH sched_ext/for-6.13 2/2] sched_ext: Replace set_arg_maybe_null() with __nullable CFI stub tags
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).