syzbot


KASAN: use-after-free Read in do_csum

Status: fixed on 2023/06/08 14:41
Subsystems: net
[Documentation on labels]
Fix commit: 1ac885574470 inet: control sockets should not use current thread task_frag
First crash: 491d, last: 326d
Similar bugs (3)
Kernel Title Repro Cause bisect Fix bisect Count Last Reported Patched Status
upstream KASAN: slab-out-of-bounds Read in do_csum net C 160 202d 242d 23/26 fixed on 2023/10/12 12:48
upstream KASAN: slab-use-after-free Read in do_csum arm 1 195d 195d 0/26 closed as invalid on 2023/12/13 09:50
upstream BUG: unable to handle kernel paging request in do_csum (3) kernel C error error 31 980d 1236d 0/26 closed as invalid on 2022/01/07 18:56

Sample crash report:
==================================================================
BUG: KASAN: slab-out-of-bounds in do_csum+0x44/0x254 arch/arm64/lib/csum.c:39
Read of size 4294967236 at addr ffff0000d5eae83c by task syz-executor633/5943

CPU: 1 PID: 5943 Comm: syz-executor633 Not tainted 6.2.0-syzkaller-18300-g2ebd1fbb946d #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/21/2023
Call trace:
 dump_backtrace+0x1c8/0x1f4 arch/arm64/kernel/stacktrace.c:158
 show_stack+0x2c/0x3c arch/arm64/kernel/stacktrace.c:165
 __dump_stack lib/dump_stack.c:88 [inline]
 dump_stack_lvl+0xd0/0x124 lib/dump_stack.c:106
 print_address_description mm/kasan/report.c:306 [inline]
 print_report+0x174/0x4c0 mm/kasan/report.c:417
 kasan_report+0xd4/0x130 mm/kasan/report.c:517
 kasan_check_range+0x264/0x2a4 mm/kasan/generic.c:189
 __kasan_check_read+0x2c/0x3c mm/kasan/shadow.c:31
 do_csum+0x44/0x254 arch/arm64/lib/csum.c:39
 csum_partial+0x30/0x58 lib/checksum.c:128
 gso_make_checksum include/linux/skbuff.h:4876 [inline]
 __udp_gso_segment+0xaf4/0x1bcc net/ipv4/udp_offload.c:332
 udp4_ufo_fragment+0x3f8/0x6d4 net/ipv4/udp_offload.c:392
 inet_gso_segment+0x4c4/0x10f4 net/ipv4/af_inet.c:1399
 skb_mac_gso_segment+0x294/0x56c net/core/gro.c:141
 __skb_gso_segment+0x254/0x3d8 net/core/dev.c:3398
 skb_gso_segment include/linux/netdevice.h:4807 [inline]
 validate_xmit_skb+0x364/0xd38 net/core/dev.c:3656
 __dev_queue_xmit+0x12fc/0x3488 net/core/dev.c:4233
 dev_queue_xmit include/linux/netdevice.h:3033 [inline]
 br_dev_queue_push_xmit+0x530/0x658 net/bridge/br_forward.c:53
 NF_HOOK+0x300/0x3ac include/linux/netfilter.h:302
 br_forward_finish+0xd0/0x118 net/bridge/br_forward.c:66
 NF_HOOK+0x300/0x3ac include/linux/netfilter.h:302
 __br_forward+0x2f4/0x434 net/bridge/br_forward.c:115
 deliver_clone net/bridge/br_forward.c:131 [inline]
 maybe_deliver+0x2c0/0x390 net/bridge/br_forward.c:189
 br_flood+0x28c/0x3e0 net/bridge/br_forward.c:231
 br_dev_xmit+0xdcc/0x13a0
 __netdev_start_xmit include/linux/netdevice.h:4863 [inline]
 netdev_start_xmit include/linux/netdevice.h:4877 [inline]
 xmit_one net/core/dev.c:3575 [inline]
 dev_hard_start_xmit+0x324/0xc94 net/core/dev.c:3591
 __dev_queue_xmit+0x16d8/0x3488 net/core/dev.c:4241
 dev_queue_xmit+0x24/0x34 include/linux/netdevice.h:3033
 packet_snd net/packet/af_packet.c:3073 [inline]
 packet_sendmsg+0x3694/0x4ce4 net/packet/af_packet.c:3104
 sock_sendmsg_nosec net/socket.c:714 [inline]
 sock_sendmsg net/socket.c:734 [inline]
 __sys_sendto+0x3b4/0x504 net/socket.c:2120
 __do_sys_sendto net/socket.c:2132 [inline]
 __se_sys_sendto net/socket.c:2128 [inline]
 __arm64_sys_sendto+0xd8/0xf8 net/socket.c:2128
 __invoke_syscall arch/arm64/kernel/syscall.c:38 [inline]
 invoke_syscall+0x98/0x2c0 arch/arm64/kernel/syscall.c:52
 el0_svc_common+0x138/0x258 arch/arm64/kernel/syscall.c:142
 do_el0_svc+0x64/0x198 arch/arm64/kernel/syscall.c:193
 el0_svc+0x58/0x168 arch/arm64/kernel/entry-common.c:637
 el0t_64_sync_handler+0x84/0xf0 arch/arm64/kernel/entry-common.c:655
 el0t_64_sync+0x190/0x194 arch/arm64/kernel/entry.S:591

