[v5.15] KASAN: use-after-free Read in skb_release_data

9 views
Skip to first unread message

syzbot

unread,
Apr 8, 2023, 9:47:43 AM4/8/23
to syzkaller...@googlegroups.com
Hello,

syzbot found the following issue on:

HEAD commit: d86dfc4d95cd Linux 5.15.106
git tree: linux-5.15.y
console output: https://syzkaller.appspot.com/x/log.txt?x=175fff2bc80000
kernel config: https://syzkaller.appspot.com/x/.config?x=639d55ab480652c5
dashboard link: https://syzkaller.appspot.com/bug?extid=81c6d79347f2d10f43a1
compiler: Debian clang version 15.0.7, GNU ld (GNU Binutils for Debian) 2.35.2
userspace arch: arm64

Unfortunately, I don't have any reproducer for this issue yet.

Downloadable assets:
disk image: https://storage.googleapis.com/syzbot-assets/b2a94107dd69/disk-d86dfc4d.raw.xz
vmlinux: https://storage.googleapis.com/syzbot-assets/398f8d288cb9/vmlinux-d86dfc4d.xz
kernel image: https://storage.googleapis.com/syzbot-assets/9b790c7e7c8c/Image-d86dfc4d.gz.xz

IMPORTANT: if you fix the issue, please add the following tag to the commit:
Reported-by: syzbot+81c6d7...@syzkaller.appspotmail.com

vxcan0: j1939_xtp_rx_abort_one: 0x0000000098b327d0: 0x00000: (3) A timeout occurred and this is the connection abort to close the session.
==================================================================
BUG: KASAN: double-free or invalid-free in slab_free mm/slub.c:3499 [inline]
BUG: KASAN: double-free or invalid-free in kfree+0x178/0x410 mm/slub.c:4559

CPU: 1 PID: 20 Comm: ksoftirqd/1 Not tainted 5.15.106-syzkaller #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 03/02/2023
Call trace:
dump_backtrace+0x0/0x530 arch/arm64/kernel/stacktrace.c:152
show_stack+0x2c/0x3c arch/arm64/kernel/stacktrace.c:216
__dump_stack lib/dump_stack.c:88 [inline]
dump_stack_lvl+0x108/0x170 lib/dump_stack.c:106
print_address_description+0x7c/0x3f0 mm/kasan/report.c:248
kasan_report_invalid_free+0x64/0x94 mm/kasan/report.c:373
____kasan_slab_free+0x134/0x164
__kasan_slab_free+0x18/0x28 mm/kasan/common.c:374
kasan_slab_free include/linux/kasan.h:230 [inline]
slab_free_hook mm/slub.c:1705 [inline]
slab_free_freelist_hook+0x128/0x1ec mm/slub.c:1731
slab_free mm/slub.c:3499 [inline]
kfree+0x178/0x410 mm/slub.c:4559
skb_free_head net/core/skbuff.c:655 [inline]
skb_release_data+0x404/0x5fc net/core/skbuff.c:677
skb_release_all net/core/skbuff.c:742 [inline]
__kfree_skb net/core/skbuff.c:756 [inline]
consume_skb+0x138/0x40c net/core/skbuff.c:914
j1939_xtp_rx_dat_one+0x67c/0xe04 net/can/j1939/transport.c:1911
j1939_xtp_rx_dat net/can/j1939/transport.c:1937 [inline]
j1939_tp_recv+0x2c8/0xe14 net/can/j1939/transport.c:2131
j1939_can_recv+0x568/0x8b4 net/can/j1939/main.c:108
deliver net/can/af_can.c:574 [inline]
can_rcv_filter+0x308/0x714 net/can/af_can.c:608
can_receive+0x344/0x4a0 net/can/af_can.c:665
can_rcv+0x118/0x274 net/can/af_can.c:696
__netif_receive_skb_one_core net/core/dev.c:5458 [inline]
__netif_receive_skb+0x18c/0x400 net/core/dev.c:5572
process_backlog+0x3ec/0x7e0 net/core/dev.c:6449
__napi_poll+0xb4/0x624 net/core/dev.c:7008
napi_poll net/core/dev.c:7075 [inline]
net_rx_action+0x500/0xc10 net/core/dev.c:7162
__do_softirq+0x344/0xe20 kernel/softirq.c:558
run_ksoftirqd+0x68/0x258 kernel/softirq.c:920
smpboot_thread_fn+0x4b0/0x920 kernel/smpboot.c:164
kthread+0x37c/0x45c kernel/kthread.c:319
ret_from_fork+0x10/0x20 arch/arm64/kernel/entry.S:870

