Closed wloot closed 1 year ago
Hi @wloot,
Thank you for having reported these warnings!
Would you mind sharing a few more details about your setup please?
ip mptcp
? Endpoints? Limits? mptcpd
?)Also, by chance, do you have the kernel debug symbols? If yes, could you run ./scripts/decode_stacktrace.sh
script to decode the stacktraces you shared here?
https://github.com/multipath-tcp/mptcp_net-next/blob/export/scripts/decode_stacktrace.sh https://www.desmondcheong.com/blog/2021/06/02/decoding-stack-traces-in-the-linux-kernel/
I found those warnings from a MPTCP client which running Debian 11 with latest stable kernel built by debian's kernel package scripts.
Great, I guess it means the debug symbols have been packaged somewhere, can be installed/extracted and decode_stacktrace.sh
can be used? (if you don't mind :) )
So you have the issue with one client having 2 IPs (on one interface but that's the same from an MPTCP point of view), communicating with a server running Linux v5.18, right? That doesn't seem that uncommon.
Also were you previously using an older kernel version on your client? Or could you check if you have these warnings on v5.18?
Last question: did you notice issues from the userspace? (Connections have been stalled/stopped?) Or only noticed the warnings when monitoring the kernel messages?
Sorry I have the kernel with DEBUG_INFO disabled, but I will rebuild and do it later.
And yes, in fact the reason I built kernel myself is exactly the warnings. In v5.18 server side there are also some dmesg warning, I will post them too if you want a look.
By the way I also noticed sometimes the memory usage is higer than usual after I enabled MPTCP on client, userspace side usage and /proc/net/sockstat
reports are normal.
I didn't notice proxy connection issues from userspace other than normal, perhaps there is sort of auto reconnect in userspace?
Hi @matttbe, I found out that the dmesg warnings on server side are very similar. I did the script on a MPTCP server with debian packaged kernel(remind not latest one, kernel version is 5.18.2), hope these able to help:
[519142.831986] ------------[ cut here ]------------
[519142.832051] WARNING: CPU: 0 PID: 0 at net/mptcp/protocol.c:693 __mptcp_move_skbs_from_subflow (net/mptcp/protocol.c:693 (discriminator 1))
[519142.832104] Modules linked in: wireguard libchacha20poly1305 chacha_x86_64 poly1305_x86_64 ip6_udp_tunnel udp_tunnel curve25519_x86_64 libcurve25519_generic libchacha intel_rapl_msr intel_rapl_common iosf_mbi crct10dif_pclmul crc32_pclmul ghash_clmulni_intel ipt_REJECT nf_reject_ipv4 aesni_intel xt_hl xt_tcpudp crypto_simd cryptd xt_state xt_conntrack evdev nft_compat serio_raw sg nf_tables qemu_fw_cfg virtio_balloon button nfnetlink sch_fq tcp_bbr nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c fuse configfs ip_tables x_tables autofs4 virtio_net sr_mod cdrom net_failover failover virtio_blk ata_generic ata_piix libata crc32c_intel virtio_pci virtio_pci_legacy_dev virtio_pci_modern_dev virtio virtio_ring scsi_mod scsi_common
[519142.832408] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 5.18.0-0.bpo.1-cloud-amd64 #1 Debian 5.18.2-1~bpo11+1
[519142.832433] Hardware name: Red Hat KVM, BIOS 1.11.0-2.el7 04/01/2014
[519142.832438] RIP: 0010:__mptcp_move_skbs_from_subflow (net/mptcp/protocol.c:693 (discriminator 1))
./decode_stacktrace.sh: line 211: ./decodecode: No such file or directory
[519142.832450] RSP: 0018:ffffa8c8c0003a28 EFLAGS: 00010216
[519142.832454] RAX: 000037820105dd08 RBX: ffff914683270000 RCX: 0000000080100002
[519142.832456] RDX: 0000000080100003 RSI: fffff890401489c0 RDI: 0000000040000000
[519142.832458] RBP: ffff914685227700 R08: ffff914685227700 R09: 0000000080100002
[519142.832460] R10: 0000000000000557 R11: ffff914681e72200 R12: 0000000000000557
[519142.832462] R13: ffff9146b39d2000 R14: f4d25dc7361ba9a8 R15: ffff9146b6051b00
[519142.832465] FS: 0000000000000000(0000) GS:ffff9146bec00000(0000) knlGS:0000000000000000
[519142.832467] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[519142.832469] CR2: 00007fc0b06f06f8 CR3: 00000000022ae005 CR4: 00000000001706b0
[519142.832478] Call Trace:
[519142.832550] <IRQ>
[519142.832574] mptcp_data_ready (net/mptcp/protocol.c:767 net/mptcp/protocol.c:811)
[519142.832580] tcp_data_queue (net/ipv4/tcp_input.c:5062)
[519142.832604] tcp_rcv_established (include/linux/skbuff.h:2027 include/net/tcp.h:1853 include/net/tcp.h:1926 net/ipv4/tcp_input.c:5482 net/ipv4/tcp_input.c:5981)
[519142.832608] tcp_v4_do_rcv (net/ipv4/tcp_ipv4.c:1706)
[519142.832617] tcp_v4_rcv (net/ipv4/tcp_ipv4.c:2074)
[519142.832622] ? nf_hook_slow (include/linux/netfilter.h:142 net/netfilter/core.c:620)
[519142.832634] ip_protocol_deliver_rcu (net/ipv4/ip_input.c:205 (discriminator 1))
[519142.832647] ip_local_deliver_finish (include/linux/rcupdate.h:726 net/ipv4/ip_input.c:234)
[519142.832654] ip_sublist_rcv_finish (include/net/dst.h:461 net/ipv4/ip_input.c:567)
[519142.832658] ip_sublist_rcv (net/ipv4/ip_input.c:626)
[519142.832662] ? ip_sublist_rcv (net/ipv4/ip_input.c:424)
[519142.832677] ip_list_rcv (net/ipv4/ip_input.c:661)
[519142.832683] __netif_receive_skb_list_core (net/core/dev.c:5448 net/core/dev.c:5496)
[519142.832722] netif_receive_skb_list_internal (net/core/dev.c:5550 net/core/dev.c:5639)
[519142.832730] napi_complete_done (include/linux/list.h:37 include/net/gro.h:431 include/net/gro.h:426 net/core/dev.c:5980)
[519142.832738] virtnet_poll (drivers/net/virtio_net.c:366 drivers/net/virtio_net.c:1631) virtio_net
[519142.832758] __napi_poll (net/core/dev.c:6413)
[519142.832762] net_rx_action (net/core/dev.c:6482 net/core/dev.c:6567)
[519142.832769] ? __napi_schedule (arch/x86/include/asm/irqflags.h:137 net/core/dev.c:5890)
[519142.832801] __do_softirq (arch/x86/include/asm/jump_label.h:27 include/linux/jump_label.h:207 include/trace/events/irq.h:142 kernel/softirq.c:559)
[519142.832841] __irq_exit_rcu (kernel/softirq.c:432 kernel/softirq.c:637)
[519142.832871] common_interrupt (arch/x86/kernel/irq.c:240 (discriminator 14))
[519142.832896] </IRQ>
[519142.832898] <TASK>
[519142.832900] asm_common_interrupt (/build/linux-23EX6j/linux-5.18.2/arch/x86/include/asm/idtentry.h:636)
[519142.832907] RIP: 0010:native_safe_halt (arch/x86/include/asm/irqflags.h:52)
./decode_stacktrace.sh: line 211: ./decodecode: No such file or directory
[519142.832916] RSP: 0018:ffffffffb3e03e90 EFLAGS: 00000282
[519142.832920] RAX: ffffffffb313a360 RBX: ffffffffb3e19940 RCX: 7fffffffffffffff
[519142.832922] RDX: ffffffffb3e19940 RSI: ffffffffb390d946 RDI: ffffffffb38e1840
[519142.832924] RBP: 0000000000000000 R08: 000000cd42e4dffb R09: 0000000000000000
[519142.832926] R10: 0000000000000000 R11: 0000000000000058 R12: 0000000000000000
[519142.832928] R13: 0000000000000000 R14: ffffffffb3e19120 R15: 0000000000000000
[519142.832930] ? mwait_idle (arch/x86/kernel/process.c:732)
[519142.832944] default_idle (arch/x86/include/asm/paravirt.h:173 arch/x86/kernel/process.c:733)
[519142.832948] default_idle_call (arch/x86/include/asm/paravirt.h:699 kernel/sched/idle.c:117)
[519142.832952] do_idle (kernel/sched/idle.c:192 kernel/sched/idle.c:303)
[519142.832974] cpu_startup_entry (kernel/sched/idle.c:399 (discriminator 1))
[519142.832978] rest_init (??:?)
[519142.832989] arch_call_rest_init+0xa/0x10
[519142.833032] start_kernel (init/main.c:1139)
[519142.833036] secondary_startup_64_no_verify (/build/linux-23EX6j/linux-5.18.2/arch/x86/kernel/head_64.S:303)
[519142.833061] </TASK>
[519142.833066] ---[ end trace 0000000000000000 ]---
[519142.866383] ------------[ cut here ]------------
[519142.866389] WARNING: CPU: 0 PID: 0 at net/mptcp/protocol.c:696 __mptcp_move_skbs_from_subflow (net/mptcp/protocol.c:696 (discriminator 1))
[519142.866400] Modules linked in: wireguard libchacha20poly1305 chacha_x86_64 poly1305_x86_64 ip6_udp_tunnel udp_tunnel curve25519_x86_64 libcurve25519_generic libchacha intel_rapl_msr intel_rapl_common iosf_mbi crct10dif_pclmul crc32_pclmul ghash_clmulni_intel ipt_REJECT nf_reject_ipv4 aesni_intel xt_hl xt_tcpudp crypto_simd cryptd xt_state xt_conntrack evdev nft_compat serio_raw sg nf_tables qemu_fw_cfg virtio_balloon button nfnetlink sch_fq tcp_bbr nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c fuse configfs ip_tables x_tables autofs4 virtio_net sr_mod cdrom net_failover failover virtio_blk ata_generic ata_piix libata crc32c_intel virtio_pci virtio_pci_legacy_dev virtio_pci_modern_dev virtio virtio_ring scsi_mod scsi_common
[519142.866457] CPU: 0 PID: 0 Comm: swapper/0 Tainted: G W 5.18.0-0.bpo.1-cloud-amd64 #1 Debian 5.18.2-1~bpo11+1
[519142.866461] Hardware name: Red Hat KVM, BIOS 1.11.0-2.el7 04/01/2014
[519142.866463] RIP: 0010:__mptcp_move_skbs_from_subflow (net/mptcp/protocol.c:696 (discriminator 1))
./decode_stacktrace.sh: line 211: ./decodecode: No such file or directory
[519142.866469] RSP: 0018:ffffa8c8c0003a28 EFLAGS: 00010282
[519142.866471] RAX: 0000000000000557 RBX: ffff914683270000 RCX: 00000000000003d9
[519142.866473] RDX: 00000000d1fb83dd RSI: ffff914683270000 RDI: 0000000000289718
[519142.866474] RBP: ffff914683e86000 R08: 00000000fffffaa9 R09: ffff914683e86000
[519142.866475] R10: 0000000000144b8c R11: 0000000000000000 R12: 00000000d1fb8934
[519142.866477] R13: ffff9146b39d2000 R14: ffff9146b39d2000 R15: ffff9146b6051b00
[519142.866479] FS: 0000000000000000(0000) GS:ffff9146bec00000(0000) knlGS:0000000000000000
[519142.866480] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[519142.866482] CR2: 00007f7d86986b80 CR3: 0000000032370002 CR4: 00000000001706b0
[519142.866486] Call Trace:
[519142.866490] <IRQ>
[519142.866495] mptcp_data_ready (net/mptcp/protocol.c:767 net/mptcp/protocol.c:811)
[519142.866499] tcp_data_queue (net/ipv4/tcp_input.c:5062)
[519142.866506] tcp_rcv_established (include/linux/skbuff.h:2027 include/net/tcp.h:1853 include/net/tcp.h:1926 net/ipv4/tcp_input.c:5482 net/ipv4/tcp_input.c:5981)
[519142.866509] tcp_v4_do_rcv (net/ipv4/tcp_ipv4.c:1706)
[519142.866532] tcp_v4_rcv (net/ipv4/tcp_ipv4.c:2074)
[519142.866535] ? nf_hook_slow (include/linux/netfilter.h:142 net/netfilter/core.c:620)
[519142.866550] ip_protocol_deliver_rcu (net/ipv4/ip_input.c:205 (discriminator 1))
[519142.866555] ip_local_deliver_finish (include/linux/rcupdate.h:726 net/ipv4/ip_input.c:234)
[519142.866558] ip_sublist_rcv_finish (include/net/dst.h:461 net/ipv4/ip_input.c:567)
[519142.866562] ip_sublist_rcv (net/ipv4/ip_input.c:626)
[519142.866565] ? ip_sublist_rcv (net/ipv4/ip_input.c:424)
[519142.866568] ip_list_rcv (net/ipv4/ip_input.c:661)
[519142.866571] __netif_receive_skb_list_core (net/core/dev.c:5448 net/core/dev.c:5496)
[519142.866577] netif_receive_skb_list_internal (net/core/dev.c:5550 net/core/dev.c:5639)
[519142.866581] napi_complete_done (include/linux/list.h:37 include/net/gro.h:431 include/net/gro.h:426 net/core/dev.c:5980)
[519142.866584] virtnet_poll (drivers/net/virtio_net.c:366 drivers/net/virtio_net.c:1631) virtio_net
[519142.866591] __napi_poll (net/core/dev.c:6413)
[519142.866594] net_rx_action (net/core/dev.c:6482 net/core/dev.c:6567)
[519142.866597] ? __napi_schedule (arch/x86/include/asm/irqflags.h:137 net/core/dev.c:5890)
[519142.866600] __do_softirq (arch/x86/include/asm/jump_label.h:27 include/linux/jump_label.h:207 include/trace/events/irq.h:142 kernel/softirq.c:559)
[519142.866606] __irq_exit_rcu (kernel/softirq.c:432 kernel/softirq.c:637)
[519142.866610] common_interrupt (arch/x86/kernel/irq.c:240 (discriminator 14))
[519142.866616] </IRQ>
[519142.866616] <TASK>
[519142.866617] asm_common_interrupt (/build/linux-23EX6j/linux-5.18.2/arch/x86/include/asm/idtentry.h:636)
[519142.866620] RIP: 0010:native_safe_halt (arch/x86/include/asm/irqflags.h:52)
./decode_stacktrace.sh: line 211: ./decodecode: No such file or directory
[519142.866626] RSP: 0018:ffffffffb3e03e90 EFLAGS: 00000282
[519142.866628] RAX: ffffffffb313a360 RBX: ffffffffb3e19940 RCX: ffff9146bec31780
[519142.866629] RDX: ffffffffb3e19940 RSI: ffffffffb390d946 RDI: ffffffffb38e1840
[519142.866630] RBP: 0000000000000000 R08: 0001d8285e0a773c R09: 0000000000000000
[519142.866631] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[519142.866632] R13: 0000000000000000 R14: ffffffffb3e19120 R15: 0000000000000000
[519142.866634] ? mwait_idle (arch/x86/kernel/process.c:732)
[519142.866638] default_idle (arch/x86/include/asm/paravirt.h:173 arch/x86/kernel/process.c:733)
[519142.866641] default_idle_call (arch/x86/include/asm/paravirt.h:699 kernel/sched/idle.c:117)
[519142.866644] do_idle (kernel/sched/idle.c:192 kernel/sched/idle.c:303)
[519142.866650] cpu_startup_entry (kernel/sched/idle.c:399 (discriminator 1))
[519142.866653] rest_init (??:?)
[519142.866657] arch_call_rest_init+0xa/0x10
[519142.866662] start_kernel (init/main.c:1139)
[519142.866665] secondary_startup_64_no_verify (/build/linux-23EX6j/linux-5.18.2/arch/x86/kernel/head_64.S:303)
[519142.866671] </TASK>
[519142.866671] ---[ end trace 0000000000000000 ]---
[519143.949321] ------------[ cut here ]------------
[519143.949346] WARNING: CPU: 0 PID: 0 at net/mptcp/subflow.c:858 mptcp_subflow_data_available (net/mptcp/subflow.c:858 net/mptcp/subflow.c:1069 net/mptcp/subflow.c:1176 net/mptcp/subflow.c:1274)
[519143.949374] Modules linked in: wireguard libchacha20poly1305 chacha_x86_64 poly1305_x86_64 ip6_udp_tunnel udp_tunnel curve25519_x86_64 libcurve25519_generic libchacha intel_rapl_msr intel_rapl_common iosf_mbi crct10dif_pclmul crc32_pclmul ghash_clmulni_intel ipt_REJECT nf_reject_ipv4 aesni_intel xt_hl xt_tcpudp crypto_simd cryptd xt_state xt_conntrack evdev nft_compat serio_raw sg nf_tables qemu_fw_cfg virtio_balloon button nfnetlink sch_fq tcp_bbr nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c fuse configfs ip_tables x_tables autofs4 virtio_net sr_mod cdrom net_failover failover virtio_blk ata_generic ata_piix libata crc32c_intel virtio_pci virtio_pci_legacy_dev virtio_pci_modern_dev virtio virtio_ring scsi_mod scsi_common
[519143.949533] CPU: 0 PID: 0 Comm: swapper/0 Tainted: G W 5.18.0-0.bpo.1-cloud-amd64 #1 Debian 5.18.2-1~bpo11+1
[519143.949539] Hardware name: Red Hat KVM, BIOS 1.11.0-2.el7 04/01/2014
[519143.949543] RIP: 0010:mptcp_subflow_data_available (net/mptcp/subflow.c:858 net/mptcp/subflow.c:1069 net/mptcp/subflow.c:1176 net/mptcp/subflow.c:1274)
./decode_stacktrace.sh: line 211: ./decodecode: No such file or directory
[519143.949577] RSP: 0018:ffffa8c8c0003a48 EFLAGS: 00010286
[519143.949582] RAX: 00000000d1fc745e RBX: ffff9146b6051b00 RCX: 00000000d1fb83dd
[519143.949586] RDX: 0000000000000557 RSI: 00000000ffff0f7f RDI: f4d25dc7361a5f18
[519143.949589] RBP: ffff914683270000 R08: ffff914685b53788 R09: ffff9146b6051b00
[519143.949592] R10: 0000000000000000 R11: ffff9146b39d2000 R12: ffff914683e86400
[519143.949595] R13: 0000000000000000 R14: ffff914683e86400 R15: ffff9146832700d8
[519143.949599] FS: 0000000000000000(0000) GS:ffff9146bec00000(0000) knlGS:0000000000000000
[519143.949602] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[519143.949605] CR2: 00007f7d8697db60 CR3: 00000000022ae005 CR4: 00000000001706b0
[519143.949613] Call Trace:
[519143.949636] <IRQ>
[519143.949644] ? _raw_spin_lock_bh (arch/x86/include/asm/atomic.h:202 include/linux/atomic/atomic-instrumented.h:543 include/asm-generic/qspinlock.h:82 include/linux/spinlock.h:185 include/linux/spinlock_api_smp.h:127 kernel/locking/spinlock.c:178)
[519143.949666] subflow_data_ready (net/mptcp/subflow.c:1357 (discriminator 11))
[519143.949672] tcp_data_queue (net/ipv4/tcp_input.c:5062)
[519143.949681] tcp_rcv_established (include/linux/skbuff.h:2027 include/net/tcp.h:1853 include/net/tcp.h:1926 net/ipv4/tcp_input.c:5482 net/ipv4/tcp_input.c:5981)
[519143.949687] tcp_v4_do_rcv (net/ipv4/tcp_ipv4.c:1706)
[519143.949694] tcp_v4_rcv (net/ipv4/tcp_ipv4.c:2074)
[519143.949700] ? nf_hook_slow (include/linux/netfilter.h:142 net/netfilter/core.c:620)
[519143.949707] ip_protocol_deliver_rcu (net/ipv4/ip_input.c:205 (discriminator 1))
[519143.949714] ip_local_deliver_finish (include/linux/rcupdate.h:726 net/ipv4/ip_input.c:234)
[519143.949720] ip_sublist_rcv_finish (include/net/dst.h:461 net/ipv4/ip_input.c:567)
[519143.949725] ip_sublist_rcv (net/ipv4/ip_input.c:626)
[519143.949731] ? ip_sublist_rcv (net/ipv4/ip_input.c:424)
[519143.949737] ip_list_rcv (net/ipv4/ip_input.c:661)
[519143.949743] __netif_receive_skb_list_core (net/core/dev.c:5448 net/core/dev.c:5496)
[519143.949752] netif_receive_skb_list_internal (net/core/dev.c:5550 net/core/dev.c:5639)
[519143.949758] napi_complete_done (include/linux/list.h:37 include/net/gro.h:431 include/net/gro.h:426 net/core/dev.c:5980)
[519143.949765] virtnet_poll (drivers/net/virtio_net.c:366 drivers/net/virtio_net.c:1631) virtio_net
[519143.949801] __napi_poll (net/core/dev.c:6413)
[519143.949808] net_rx_action (net/core/dev.c:6482 net/core/dev.c:6567)
[519143.949813] ? __napi_schedule (arch/x86/include/asm/irqflags.h:137 net/core/dev.c:5890)
[519143.949819] __do_softirq (arch/x86/include/asm/jump_label.h:27 include/linux/jump_label.h:207 include/trace/events/irq.h:142 kernel/softirq.c:559)
[519143.949826] __irq_exit_rcu (kernel/softirq.c:432 kernel/softirq.c:637)
[519143.949833] common_interrupt (arch/x86/kernel/irq.c:240 (discriminator 14))
[519143.949841] </IRQ>
[519143.949844] <TASK>
[519143.949847] asm_common_interrupt (/build/linux-23EX6j/linux-5.18.2/arch/x86/include/asm/idtentry.h:636)
[519143.949852] RIP: 0010:native_safe_halt (arch/x86/include/asm/irqflags.h:52)
./decode_stacktrace.sh: line 211: ./decodecode: No such file or directory
[519143.949864] RSP: 0018:ffffffffb3e03e90 EFLAGS: 00000282
[519143.949869] RAX: ffffffffb313a360 RBX: ffffffffb3e19940 RCX: 7fffffffffffffff
[519143.949872] RDX: ffffffffb3e19940 RSI: ffffffffb390d946 RDI: ffffffffb38e1840
[519143.949875] RBP: 0000000000000000 R08: 000000cd42e4dffb R09: 0000000000000000
[519143.949886] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[519143.949908] R13: 0000000000000000 R14: ffffffffb3e19120 R15: 0000000000000000
[519143.949914] ? mwait_idle (arch/x86/kernel/process.c:732)
[519143.949936] default_idle (arch/x86/include/asm/paravirt.h:173 arch/x86/kernel/process.c:733)
[519143.949942] default_idle_call (arch/x86/include/asm/paravirt.h:699 kernel/sched/idle.c:117)
[519143.949948] do_idle (kernel/sched/idle.c:192 kernel/sched/idle.c:303)
[519143.949958] cpu_startup_entry (kernel/sched/idle.c:399 (discriminator 1))
[519143.949965] rest_init (??:?)
[519143.949972] arch_call_rest_init+0xa/0x10
[519143.949981] start_kernel (init/main.c:1139)
[519143.949987] secondary_startup_64_no_verify (/build/linux-23EX6j/linux-5.18.2/arch/x86/kernel/head_64.S:303)
[519143.949996] </TASK>
[519143.950000] ---[ end trace 0000000000000000 ]---
Hi @wloot
Sorry for the delay.
It is not very clear what is the issue.
By chance, if you already re-build the packages, do you mind testing on top of our export branch (or netdev) to use the last dev version?
./decode_stacktrace.sh: line 211: ./decodecode: No such file or directory
Apparently, you also need to download decodecode
from the kernel source code.
Hello,
I found out that the dmesg warnings on server side are very similar. I did the script on a MPTCP server with debian packaged kernel(remind not latest one, kernel version is 5.18.2), hope these able to help:
[519142.831986] ------------[ cut here ]------------ [519142.832051] WARNING: CPU: 0 PID: 0 at net/mptcp/protocol.c:693 __mptcp_move_skbs_from_subflow (net/mptcp/protocol
The above warning, and the others reported in the same commet are caused by a DSS mapping not covering the whole, paired skb. That should never happen and in fact we haven't observed this kind of bug since a lot of time (while is was present in the very early MPTCP implementation).
After a quick check I don't see any relevant change between 5.18 and the current devel branch, so I would guess the issue should be observable even in the new kernel, but only the testing would tell for sure.
I'm wondering if TCP fallback and/or preemption are involved.
@wloot: could you please additionally share:
nstat
output, preferably just before/just after the issue manifest itselfHello @wloot
Do you have any updates on the previous questions asked above?
If it is hard to reproduce, it is maybe best to close the ticket and re-open it if we get any new input.
I suggest to close this ticket.
Feel free to re-open it with the requested info (see above): it would be great to fix it if it has not been fixed in between.
I'm configuring mptcp on v5.19.y, but after running for a while I noticed some warnings on dmesg, I'm not sure but here it is, I would appreciate it if you could take a look.