Allocated by task 5943:
 kasan_save_stack mm/kasan/common.c:45 [inline]
 kasan_set_track+0x4c/0x80 mm/kasan/common.c:52
 kasan_save_alloc_info+0x24/0x30 mm/kasan/generic.c:512
 ____kasan_kmalloc mm/kasan/common.c:374 [inline]
 __kasan_kmalloc+0xac/0xc4 mm/kasan/common.c:383
 kasan_kmalloc include/linux/kasan.h:211 [inline]
 __do_kmalloc_node mm/slab_common.c:968 [inline]
 __kmalloc_node_track_caller+0xd0/0x1c0 mm/slab_common.c:988
 kmalloc_reserve net/core/skbuff.c:492 [inline]
 __alloc_skb+0x180/0x324 net/core/skbuff.c:565
 skb_segment+0xb04/0x33a0 net/core/skbuff.c:4344
 __udp_gso_segment+0x5d0/0x1bcc net/ipv4/udp_offload.c:290
 udp4_ufo_fragment+0x3f8/0x6d4 net/ipv4/udp_offload.c:392
 inet_gso_segment+0x4c4/0x10f4 net/ipv4/af_inet.c:1399
 skb_mac_gso_segment+0x294/0x56c net/core/gro.c:141
 __skb_gso_segment+0x254/0x3d8 net/core/dev.c:3398
 skb_gso_segment include/linux/netdevice.h:4807 [inline]
 validate_xmit_skb+0x364/0xd38 net/core/dev.c:3656
 __dev_queue_xmit+0x12fc/0x3488 net/core/dev.c:4233
 dev_queue_xmit include/linux/netdevice.h:3033 [inline]
 br_dev_queue_push_xmit+0x530/0x658 net/bridge/br_forward.c:53
 NF_HOOK+0x300/0x3ac include/linux/netfilter.h:302
 br_forward_finish+0xd0/0x118 net/bridge/br_forward.c:66
 NF_HOOK+0x300/0x3ac include/linux/netfilter.h:302
 __br_forward+0x2f4/0x434 net/bridge/br_forward.c:115
 deliver_clone net/bridge/br_forward.c:131 [inline]
 maybe_deliver+0x2c0/0x390 net/bridge/br_forward.c:189
 br_flood+0x28c/0x3e0 net/bridge/br_forward.c:231
 br_dev_xmit+0xdcc/0x13a0
 __netdev_start_xmit include/linux/netdevice.h:4863 [inline]
 netdev_start_xmit include/linux/netdevice.h:4877 [inline]
 xmit_one net/core/dev.c:3575 [inline]
 dev_hard_start_xmit+0x324/0xc94 net/core/dev.c:3591
 __dev_queue_xmit+0x16d8/0x3488 net/core/dev.c:4241
 dev_queue_xmit+0x24/0x34 include/linux/netdevice.h:3033
 packet_snd net/packet/af_packet.c:3073 [inline]
 packet_sendmsg+0x3694/0x4ce4 net/packet/af_packet.c:3104
 sock_sendmsg_nosec net/socket.c:714 [inline]
 sock_sendmsg net/socket.c:734 [inline]
 __sys_sendto+0x3b4/0x504 net/socket.c:2120
 __do_sys_sendto net/socket.c:2132 [inline]
 __se_sys_sendto net/socket.c:2128 [inline]
 __arm64_sys_sendto+0xd8/0xf8 net/socket.c:2128
 __invoke_syscall arch/arm64/kernel/syscall.c:38 [inline]
 invoke_syscall+0x98/0x2c0 arch/arm64/kernel/syscall.c:52
 el0_svc_common+0x138/0x258 arch/arm64/kernel/syscall.c:142
 do_el0_svc+0x64/0x198 arch/arm64/kernel/syscall.c:193
 el0_svc+0x58/0x168 arch/arm64/kernel/entry-common.c:637
 el0t_64_sync_handler+0x84/0xf0 arch/arm64/kernel/entry-common.c:655
 el0t_64_sync+0x190/0x194 arch/arm64/kernel/entry.S:591