Allocated by task 8363:
kasan_save_stack mm/kasan/common.c:38 [inline]
kasan_set_track mm/kasan/common.c:46 [inline]
set_alloc_info mm/kasan/common.c:434 [inline]
____kasan_kmalloc+0xbc/0xfc mm/kasan/common.c:513
__kasan_kmalloc+0x10/0x1c mm/kasan/common.c:522
kasan_kmalloc include/linux/kasan.h:264 [inline]
__kmalloc_node_track_caller+0x234/0x448 mm/slub.c:4963
kmalloc_reserve+0xe8/0x270 net/core/skbuff.c:356
__alloc_skb+0x1a4/0x584 net/core/skbuff.c:427
alloc_skb include/linux/skbuff.h:1166 [inline]
alloc_skb_with_frags+0xb4/0x58c net/core/skbuff.c:6116
sock_alloc_send_pskb+0x7a8/0x8c0 net/core/sock.c:2497
sock_alloc_send_skb+0x44/0x58 net/core/sock.c:2514
j1939_sk_alloc_skb net/can/j1939/socket.c:864 [inline]
j1939_sk_send_loop net/can/j1939/socket.c:1121 [inline]
j1939_sk_sendmsg+0x5fc/0x10e4 net/can/j1939/socket.c:1256
sock_sendmsg_nosec net/socket.c:704 [inline]
sock_sendmsg net/socket.c:724 [inline]
kernel_sendmsg+0xec/0x12c net/socket.c:744
sock_no_sendpage+0x178/0x1f0 net/core/sock.c:3002
kernel_sendpage+0x24c/0x300 net/socket.c:3507
sock_sendpage+0x88/0xcc net/socket.c:1006
pipe_to_sendpage+0x1fc/0x2d4 fs/splice.c:364
splice_from_pipe_feed fs/splice.c:418 [inline]
__splice_from_pipe+0x2c8/0x7d8 fs/splice.c:562
splice_from_pipe fs/splice.c:597 [inline]
generic_splice_sendpage+0x168/0x1fc fs/splice.c:746
do_splice_from fs/splice.c:767 [inline]
direct_splice_actor+0xe4/0x1c0 fs/splice.c:936
splice_direct_to_actor+0x408/0x9a0 fs/splice.c:891
do_splice_direct+0x1f4/0x334 fs/splice.c:979
do_sendfile+0x4bc/0xc70 fs/read_write.c:1249
__do_sys_sendfile64 fs/read_write.c:1317 [inline]
__se_sys_sendfile64 fs/read_write.c:1303 [inline]
__arm64_sys_sendfile64+0x160/0x408 fs/read_write.c:1303
__invoke_syscall arch/arm64/kernel/syscall.c:38 [inline]
invoke_syscall+0x98/0x2b8 arch/arm64/kernel/syscall.c:52
el0_svc_common+0x138/0x258 arch/arm64/kernel/syscall.c:142
do_el0_svc+0x58/0x14c arch/arm64/kernel/syscall.c:181
el0_svc+0x7c/0x1f0 arch/arm64/kernel/entry-common.c:596
el0t_64_sync_handler+0x84/0xe4 arch/arm64/kernel/entry-common.c:614
el0t_64_sync+0x1a0/0x1a4 arch/arm64/kernel/entry.S:584

