From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A064EC433FE for ; Sat, 4 Dec 2021 16:35:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1355419AbhLDQiu (ORCPT ); Sat, 4 Dec 2021 11:38:50 -0500 Received: from mail-io1-f71.google.com ([209.85.166.71]:44703 "EHLO mail-io1-f71.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1355425AbhLDQit (ORCPT ); Sat, 4 Dec 2021 11:38:49 -0500 Received: by mail-io1-f71.google.com with SMTP id 7-20020a6b0107000000b005ed196a2546so4970049iob.11 for ; Sat, 04 Dec 2021 08:35:23 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=BA9OwP3e4KSpyoZW+XzJWCMfEa5xkpbba0Rxgywsghc=; b=0CtaqgOLnkODkYhVJiIVde7JJsi+dXfbP6OVKyfAx9IVfmwNAaKrSGkOVOQdxg2qzv YEKOQtgzKWNt6ZlIUflkhCJ6Bb6Y9NJCcQviXyhSJYc036XsQAQDfb1uWFKdv+LNCDGd 1FyA4zwzuuHEnQ/TncnY0dgltiy1cykDRYoj+YaJUCVY8WDSSe5MTgW2DROVv9rU6kZB WK5Uu9n46Y7xIgBGNWG4s+Zens2l1SU8/JegL7aU2lkn6zI9xxSTwizXA3dnrPSD6SNV x+/Bvi5M67ZgYiNBR5/X5JnBeLfFdeWTIC+sPVkIrMAlqE/h3ZvJRhRmrxHDjWDeCYWG wm2Q== X-Gm-Message-State: AOAM533M1BJxvOwI0alEdahqNc07C4eU2fNHMIBmPdIIj7Q6do77SmPX 06maJiVYV6IoaN4Bf0saw9/6m1ei4+/15LFaWw0pDerFA42U X-Google-Smtp-Source: ABdhPJxxznh9Q5hCHWgnwvJ6XXsUs0D50cBHWOW6zK9XJmrmos7R9Ap1SlHUG3GwLkFakTQVL9lP37VnIwwgNfklMYJK4c/OBW5L MIME-Version: 1.0 X-Received: by 2002:a05:6638:24ca:: with SMTP id y10mr30640190jat.109.1638635723454; Sat, 04 Dec 2021 08:35:23 -0800 (PST) Date: Sat, 04 Dec 2021 08:35:23 -0800 X-Google-Appengine-App-Id: s~syzkaller X-Google-Appengine-App-Id-Alias: syzkaller Message-ID: <000000000000367c2205d2549cb9@google.com> Subject: [syzbot] KASAN: vmalloc-out-of-bounds Read in __bpf_prog_put From: syzbot To: andrii@kernel.org, ast@kernel.org, bpf@vger.kernel.org, daniel@iogearbox.net, davem@davemloft.net, hawk@kernel.org, john.fastabend@gmail.com, kafai@fb.com, kpsingh@kernel.org, kuba@kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, songliubraving@fb.com, syzkaller-bugs@googlegroups.com, yhs@fb.com Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello, syzbot found the following issue on: HEAD commit: ce83278f313c Merge branch 'qed-enhancements' git tree: net-next console output: https://syzkaller.appspot.com/x/log.txt?x=11c8ce3ab00000 kernel config: https://syzkaller.appspot.com/x/.config?x=b5949d4891208a1b dashboard link: https://syzkaller.appspot.com/bug?extid=5027de09e0964fd78ce1 compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2 Unfortunately, I don't have any reproducer for this issue yet. IMPORTANT: if you fix the issue, please add the following tag to the commit: Reported-by: syzbot+5027de09e0964fd78ce1@syzkaller.appspotmail.com ================================================================== BUG: KASAN: vmalloc-out-of-bounds in __bpf_prog_put.constprop.0+0x1dd/0x220 kernel/bpf/syscall.c:1812 Read of size 8 at addr ffffc90000cf2038 by task kworker/0:24/16179 CPU: 0 PID: 16179 Comm: kworker/0:24 Not tainted 5.16.0-rc3-syzkaller #0 Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011 Workqueue: events sk_psock_destroy Call Trace: __dump_stack lib/dump_stack.c:88 [inline] dump_stack_lvl+0xcd/0x134 lib/dump_stack.c:106 print_address_description.constprop.0.cold+0xf/0x320 mm/kasan/report.c:247 __kasan_report mm/kasan/report.c:433 [inline] kasan_report.cold+0x83/0xdf mm/kasan/report.c:450 __bpf_prog_put.constprop.0+0x1dd/0x220 kernel/bpf/syscall.c:1812 psock_set_prog include/linux/skmsg.h:477 [inline] psock_progs_drop include/linux/skmsg.h:495 [inline] sk_psock_destroy+0xad/0x620 net/core/skmsg.c:804 process_one_work+0x9b2/0x1690 kernel/workqueue.c:2298 worker_thread+0x658/0x11f0 kernel/workqueue.c:2445 kthread+0x405/0x4f0 kernel/kthread.c:327 ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:295 Memory state around the buggy address: ffffc90000cf1f00: f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 ffffc90000cf1f80: f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 >ffffc90000cf2000: f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 ^ ffffc90000cf2080: f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 ffffc90000cf2100: f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 f8 ================================================================== --- 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 syzkaller@googlegroups.com. syzbot will keep track of this issue. See: https://goo.gl/tpsmEJ#status for how to communicate with syzbot.