The buggy address belongs to the object at ffff0000d5eae800
 which belongs to the cache kmalloc-1k of size 1024
The buggy address is located 60 bytes inside of
 1024-byte region [ffff0000d5eae800, ffff0000d5eaec00)

The buggy address belongs to the physical page:
page:0000000095e2f25a refcount:1 mapcount:0 mapping:0000000000000000 index:0x0 pfn:0x115ea8
head:0000000095e2f25a order:3 compound_mapcount:0 subpages_mapcount:0 compound_pincount:0
flags: 0x5ffc00000010200(slab|head|node=0|zone=2|lastcpupid=0x7ff)
raw: 05ffc00000010200 ffff0000c0002780 fffffc000335f200 dead000000000002
raw: 0000000000000000 0000000000100010 00000001ffffffff 0000000000000000
page dumped because: kasan: bad access detected

Memory state around the buggy address:
 ffff0000d5eaeb00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 ffff0000d5eaeb80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>ffff0000d5eaec00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
                   ^
 ffff0000d5eaec80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
 ffff0000d5eaed00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
==================================================================
================================================================================
UBSAN: shift-out-of-bounds in arch/arm64/lib/csum.c:116:15
shift exponent 512 is too large for 64-bit type 'u64' (aka 'unsigned long long')
CPU: 1 PID: 5943 Comm: syz-executor633 Tainted: G    B              6.2.0-syzkaller-18300-g2ebd1fbb946d #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/21/2023
Call trace:
 dump_backtrace+0x1c8/0x1f4 arch/arm64/kernel/stacktrace.c:158
 show_stack+0x2c/0x3c arch/arm64/kernel/stacktrace.c:165
 __dump_stack lib/dump_stack.c:88 [inline]
 dump_stack_lvl+0xd0/0x124 lib/dump_stack.c:106
 dump_stack+0x1c/0x28 lib/dump_stack.c:113
 ubsan_epilogue lib/ubsan.c:151 [inline]
 __ubsan_handle_shift_out_of_bounds+0x2f4/0x36c lib/ubsan.c:321
 do_csum+0x238/0x254 arch/arm64/lib/csum.c:116
 csum_partial+0x30/0x58 lib/checksum.c:128
 gso_make_checksum include/linux/skbuff.h:4876 [inline]
 __udp_gso_segment+0xaf4/0x1bcc net/ipv4/udp_offload.c:332
 udp4_ufo_fragment+0x3f8/0x6d4 net/ipv4/udp_offload.c:392
 inet_gso_segment+0x4c4/0x10f4 net/ipv4/af_inet.c:1399
 skb_mac_gso_segment+0x294/0x56c net/core/gro.c:141
 __skb_gso_segment+0x254/0x3d8 net/core/dev.c:3398
 skb_gso_segment include/linux/netdevice.h:4807 [inline]
 validate_xmit_skb+0x364/0xd38 net/core/dev.c:3656
 __dev_queue_xmit+0x12fc/0x3488 net/core/dev.c:4233
 dev_queue_xmit include/linux/netdevice.h:3033 [inline]
 br_dev_queue_push_xmit+0x530/0x658 net/bridge/br_forward.c:53
 NF_HOOK+0x300/0x3ac include/linux/netfilter.h:302
 br_forward_finish+0xd0/0x118 net/bridge/br_forward.c:66
 NF_HOOK+0x300/0x3ac include/linux/netfilter.h:302
 __br_forward+0x2f4/0x434 net/bridge/br_forward.c:115
 deliver_clone net/bridge/br_forward.c:131 [inline]
 maybe_deliver+0x2c0/0x390 net/bridge/br_forward.c:189
 br_flood+0x28c/0x3e0 net/bridge/br_forward.c:231
 br_dev_xmit+0xdcc/0x13a0
 __netdev_start_xmit include/linux/netdevice.h:4863 [inline]
 netdev_start_xmit include/linux/netdevice.h:4877 [inline]
 xmit_one net/core/dev.c:3575 [inline]
 dev_hard_start_xmit+0x324/0xc94 net/core/dev.c:3591
 __dev_queue_xmit+0x16d8/0x3488 net/core/dev.c:4241
 dev_queue_xmit+0x24/0x34 include/linux/netdevice.h:3033
 packet_snd net/packet/af_packet.c:3073 [inline]
 packet_sendmsg+0x3694/0x4ce4 net/packet/af_packet.c:3104
 sock_sendmsg_nosec net/socket.c:714 [inline]
 sock_sendmsg net/socket.c:734 [inline]
 __sys_sendto+0x3b4/0x504 net/socket.c:2120
 __do_sys_sendto net/socket.c:2132 [inline]
 __se_sys_sendto net/socket.c:2128 [inline]
 __arm64_sys_sendto+0xd8/0xf8 net/socket.c:2128
 __invoke_syscall arch/arm64/kernel/syscall.c:38 [inline]
 invoke_syscall+0x98/0x2c0 arch/arm64/kernel/syscall.c:52
 el0_svc_common+0x138/0x258 arch/arm64/kernel/syscall.c:142
 do_el0_svc+0x64/0x198 arch/arm64/kernel/syscall.c:193
 el0_svc+0x58/0x168 arch/arm64/kernel/entry-common.c:637
 el0t_64_sync_handler+0x84/0xf0 arch/arm64/kernel/entry-common.c:655
 el0t_64_sync+0x190/0x194 arch/arm64/kernel/entry.S:591