Freed by task 14:
kasan_save_stack mm/kasan/common.c:38 [inline]
kasan_set_track+0x4c/0x84 mm/kasan/common.c:46
kasan_set_free_info+0x28/0x4c mm/kasan/generic.c:360
____kasan_slab_free+0x118/0x164 mm/kasan/common.c:366
__kasan_slab_free+0x18/0x28 mm/kasan/common.c:374
kasan_slab_free include/linux/kasan.h:230 [inline]
slab_free_hook mm/slub.c:1705 [inline]
slab_free_freelist_hook+0x128/0x1ec mm/slub.c:1731
slab_free mm/slub.c:3499 [inline]
kfree+0x178/0x410 mm/slub.c:4559
skb_free_head net/core/skbuff.c:655 [inline]
skb_release_data+0x404/0x5fc net/core/skbuff.c:677
skb_release_all net/core/skbuff.c:742 [inline]
__kfree_skb net/core/skbuff.c:756 [inline]
kfree_skb_reason+0x1d8/0x46c net/core/skbuff.c:776
kfree_skb include/linux/skbuff.h:1122 [inline]
j1939_session_skb_drop_old net/can/j1939/transport.c:347 [inline]
j1939_xtp_rx_cts_one net/can/j1939/transport.c:1442 [inline]
j1939_xtp_rx_cts+0x434/0xb98 net/can/j1939/transport.c:1481
j1939_tp_cmd_recv net/can/j1939/transport.c:2069 [inline]
j1939_tp_recv+0x730/0xe14 net/can/j1939/transport.c:2141
j1939_can_recv+0x568/0x8b4 net/can/j1939/main.c:108
deliver net/can/af_can.c:574 [inline]
can_rcv_filter+0x308/0x714 net/can/af_can.c:608
can_receive+0x344/0x4a0 net/can/af_can.c:665
can_rcv+0x118/0x274 net/can/af_can.c:696
__netif_receive_skb_one_core net/core/dev.c:5458 [inline]
__netif_receive_skb+0x18c/0x400 net/core/dev.c:5572
process_backlog+0x3ec/0x7e0 net/core/dev.c:6449
__napi_poll+0xb4/0x624 net/core/dev.c:7008
napi_poll net/core/dev.c:7075 [inline]
net_rx_action+0x500/0xc10 net/core/dev.c:7162
__do_softirq+0x344/0xe20 kernel/softirq.c:558

The buggy address belongs to the object at ffff0000d4118000
which belongs to the cache kmalloc-4k of size 4096
The buggy address is located 0 bytes inside of
4096-byte region [ffff0000d4118000, ffff0000d4119000)
The buggy address belongs to the page:
page:00000000dda39b07 refcount:1 mapcount:0 mapping:0000000000000000 index:0x0 pfn:0x114118
head:00000000dda39b07 order:3 compound_mapcount:0 compound_pincount:0
flags: 0x5ffc00000010200(slab|head|node=0|zone=2|lastcpupid=0x7ff)
raw: 05ffc00000010200 0000000000000000 0000000100000001 ffff0000c0002a80
raw: 0000000000000000 0000000000040004 00000001ffffffff 0000000000000000
page dumped because: kasan: bad access detected

Memory state around the buggy address:
ffff0000d4117f00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
ffff0000d4117f80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
>ffff0000d4118000: fa fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
^
ffff0000d4118080: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
ffff0000d4118100: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
==================================================================
==================================================================
BUG: KASAN: use-after-free in skb_release_data+0x524/0x5fc net/core/skbuff.c:688
Read of size 1 at addr ffff0000da7592fe by task ksoftirqd/1/20

CPU: 1 PID: 20 Comm: ksoftirqd/1 Tainted: G B 5.15.106-syzkaller #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 03/02/2023
Call trace:
dump_backtrace+0x0/0x530 arch/arm64/kernel/stacktrace.c:152
show_stack+0x2c/0x3c arch/arm64/kernel/stacktrace.c:216
__dump_stack lib/dump_stack.c:88 [inline]
dump_stack_lvl+0x108/0x170 lib/dump_stack.c:106
print_address_description+0x7c/0x3f0 mm/kasan/report.c:248
__kasan_report mm/kasan/report.c:434 [inline]
kasan_report+0x174/0x1e4 mm/kasan/report.c:451
__asan_report_load1_noabort+0x44/0x50 mm/kasan/report_generic.c:306
skb_release_data+0x524/0x5fc net/core/skbuff.c:688
skb_release_all net/core/skbuff.c:742 [inline]
__kfree_skb net/core/skbuff.c:756 [inline]
consume_skb+0x138/0x40c net/core/skbuff.c:914
j1939_xtp_rx_dat_one+0x67c/0xe04 net/can/j1939/transport.c:1911
j1939_xtp_rx_dat net/can/j1939/transport.c:1937 [inline]
j1939_tp_recv+0x2c8/0xe14 net/can/j1939/transport.c:2131
j1939_can_recv+0x568/0x8b4 net/can/j1939/main.c:108
deliver net/can/af_can.c:574 [inline]
can_rcv_filter+0x308/0x714 net/can/af_can.c:608
can_receive+0x344/0x4a0 net/can/af_can.c:665
can_rcv+0x118/0x274 net/can/af_can.c:696
__netif_receive_skb_one_core net/core/dev.c:5458 [inline]
__netif_receive_skb+0x18c/0x400 net/core/dev.c:5572
process_backlog+0x3ec/0x7e0 net/core/dev.c:6449
__napi_poll+0xb4/0x624 net/core/dev.c:7008
napi_poll net/core/dev.c:7075 [inline]
net_rx_action+0x500/0xc10 net/core/dev.c:7162
__do_softirq+0x344/0xe20 kernel/softirq.c:558
run_ksoftirqd+0x68/0x258 kernel/softirq.c:920
smpboot_thread_fn+0x4b0/0x920 kernel/smpboot.c:164
kthread+0x37c/0x45c kernel/kthread.c:319
ret_from_fork+0x10/0x20 arch/arm64/kernel/entry.S:870

