messages from 2024-10-21 08:45:19 to 2024-10-22 14:15:07 UTC [more...]
linux-next: manual merge of the bpf-next tree with Linus' tree
2024-10-22 14:15 UTC (3+ messages)
How to combine bpf dynptr and bpf_probe_read_kernel
2024-10-22 14:14 UTC
[PATCH bpf-next 0/5] Optimize bpf_csum_diff() and homogenize for all archs
2024-10-22 13:50 UTC (20+ messages)
` [PATCH bpf-next 1/5] net: checksum: move from32to16() to generic header
` [PATCH bpf-next 2/5] bpf: bpf_csum_diff: optimize and homogenize for all archs
` [PATCH bpf-next 3/5] selftests/bpf: don't mask result of bpf_csum_diff() in test_verifier
` [PATCH bpf-next 4/5] selftests/bpf: Add benchmark for bpf_csum_diff() helper
` [PATCH bpf-next 5/5] selftests/bpf: Add a selftest for bpf_csum_diff()
[PATCH v2] objpool: fix choosing allocation for percpu slots
2024-10-22 13:45 UTC (4+ messages)
[PATCH net-next v2 00/12] net-timestamp: bpf extension to equip applications transparently
2024-10-22 13:22 UTC (12+ 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 00/18] idpf: XDP chapter III: core XDP changes (+libeth_xdp)
2024-10-22 13:00 UTC (28+ messages)
` [PATCH net-next v2 01/18] jump_label: export static_key_slow_{inc,dec}_cpuslocked()
` [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 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 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 bpf v3] bpf: Preserve param->string when parsing mount options
2024-10-22 13:01 UTC
[PATCH v3 net 0/4] Fix passing 0 to ERR_PTR in intel ether drivers
2024-10-22 11:27 UTC (8+ messages)
` [PATCH v3 net 1/4] igc: Fix passing 0 to ERR_PTR in igc_xdp_run_prog()
` [PATCH v3 net 2/4] igb: Fix passing 0 to ERR_PTR in igb_run_xdp()
` [PATCH v3 net 3/4] ixgbe: Fix passing 0 to ERR_PTR in ixgbe_run_xdp()
` [PATCH v3 net 4/4] ixgbevf: Fix passing 0 to ERR_PTR in ixgbevf_run_xdp()
[PATCHv3 net-next 0/2] Bonding: returns detailed error about XDP failures
2024-10-22 10:37 UTC (3+ messages)
` [PATCHv3 net-next 2/2] Documentation: bonding: add XDP support explanation
[PATCH] bpf: Fix out-of-bounds write in trie_get_next_key()
2024-10-22 9:43 UTC (2+ messages)
[PATCH -next v5 0/2] perf stat: Support inherit events for bperf
2024-10-22 9:39 UTC (5+ messages)
` [PATCH -next v5 1/2] perf stat: Support inherit events during fork() "
` [PATCH -next v5 2/2] perf test: Use sqrtloop workload to test bperf event
[PATCH v17 00/16] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2024-10-22 9:00 UTC (16+ 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 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 11/16] fprobe: Rewrite fprobe on function-graph tracer
[PATCH net-next v3 00/10] net: ip: add drop reasons to input route
2024-10-22 8:50 UTC (14+ 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 05/10] net: ip: make ip_route_input_slow() return drop reasons
` [PATCH net-next v3 07/10] net: ip: make ip_route_input_noref() "
[syzbot] [trace?] [bpf?] KASAN: slab-use-after-free Read in bpf_trace_run2 (2)
2024-10-22 8:20 UTC (3+ messages)
[PATCH v4 0/2] uprobes: Improve scalability by reducing the contention on siglock
2024-10-22 7:31 UTC (3+ messages)
` [PATCH v4 1/2] uprobes: Remove redundant spinlock in uprobe_deny_signal()
` [PATCH v4 2/2] uprobes: Remove the spinlock within handle_singlestep()
[PATCH bpf v2 0/7] Misc fixes for bpf
2024-10-22 7:37 UTC (16+ messages)
` [PATCH bpf v2 2/7] bpf: Add assertion for the size of bpf_link_type_strs[]
` [PATCH bpf v2 3/7] bpf: Preserve param->string when parsing mount options
` [PATCH bpf v2 4/7] bpf: Free dynamically allocated bits in bpf_iter_bits_destroy()
` [PATCH bpf v2 5/7] bpf: Check the validity of nr_words in bpf_iter_bits_new()
[PATCH bpf-next 00/16] Support dynptr key for hash map
2024-10-22 7:20 UTC (28+ messages)
` [PATCH bpf-next 01/16] bpf: Introduce map flag BPF_F_DYNPTR_IN_KEY
` [PATCH bpf-next 03/16] bpf: Parse bpf_dynptr in map key
` [PATCH bpf-next 05/16] bpf: Support map key with dynptr in verifier
` [PATCH bpf-next 06/16] bpf: Introduce bpf_dynptr_user
` [PATCH bpf-next 07/16] libbpf: Add helpers for bpf_dynptr_user
` [PATCH bpf-next 16/16] selftests/bpf: Add test cases for hash map with dynptr key
[PATCH v3 0/2] uprobes: Improve scalability by reducing the contention on siglock
2024-10-22 6:18 UTC (12+ messages)
` [PATCH v3 1/2] uprobes: Remove redundant spinlock in uprobe_deny_signal()
` [PATCH v3 2/2] uprobes: Remove the spinlock within handle_singlestep()
Verifier - wild instructions count fluctiations between versions?
2024-10-22 6:13 UTC (3+ messages)
[PATCH bpf-next v1 1/2] bpf: force checkpoint when jmp history is too long
2024-10-22 5:38 UTC (8+ messages)
[PATCH bpf-next v6 0/9] bpf: Support private stack for bpf progs
2024-10-22 4:08 UTC (15+ messages)
` [PATCH bpf-next v6 1/9] bpf: Allow each subprog having stack size of 512 bytes
` [PATCH bpf-next v6 3/9] bpf: Support private stack for struct ops programs
` [PATCH bpf-next v6 8/9] selftests/bpf: Add tracing prog private stack tests
[PATCH net-next v3 0/3] fix two bugs related to page_pool
2024-10-22 3:22 UTC (2+ messages)
` [PATCH net-next v3 1/3] page_pool: introduce page_pool_to_pp() API
[PATCH v2] mm: Split critical region in remap_file_pages() and invoke LSMs in between
2024-10-22 3:06 UTC (3+ messages)
[BUG] general protection fault in sock_map_link_update_prog - Reproducible with Syzkaller
2024-10-22 2:36 UTC
[PATCH bpf-next 0/2] bpf, x64: Introduce two tailcall enhancements
2024-10-22 1:46 UTC (5+ messages)
` [PATCH bpf-next 1/2] bpf, x64: Propagate tailcall info only for tail_call_reachable subprogs
` [PATCH bpf-next 2/2] bpf, verifier: Check trampoline target is tail_call_reachable subprog
[PATCH net] Drop packets with invalid headers to prevent KMSAN infoleak
2024-10-22 1:37 UTC (3+ messages)
[PATCH bpf 1/5] bpf: Add MEM_WRITE attribute
2024-10-22 0:47 UTC (10+ messages)
` [PATCH bpf 2/5] bpf: Fix overloading of MEM_UNINIT's meaning
` [PATCH bpf 3/5] bpf: Remove MEM_UNINIT from skb/xdp MTU helpers
` [PATCH bpf 4/5] selftests/bpf: Add test for writes to .rodata
` [PATCH bpf 5/5] selftests/bpf: Add test for passing in uninit mtu_len
[PATCH bpf-next v2 0/3] selftests/bpf: Improve building with extra
2024-10-22 0:00 UTC (2+ messages)
[PATCH bpf-next 1/2] bpf: Add open coded version of kmem_cache iterator
2024-10-21 23:36 UTC (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add a test for open coded kmem_cache iter
[PATCH] selftests/sched_ext: add order-only dependency of runner.o on BPFOBJ
2024-10-21 23:16 UTC
[PATCH bpf-next v1 0/4] Retire test_sock.c
2024-10-21 22:54 UTC (4+ messages)
` [PATCH bpf-next v1 1/4] selftests/bpf: Migrate *_POST_BIND test cases to prog_tests
[PATCH v6 0/8] x86/module: use large ROX pages for text allocations
2024-10-21 22:15 UTC (3+ messages)
` [PATCH v6 6/8] x86/module: prepare module loading for ROX allocations of text
[PATCH bpf-next v5 0/2] Implement mechanism to signal other threads
2024-10-21 22:10 UTC (2+ messages)
[PATCH v4 net-next 00/14] AccECN protocol preparation patch series
2024-10-21 21:59 UTC (15+ messages)
` [PATCH v4 net-next 01/14] tcp: reorganize tcp_in_ack_event() and tcp_count_delivered()
` [PATCH v4 net-next 02/14] tcp: create FLAG_TS_PROGRESS
` [PATCH v4 net-next 03/14] tcp: use BIT() macro in include/net/tcp.h
` [PATCH v4 net-next 04/14] tcp: extend TCP flags to allow AE bit/ACE field
` [PATCH v4 net-next 05/14] tcp: reorganize SYN ECN code
` [PATCH v4 net-next 06/14] tcp: rework {__,}tcp_ecn_check_ce() -> tcp_data_ecn_check()
` [PATCH v4 net-next 07/14] tcp: helpers for ECN mode handling
` [PATCH v4 net-next 08/14] gso: AccECN support
` [PATCH v4 net-next 09/14] gro: prevent ACE field corruption & better AccECN handling
` [PATCH v4 net-next 10/14] tcp: AccECN support to tcp_add_backlog
` [PATCH v4 net-next 11/14] tcp: allow ECN bits in TOS/traffic class
` [PATCH v4 net-next 12/14] tcp: Pass flags to __tcp_send_ack
` [PATCH v4 net-next 13/14] tcp: fast path functions later
` [PATCH v4 net-next 14/14] net: sysctl: introduce sysctl SYSCTL_FIVE
[PATCH bpf-next] selftests/bpf: increase verifier log limit in veristat
2024-10-21 20:44 UTC (6+ messages)
[PATCH bpf-next v2 0/6] selftests/bpf: integrate test_tcp_check_syncookie.sh into test_progs
2024-10-21 20:30 UTC (2+ messages)
[PATCH] sched-ext: Use correct annotation for strings in kfuncs
2024-10-21 20:13 UTC (2+ messages)
[PATCH v1 0/2] Only cgroup v2 can be attached by bpf programs
2024-10-21 20:03 UTC (2+ messages)
[PATCH bpf] bpf, arm64: Fix stack frame construction for struct_ops trampoline
2024-10-21 19:32 UTC (3+ messages)
[net-next v3 0/2] igc: Link IRQs and queues to NAPIs
2024-10-21 17:48 UTC (3+ messages)
` [net-next v3 2/2] igc: Link queues to NAPI instances
Using union-find in BPF verifier (was: Enhance union-find with KUnit tests and optimization improvements)
2024-10-21 17:14 UTC (3+ messages)
[PATCH v2 tip/perf/core 0/2] SRCU-protected uretprobes hot path
2024-10-21 17:04 UTC (12+ messages)
` [PATCH v2 tip/perf/core 1/2] uprobes: allow put_uprobe() from non-sleepable softirq context
` [PATCH v2 tip/perf/core 2/2] uprobes: SRCU-protect uretprobe lifetime (with timeout)
[PATCH net-next v2 0/6] Suspend IRQs during application busy periods
2024-10-21 16:33 UTC (4+ messages)
` [PATCH net-next v2 6/6] docs: networking: Describe irq suspension
[syzbot] [bpf?] KCSAN: data-race in __mod_timer / kvfree_call_rcu
2024-10-21 16:01 UTC (5+ messages)
[PATCH net-next v6 0/5] net: stmmac: Add PCI driver support for BCM8958x
2024-10-21 16:01 UTC (3+ messages)
[PATCH bpf-next 0/2] security.bpf xattr name prefix
2024-10-21 13:24 UTC (10+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Extend test fs_kfuncs to cover security.bpf xattr names
[PATCH v2] uprobes: Improve the usage of xol slots for better scalability
2024-10-21 12:08 UTC (5+ messages)
[PATCH bpf-next v2 0/3] XDP metadata: Rx checksum/GSO hint; Tx GSO offload
2024-10-21 12:04 UTC (4+ messages)
[PATCH bpf-next v2] bpf: handle MADV_PAGEOUT error in uprobe_multi.c
2024-10-21 10:49 UTC (6+ messages)
[PATCH v2] arm64: insn: Simulate nop instruction for better uprobe performance
2024-10-21 10:45 UTC (5+ 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