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 X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=FROM_LOCAL_HEX, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 926ADECE587 for ; Mon, 14 Oct 2019 09:39:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 76A6E20659 for ; Mon, 14 Oct 2019 09:39:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731071AbfJNJjl (ORCPT ); Mon, 14 Oct 2019 05:39:41 -0400 Received: from mga05.intel.com ([192.55.52.43]:14702 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730968AbfJNJjl (ORCPT ); Mon, 14 Oct 2019 05:39:41 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Oct 2019 02:39:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,295,1566889200"; d="scan'208";a="194175343" Received: from alinamex-mobl3.ger.corp.intel.com (HELO [10.252.56.163]) ([10.252.56.163]) by fmsmga008.fm.intel.com with ESMTP; 14 Oct 2019 02:39:38 -0700 Subject: Re: WARNING in drm_mode_createblob_ioctl To: syzbot , airlied@linux.ie, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, mripard@kernel.org, sean@poorly.run, syzkaller-bugs@googlegroups.com References: <000000000000b2de3a0594d8b4ca@google.com> <20191014091635.GI11828@phenom.ffwll.local> From: syzbot Message-ID: <67fb1a91-7ef3-9036-2d1b-877e394bcab2@linux.intel.com> Date: Mon, 14 Oct 2019 11:39:38 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: <20191014091635.GI11828@phenom.ffwll.local> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Op 14-10-2019 om 11:16 schreef Daniel Vetter: > On Sun, Oct 13, 2019 at 11:09:09PM -0700, syzbot wrote: >> Hello, >> >> syzbot found the following crash on: >> >> HEAD commit: 8ada228a Add linux-next specific files for 20191011 >> git tree: linux-next >> console output: https://syzkaller.appspot.com/x/log.txt?x=1423a87f600000 >> kernel config: https://syzkaller.appspot.com/x/.config?x=7cf4eed5fe42c31a >> dashboard link: https://syzkaller.appspot.com/bug?extid=fb77e97ebf0612ee6914 >> compiler: gcc (GCC) 9.0.0 20181231 (experimental) >> >> Unfortunately, I don't have any reproducer for this crash yet. > Hm only thing that could go wrong is how we allocate the target for the > user_copy, which is an argument directly from the ioctl parameter struct. > Does syzbot not track that? We use the standard linux ioctl struct > encoding in drm. > > Otherwise I have no idea why it can't create a reliable reproducer for > this ... I'm also not seeing the bug, all the input validation we have > seems correct :-/ I would like to see the entire dmesg? in particular because it's likely WARN(1, "Buffer overflow detected (%d < %lu)!\n", size, count), so I'd like to see the size it thinks for both.. > -Daniel >> IMPORTANT: if you fix the bug, please add the following tag to the commit: >> Reported-by: syzbot+fb77e97ebf0612ee6914@syzkaller.appspotmail.com >> >> ------------[ cut here ]------------ >> WARNING: CPU: 1 PID: 30449 at include/linux/thread_info.h:150 >> check_copy_size include/linux/thread_info.h:150 [inline] >> WARNING: CPU: 1 PID: 30449 at include/linux/thread_info.h:150 copy_from_user >> include/linux/uaccess.h:143 [inline] >> WARNING: CPU: 1 PID: 30449 at include/linux/thread_info.h:150 >> drm_mode_createblob_ioctl+0x398/0x490 drivers/gpu/drm/drm_property.c:800 >> Kernel panic - not syncing: panic_on_warn set ... >> CPU: 1 PID: 30449 Comm: syz-executor.5 Not tainted 5.4.0-rc2-next-20191011 >> #0 >> Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS >> Google 01/01/2011 >> Call Trace: >> __dump_stack lib/dump_stack.c:77 [inline] >> dump_stack+0x172/0x1f0 lib/dump_stack.c:113 >> panic+0x2e3/0x75c kernel/panic.c:221 >> __warn.cold+0x2f/0x35 kernel/panic.c:582 >> report_bug+0x289/0x300 lib/bug.c:195 >> fixup_bug arch/x86/kernel/traps.c:174 [inline] >> fixup_bug arch/x86/kernel/traps.c:169 [inline] >> do_error_trap+0x11b/0x200 arch/x86/kernel/traps.c:267 >> do_invalid_op+0x37/0x50 arch/x86/kernel/traps.c:286 >> invalid_op+0x23/0x30 arch/x86/entry/entry_64.S:1028 >> RIP: 0010:check_copy_size include/linux/thread_info.h:150 [inline] >> RIP: 0010:copy_from_user include/linux/uaccess.h:143 [inline] >> RIP: 0010:drm_mode_createblob_ioctl+0x398/0x490 >> drivers/gpu/drm/drm_property.c:800 >> Code: c1 ea 03 80 3c 02 00 0f 85 ed 00 00 00 49 89 5d 00 e8 3c 28 cb fd 4c >> 89 f7 e8 64 92 9e 03 31 c0 e9 75 fd ff ff e8 28 28 cb fd <0f> 0b e8 21 28 cb >> fd 4d 85 e4 b8 f2 ff ff ff 0f 84 5b fd ff ff 89 >> RSP: 0018:ffff8880584efaa8 EFLAGS: 00010246 >> RAX: 0000000000040000 RBX: ffff8880a3a90000 RCX: ffffc900109da000 >> RDX: 0000000000040000 RSI: ffffffff83a7eaf8 RDI: 0000000000000007 >> RBP: ffff8880584efae8 R08: ffff888096c40080 R09: ffffed1014752110 >> R10: ffffed101475210f R11: ffff8880a3a9087f R12: ffffc90014907000 >> R13: ffff888028aa0000 R14: 000000009a6c7969 R15: ffffc90014907058 >> >> >> --- >> This bug 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 bug report. See: >> https://goo.gl/tpsmEJ#status for how to communicate with syzbot.