Allocated by task 8363:
kasan_save_stack mm/kasan/common.c:38 [inline]
kasan_set_track mm/kasan/common.c:46 [inline]
set_alloc_info mm/kasan/common.c:434 [inline]
__kasan_slab_alloc+0x8c/0xcc mm/kasan/common.c:467
kasan_slab_alloc include/linux/kasan.h:254 [inline]
slab_post_alloc_hook+0x74/0x3f4 mm/slab.h:519
slab_alloc_node mm/slub.c:3220 [inline]
kmem_cache_alloc_node+0x208/0x49c mm/slub.c:3256
__alloc_skb+0x174/0x584 net/core/skbuff.c:415
alloc_skb include/linux/skbuff.h:1166 [inline]
alloc_skb_with_frags+0xb4/0x58c net/core/skbuff.c:6116
sock_alloc_send_pskb+0x7a8/0x8c0 net/core/sock.c:2497
sock_alloc_send_skb+0x44/0x58 net/core/sock.c:2514
j1939_sk_alloc_skb net/can/j1939/socket.c:864 [inline]
j1939_sk_send_loop net/can/j1939/socket.c:1121 [inline]
j1939_sk_sendmsg+0x5fc/0x10e4 net/can/j1939/socket.c:1256
sock_sendmsg_nosec net/socket.c:704 [inline]
sock_sendmsg net/socket.c:724 [inline]
kernel_sendmsg+0xec/0x12c net/socket.c:744
sock_no_sendpage+0x178/0x1f0 net/core/sock.c:3002
kernel_sendpage+0x24c/0x300 net/socket.c:3507
sock_sendpage+0x88/0xcc net/socket.c:1006
pipe_to_sendpage+0x1fc/0x2d4 fs/splice.c:364
splice_from_pipe_feed fs/splice.c:418 [inline]
__splice_from_pipe+0x2c8/0x7d8 fs/splice.c:562
splice_from_pipe fs/splice.c:597 [inline]
generic_splice_sendpage+0x168/0x1fc fs/splice.c:746
do_splice_from fs/splice.c:767 [inline]
direct_splice_actor+0xe4/0x1c0 fs/splice.c:936
splice_direct_to_actor+0x408/0x9a0 fs/splice.c:891
do_splice_direct+0x1f4/0x334 fs/splice.c:979
do_sendfile+0x4bc/0xc70 fs/read_write.c:1249
__do_sys_sendfile64 fs/read_write.c:1317 [inline]
__se_sys_sendfile64 fs/read_write.c:1303 [inline]
__arm64_sys_sendfile64+0x160/0x408 fs/read_write.c:1303
__invoke_syscall arch/arm64/kernel/syscall.c:38 [inline]
invoke_syscall+0x98/0x2b8 arch/arm64/kernel/syscall.c:52
el0_svc_common+0x138/0x258 arch/arm64/kernel/syscall.c:142
do_el0_svc+0x58/0x14c arch/arm64/kernel/syscall.c:181
el0_svc+0x7c/0x1f0 arch/arm64/kernel/entry-common.c:596
el0t_64_sync_handler+0x84/0xe4 arch/arm64/kernel/entry-common.c:614
el0t_64_sync+0x1a0/0x1a4 arch/arm64/kernel/entry.S:584