================================================================================
================================================================================
UBSAN: shift-out-of-bounds in arch/arm64/lib/csum.c:116:25
shift exponent 512 is too large for 64-bit type 'u64' (aka 'unsigned long long')
CPU: 1 PID: 5943 Comm: syz-executor633 Tainted: G    B              6.2.0-syzkaller-18300-g2ebd1fbb946d #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/21/2023
Call trace:
 dump_backtrace+0x1c8/0x1f4 arch/arm64/kernel/stacktrace.c:158
 show_stack+0x2c/0x3c arch/arm64/kernel/stacktrace.c:165
 __dump_stack lib/dump_stack.c:88 [inline]
 dump_stack_lvl+0xd0/0x124 lib/dump_stack.c:106
 dump_stack+0x1c/0x28 lib/dump_stack.c:113
 ubsan_epilogue lib/ubsan.c:151 [inline]
 __ubsan_handle_shift_out_of_bounds+0x2f4/0x36c lib/ubsan.c:321
 do_csum+0x250/0x254 arch/arm64/lib/csum.c:116
 csum_partial+0x30/0x58 lib/checksum.c:128
 gso_make_checksum include/linux/skbuff.h:4876 [inline]
 __udp_gso_segment+0xaf4/0x1bcc net/ipv4/udp_offload.c:332
 udp4_ufo_fragment+0x3f8/0x6d4 net/ipv4/udp_offload.c:392
 inet_gso_segment+0x4c4/0x10f4 net/ipv4/af_inet.c:1399
 skb_mac_gso_segment+0x294/0x56c net/core/gro.c:141
 __skb_gso_segment+0x254/0x3d8 net/core/dev.c:3398
 skb_gso_segment include/linux/netdevice.h:4807 [inline]
 validate_xmit_skb+0x364/0xd38 net/core/dev.c:3656
 __dev_queue_xmit+0x12fc/0x3488 net/core/dev.c:4233
 dev_queue_xmit include/linux/netdevice.h:3033 [inline]
 br_dev_queue_push_xmit+0x530/0x658 net/bridge/br_forward.c:53
 NF_HOOK+0x300/0x3ac include/linux/netfilter.h:302
 br_forward_finish+0xd0/0x118 net/bridge/br_forward.c:66
 NF_HOOK+0x300/0x3ac include/linux/netfilter.h:302
 __br_forward+0x2f4/0x434 net/bridge/br_forward.c:115
 deliver_clone net/bridge/br_forward.c:131 [inline]
 maybe_deliver+0x2c0/0x390 net/bridge/br_forward.c:189
 br_flood+0x28c/0x3e0 net/bridge/br_forward.c:231
 br_dev_xmit+0xdcc/0x13a0
 __netdev_start_xmit include/linux/netdevice.h:4863 [inline]
 netdev_start_xmit include/linux/netdevice.h:4877 [inline]
 xmit_one net/core/dev.c:3575 [inline]
 dev_hard_start_xmit+0x324/0xc94 net/core/dev.c:3591
 __dev_queue_xmit+0x16d8/0x3488 net/core/dev.c:4241
 dev_queue_xmit+0x24/0x34 include/linux/netdevice.h:3033
 packet_snd net/packet/af_packet.c:3073 [inline]
 packet_sendmsg+0x3694/0x4ce4 net/packet/af_packet.c:3104
 sock_sendmsg_nosec net/socket.c:714 [inline]
 sock_sendmsg net/socket.c:734 [inline]
 __sys_sendto+0x3b4/0x504 net/socket.c:2120
 __do_sys_sendto net/socket.c:2132 [inline]
 __se_sys_sendto net/socket.c:2128 [inline]
 __arm64_sys_sendto+0xd8/0xf8 net/socket.c:2128
 __invoke_syscall arch/arm64/kernel/syscall.c:38 [inline]
 invoke_syscall+0x98/0x2c0 arch/arm64/kernel/syscall.c:52
 el0_svc_common+0x138/0x258 arch/arm64/kernel/syscall.c:142
 do_el0_svc+0x64/0x198 arch/arm64/kernel/syscall.c:193
 el0_svc+0x58/0x168 arch/arm64/kernel/entry-common.c:637
 el0t_64_sync_handler+0x84/0xf0 arch/arm64/kernel/entry-common.c:655
 el0t_64_sync+0x190/0x194 arch/arm64/kernel/entry.S:591