Freed by task 14:
kasan_save_stack mm/kasan/common.c:38 [inline]
kasan_set_track+0x4c/0x84 mm/kasan/common.c:46
kasan_set_free_info+0x28/0x4c mm/kasan/generic.c:360
____kasan_slab_free+0x118/0x164 mm/kasan/common.c:366
__kasan_slab_free+0x18/0x28 mm/kasan/common.c:374
kasan_slab_free include/linux/kasan.h:230 [inline]
slab_free_hook mm/slub.c:1705 [inline]
slab_free_freelist_hook+0x128/0x1ec mm/slub.c:1731
slab_free mm/slub.c:3499 [inline]
kmem_cache_free+0xdc/0x3c4 mm/slub.c:3515
kfree_skbmem+0x114/0x1b0
__kfree_skb net/core/skbuff.c:757 [inline]
kfree_skb_reason+0x1e0/0x46c net/core/skbuff.c:776
kfree_skb include/linux/skbuff.h:1122 [inline]
j1939_session_skb_drop_old net/can/j1939/transport.c:347 [inline]
j1939_xtp_rx_cts_one net/can/j1939/transport.c:1442 [inline]
j1939_xtp_rx_cts+0x434/0xb98 net/can/j1939/transport.c:1481
j1939_tp_cmd_recv net/can/j1939/transport.c:2069 [inline]
j1939_tp_recv+0x730/0xe14 net/can/j1939/transport.c:2141
j1939_can_recv+0x568/0x8b4 net/can/j1939/main.c:108
deliver net/can/af_can.c:574 [inline]
can_rcv_filter+0x308/0x714 net/can/af_can.c:608
can_receive+0x344/0x4a0 net/can/af_can.c:665
can_rcv+0x118/0x274 net/can/af_can.c:696
__netif_receive_skb_one_core net/core/dev.c:5458 [inline]
__netif_receive_skb+0x18c/0x400 net/core/dev.c:5572
process_backlog+0x3ec/0x7e0 net/core/dev.c:6449
__napi_poll+0xb4/0x624 net/core/dev.c:7008
napi_poll net/core/dev.c:7075 [inline]
net_rx_action+0x500/0xc10 net/core/dev.c:7162
__do_softirq+0x344/0xe20 kernel/softirq.c:558

The buggy address belongs to the object at ffff0000da759280
which belongs to the cache skbuff_head_cache of size 232
The buggy address is located 126 bytes inside of
232-byte region [ffff0000da759280, ffff0000da759368)
The buggy address belongs to the page:
page:000000009694bfd3 refcount:1 mapcount:0 mapping:0000000000000000 index:0x0 pfn:0x11a759
flags: 0x5ffc00000000200(slab|node=0|zone=2|lastcpupid=0x7ff)
raw: 05ffc00000000200 0000000000000000 dead000000000122 ffff0000c0854000
raw: 0000000000000000 00000000000c000c 00000001ffffffff 0000000000000000
page dumped because: kasan: bad access detected

Memory state around the buggy address:
ffff0000da759180: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
ffff0000da759200: fb fb fb fb fb fc fc fc fc fc fc fc fc fc fc fc
>ffff0000da759280: fa fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
^
ffff0000da759300: fb fb fb fb fb fb fb fb fb fb fb fb fb fc fc fc
ffff0000da759380: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 00 00
==================================================================
==================================================================
BUG: KASAN: double-free or invalid-free in slab_free mm/slub.c:3499 [inline]
BUG: KASAN: double-free or invalid-free in kmem_cache_free+0xdc/0x3c4 mm/slub.c:3515

CPU: 1 PID: 20 Comm: ksoftirqd/1 Tainted: G B 5.15.106-syzkaller #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 03/02/2023
Call trace:
dump_backtrace+0x0/0x530 arch/arm64/kernel/stacktrace.c:152
show_stack+0x2c/0x3c arch/arm64/kernel/stacktrace.c:216
__dump_stack lib/dump_stack.c:88 [inline]
dump_stack_lvl+0x108/0x170 lib/dump_stack.c:106
print_address_description+0x7c/0x3f0 mm/kasan/report.c:248
kasan_report_invalid_free+0x64/0x94 mm/kasan/report.c:373
____kasan_slab_free+0x134/0x164
__kasan_slab_free+0x18/0x28 mm/kasan/common.c:374
kasan_slab_free include/linux/kasan.h:230 [inline]
slab_free_hook mm/slub.c:1705 [inline]
slab_free_freelist_hook+0x128/0x1ec mm/slub.c:1731
slab_free mm/slub.c:3499 [inline]
kmem_cache_free+0xdc/0x3c4 mm/slub.c:3515
kfree_skbmem+0x114/0x1b0
__kfree_skb net/core/skbuff.c:757 [inline]
consume_skb+0x140/0x40c net/core/skbuff.c:914
j1939_xtp_rx_dat_one+0x67c/0xe04 net/can/j1939/transport.c:1911
j1939_xtp_rx_dat net/can/j1939/transport.c:1937 [inline]
j1939_tp_recv+0x2c8/0xe14 net/can/j1939/transport.c:2131
j1939_can_recv+0x568/0x8b4 net/can/j1939/main.c:108
deliver net/can/af_can.c:574 [inline]
can_rcv_filter+0x308/0x714 net/can/af_can.c:608
can_receive+0x344/0x4a0 net/can/af_can.c:665
can_rcv+0x118/0x274 net/can/af_can.c:696
__netif_receive_skb_one_core net/core/dev.c:5458 [inline]
__netif_receive_skb+0x18c/0x400 net/core/dev.c:5572
process_backlog+0x3ec/0x7e0 net/core/dev.c:6449
__napi_poll+0xb4/0x624 net/core/dev.c:7008
napi_poll net/core/dev.c:7075 [inline]
net_rx_action+0x500/0xc10 net/core/dev.c:7162
__do_softirq+0x344/0xe20 kernel/softirq.c:558
run_ksoftirqd+0x68/0x258 kernel/softirq.c:920
smpboot_thread_fn+0x4b0/0x920 kernel/smpboot.c:164
kthread+0x37c/0x45c kernel/kthread.c:319
ret_from_fork+0x10/0x20 arch/arm64/kernel/entry.S:870

Allocated by task 8363:
kasan_save_stack mm/kasan/common.c:38 [inline]
kasan_set_track mm/kasan/common.c:46 [inline]
set_alloc_info mm/kasan/common.c:434 [inline]
__kasan_slab_alloc+0x8c/0xcc mm/kasan/common.c:467
kasan_slab_alloc include/linux/kasan.h:254 [inline]
slab_post_alloc_hook+0x74/0x3f4 mm/slab.h:519
slab_alloc_node mm/slub.c:3220 [inline]
kmem_cache_alloc_node+0x208/0x49c mm/slub.c:3256
__alloc_skb+0x174/0x584 net/core/skbuff.c:415
alloc_skb include/linux/skbuff.h:1166 [inline]
alloc_skb_with_frags+0xb4/0x58c net/core/skbuff.c:6116
sock_alloc_send_pskb+0x7a8/0x8c0 net/core/sock.c:2497
sock_alloc_send_skb+0x44/0x58 net/core/sock.c:2514
j1939_sk_alloc_skb net/can/j1939/socket.c:864 [inline]
j1939_sk_send_loop net/can/j1939/socket.c:1121 [inline]
j1939_sk_sendmsg+0x5fc/0x10e4 net/can/j1939/socket.c:1256
sock_sendmsg_nosec net/socket.c:704 [inline]
sock_sendmsg net/socket.c:724 [inline]
kernel_sendmsg+0xec/0x12c net/socket.c:744
sock_no_sendpage+0x178/0x1f0 net/core/sock.c:3002
kernel_sendpage+0x24c/0x300 net/socket.c:3507
sock_sendpage+0x88/0xcc net/socket.c:1006
pipe_to_sendpage+0x1fc/0x2d4 fs/splice.c:364
splice_from_pipe_feed fs/splice.c:418 [inline]
__splice_from_pipe+0x2c8/0x7d8 fs/splice.c:562
splice_from_pipe fs/splice.c:597 [inline]
generic_splice_sendpage+0x168/0x1fc fs/splice.c:746
do_splice_from fs/splice.c:767 [inline]
direct_splice_actor+0xe4/0x1c0 fs/splice.c:936
splice_direct_to_actor+0x408/0x9a0 fs/splice.c:891
do_splice_direct+0x1f4/0x334 fs/splice.c:979
do_sendfile+0x4bc/0xc70 fs/read_write.c:1249
__do_sys_sendfile64 fs/read_write.c:1317 [inline]
__se_sys_sendfile64 fs/read_write.c:1303 [inline]
__arm64_sys_sendfile64+0x160/0x408 fs/read_write.c:1303
__invoke_syscall arch/arm64/kernel/syscall.c:38 [inline]
invoke_syscall+0x98/0x2b8 arch/arm64/kernel/syscall.c:52
el0_svc_common+0x138/0x258 arch/arm64/kernel/syscall.c:142
do_el0_svc+0x58/0x14c arch/arm64/kernel/syscall.c:181
el0_svc+0x7c/0x1f0 arch/arm64/kernel/entry-common.c:596
el0t_64_sync_handler+0x84/0xe4 arch/arm64/kernel/entry-common.c:614
el0t_64_sync+0x1a0/0x1a4 arch/arm64/kernel/entry.S:584