================================================================================

Crashes (72):
Time Kernel Commit Syzkaller Config Log Report Syz repro C repro VM info Assets (help?) Manager Title
2023/02/25 19:56 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 2ebd1fbb946d ee50e71c .config console log report syz C [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/02/25 13:17 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 2ebd1fbb946d ee50e71c .config console log report syz C [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2022/12/25 10:08 net-old be1236fce5f4 9da18ae8 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-this-kasan-gce KASAN: use-after-free Read in do_csum
2022/12/22 19:23 net-old 609d3bc62305 c692fab1 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-this-kasan-gce KASAN: use-after-free Read in do_csum
2023/01/01 09:06 net-next-old c183e6c3ec34 ab32d508 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce KASAN: use-after-free Read in do_csum
2022/12/31 23:12 net-next-old c183e6c3ec34 ab32d508 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce KASAN: use-after-free Read in do_csum
2022/12/27 07:29 net-next-old c183e6c3ec34 9da18ae8 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce KASAN: use-after-free Read in do_csum
2023/02/22 00:14 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci a9b06ec42c0f 42a4d508 .config console log report info ci-upstream-gce-arm64 KASAN: use-after-free Read in do_csum
2023/06/06 04:19 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci eb0f1697d729 a4ae4f42 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/06/05 14:47 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci eb0f1697d729 a4ae4f42 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/06/02 10:54 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci eb0f1697d729 a4ae4f42 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/05/31 16:56 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci eb0f1697d729 e2a77acd .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/05/30 13:01 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci eb0f1697d729 8d5c7541 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/05/26 08:04 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci f1fcbaa18b28 b40ef614 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/05/25 16:53 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci f1fcbaa18b28 0513b3e6 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/05/12 20:17 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 14f8db1c0f9a ecca8a24 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/05/11 22:58 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 14f8db1c0f9a adb9a3cd .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/05/11 07:54 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 14f8db1c0f9a 0fbd49f4 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/05/09 06:40 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 14f8db1c0f9a f4168103 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/05/08 02:56 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 14f8db1c0f9a 90c93c40 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/05/07 22:31 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 14f8db1c0f9a 90c93c40 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/05/06 20:01 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 14f8db1c0f9a 90c93c40 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/05/06 13:38 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 14f8db1c0f9a 90c93c40 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/04/28 18:45 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci 14f8db1c0f9a 457a6e0a .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/03/27 05:49 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci e8d018dd0257 fbf0499a .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/03/27 03:55 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci e8d018dd0257 fbf0499a .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/03/26 17:53 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci e8d018dd0257 fbf0499a .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/03/26 11:00 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci e8d018dd0257 fbf0499a .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/03/26 06:22 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci e8d018dd0257 fbf0499a .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/03/26 01:59 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci e8d018dd0257 fbf0499a .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/03/25 19:17 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci e8d018dd0257 fbf0499a .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/03/25 06:05 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci e8d018dd0257 fbf0499a .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/03/25 03:52 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci e8d018dd0257 fbf0499a .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/03/25 02:05 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci e8d018dd0257 9700afae .config console log report info ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/03/25 00:26 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci e8d018dd0257 9700afae .config console log report info ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/03/24 20:54 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci e8d018dd0257 9700afae .config console log report info ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/03/24 13:15 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci fe15c26ee26e f94b4a29 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/03/22 01:44 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci fe15c26ee26e 8b4eb097 .config console log report info ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/03/21 23:48 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci fe15c26ee26e 8b4eb097 .config console log report info ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/03/21 17:33 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci fe15c26ee26e 03fb9538 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/03/21 12:17 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci fe15c26ee26e 03fb9538 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/03/21 08:03 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci fe15c26ee26e 7939252e .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/03/21 06:49 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci fe15c26ee26e 7939252e .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/03/21 02:51 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci fe15c26ee26e 7939252e .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/03/21 02:11 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci fe15c26ee26e 7939252e .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/03/20 11:17 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci fe15c26ee26e 7939252e .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/03/20 01:09 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci fe15c26ee26e 7939252e .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/03/18 08:34 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci fe15c26ee26e 7939252e .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/03/18 01:54 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci fe15c26ee26e 7939252e .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/03/17 23:35 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci fe15c26ee26e 7939252e .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/03/17 15:52 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci fe15c26ee26e 18b58603 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/03/17 06:35 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci fe15c26ee26e 18b58603 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/03/16 09:55 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci fe15c26ee26e 18b58603 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/03/16 09:11 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci fe15c26ee26e 18b58603 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/03/16 04:11 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci fe15c26ee26e 18b58603 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/03/15 14:26 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci fe15c26ee26e 18b58603 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/03/14 17:44 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci fe15c26ee26e 0d5c4377 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/03/14 12:41 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci fe15c26ee26e 0d5c4377 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/03/14 08:54 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci fe15c26ee26e 0d5c4377 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/03/13 19:04 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci fe15c26ee26e 026e2200 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/03/13 15:57 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci fe15c26ee26e 026e2200 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/03/12 06:10 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci fe15c26ee26e 5205ef30 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/03/12 01:41 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci fe15c26ee26e 5205ef30 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/03/11 10:28 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci fe15c26ee26e 5205ef30 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/03/11 08:38 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci fe15c26ee26e 5205ef30 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
2023/03/11 02:01 git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci fe15c26ee26e 5205ef30 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-gce-arm64 KASAN: slab-out-of-bounds Read in do_csum
* Struck through repros no longer work on HEAD.