Freed by task 14:
kasan_save_stack mm/kasan/common.c:38 [inline]
kasan_set_track+0x4c/0x84 mm/kasan/common.c:46
kasan_set_free_info+0x28/0x4c mm/kasan/generic.c:360
____kasan_slab_free+0x118/0x164 mm/kasan/common.c:366
__kasan_slab_free+0x18/0x28 mm/kasan/common.c:374
kasan_slab_free include/linux/kasan.h:230 [inline]
slab_free_hook mm/slub.c:1705 [inline]
slab_free_freelist_hook+0x128/0x1ec mm/slub.c:1731
slab_free mm/slub.c:3499 [inline]
kmem_cache_free+0xdc/0x3c4 mm/slub.c:3515
kfree_skbmem+0x114/0x1b0
__kfree_skb net/core/skbuff.c:757 [inline]
kfree_skb_reason+0x1e0/0x46c net/core/skbuff.c:776
kfree_skb include/linux/skbuff.h:1122 [inline]
j1939_session_skb_drop_old net/can/j1939/transport.c:347 [inline]
j1939_xtp_rx_cts_one net/can/j1939/transport.c:1442 [inline]
j1939_xtp_rx_cts+0x434/0xb98 net/can/j1939/transport.c:1481
j1939_tp_cmd_recv net/can/j1939/transport.c:2069 [inline]
j1939_tp_recv+0x730/0xe14 net/can/j1939/transport.c:2141
j1939_can_recv+0x568/0x8b4 net/can/j1939/main.c:108
deliver net/can/af_can.c:574 [inline]
can_rcv_filter+0x308/0x714 net/can/af_can.c:608
can_receive+0x344/0x4a0 net/can/af_can.c:665
can_rcv+0x118/0x274 net/can/af_can.c:696
__netif_receive_skb_one_core net/core/dev.c:5458 [inline]
__netif_receive_skb+0x18c/0x400 net/core/dev.c:5572
process_backlog+0x3ec/0x7e0 net/core/dev.c:6449
__napi_poll+0xb4/0x624 net/core/dev.c:7008
napi_poll net/core/dev.c:7075 [inline]
net_rx_action+0x500/0xc10 net/core/dev.c:7162
__do_softirq+0x344/0xe20 kernel/softirq.c:558

The buggy address belongs to the object at ffff0000da759280
which belongs to the cache skbuff_head_cache of size 232
The buggy address is located 0 bytes inside of
232-byte region [ffff0000da759280, ffff0000da759368)
The buggy address belongs to the page:
page:000000009694bfd3 refcount:1 mapcount:0 mapping:0000000000000000 index:0x0 pfn:0x11a759
flags: 0x5ffc00000000200(slab|node=0|zone=2|lastcpupid=0x7ff)
raw: 05ffc00000000200 0000000000000000 dead000000000122 ffff0000c0854000
raw: 0000000000000000 00000000000c000c 00000001ffffffff 0000000000000000
page dumped because: kasan: bad access detected

Memory state around the buggy address:
ffff0000da759180: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
ffff0000da759200: fb fb fb fb fb fc fc fc fc fc fc fc fc fc fc fc
>ffff0000da759280: fa fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
^
ffff0000da759300: fb fb fb fb fb fb fb fb fb fb fb fb fb fc fc fc
ffff0000da759380: fc fc fc fc fc fc fc fc 00 00 00 00 00 00 00 00
==================================================================
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: no skb found
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: no skb found
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_tp_rxtimer: 0x000000007b16b843: abort rx timeout. Force session deactivation
vxcan0: j1939_tp_rxtimer: 0x00000000dc2ea23c: rx timeout, send abort
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x00000000cbe4f3c5: should have been completed
vxcan0: j1939_xtp_rx_dat_one: 0x000000006fbd056e: should have been completed
vxcan0: j1939_tp_rxtimer: 0x00000000dc2ea23c: abort rx timeout. Force session deactivation
vxcan0: j1939_xtp_rx_abort_one: 0x00000000cbe4f3c5: 0x00000: (5) Maximal retransmit request limit reached
vxcan0: j1939_xtp_rx_abort_one: 0x0000000031e0c81e: 0x00000: (5) Maximal retransmit request limit reached
vxcan0: j1939_xtp_rx_abort_one: 0x000000006fbd056e: 0x00000: (5) Maximal retransmit request limit reached
vxcan0: j1939_xtp_rx_abort_one: 0x00000000bbc77aa0: 0x00000: (5) Maximal retransmit request limit reached
vxcan0: j1939_xtp_rx_abort_one: 0x0000000037d7393c: 0x00000: (5) Maximal retransmit request limit reached
vxcan0: j1939_tp_rxtimer: 0x00000000a478febd: rx timeout, send abort
vxcan0: j1939_xtp_rx_abort_one: 0x00000000a478febd: 0x00000: (3) A timeout occurred and this is the connection abort to close the session.
vxcan0: j1939_xtp_rx_abort_one: 0x000000004984cd39: 0x00000: (3) A timeout occurred and this is the connection abort to close the session.
vxcan0: j1939_xtp_rx_abort_one: 0x000000009b5bd39e: 0x00000: (3) A timeout occurred and this is the connection abort to close the session.
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_tp_rxtimer: 0x00000000ffb3e711: rx timeout, send abort
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_xtp_rx_dat: no tx connection found
vxcan0: j1939_tp_rxtimer: 0x00000000cefdd11e: rx timeout, send abort
vxcan0: j1939_xtp_rx_abort_one: 0x00000000cefdd11e: 0x00000: (3) A timeout occurred and this is the connection abort to close the session.
vxcan0: j1939_xtp_rx_abort_one: 0x0000000016ff48bf: 0x00000: (3) A timeout occurred and this is the connection abort to close the session.
vxcan0: j1939_xtp_rx_abort_one: 0x0000000090b5f119: 0x00000: (3) A timeout occurred and this is the connection abort to close the session.
vxcan0: j1939_xtp_rx_dat_one: 0x0000000037cde7d0: last 00
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat_one: 0x0000000014571a60: last 00
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_tp_rxtimer: 0x00000000ffb3e711: abort rx timeout. Force session deactivation
vxcan0: j1939_xtp_rx_abort_one: 0x0000000014571a60: 0x00000: (5) Maximal retransmit request limit reached
vxcan0: j1939_xtp_rx_abort_one: 0x0000000041763d87: 0x00000: (5) Maximal retransmit request limit reached
vxcan0: j1939_tp_rxtimer: 0x00000000c8ffc78b: rx timeout, send abort
vxcan0: j1939_xtp_rx_abort_one: 0x000000009a4b57f6: 0x00000: (3) A timeout occurred and this is the connection abort to close the session.
vxcan0: j1939_xtp_rx_abort_one: 0x000000009e2c6547: 0x00000: (3) A timeout occurred and this is the connection abort to close the session.
vxcan0: j1939_xtp_rx_abort_one: 0x00000000a03a9ea9: 0x00000: (3) A timeout occurred and this is the connection abort to close the session.
vxcan0: j1939_xtp_rx_dpo: no connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connection found
vxcan0: j1939_xtp_rx_dat: no rx connectio

---
This report is generated by a bot. It may contain errors.
See https://goo.gl/tpsmEJ for more information about syzbot.
syzbot engineers can be reached at syzk...@googlegroups.com.

syzbot will keep track of this issue. See:
https://goo.gl/tpsmEJ#status for how to communicate with syzbot.

syzbot

unread,
Aug 6, 2023, 9:46:47 AM8/6/23
to syzkaller...@googlegroups.com
Auto-closing this bug as obsolete.
Crashes did not happen for a while, no reproducer and no activity.
Reply all
Reply to author
Forward
0 new messages