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=-5.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 2D798C28CBC for ; Sat, 9 May 2020 07:45:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F30CF24953 for ; Sat, 9 May 2020 07:45:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1589010313; bh=1/4XvuLxdxQ1lUMCndd0qloazN+kxhrTSOLTMHgcbhE=; h=Date:From:To:Subject:References:In-Reply-To:List-ID:From; b=kvIqE8JazpK2n/fgpiiAbADVZhZAV0VJXmqfOKc+KKyXA3DoGj98n1nbR3nriuX8F mUr8l106Fid6O7iZZXJ/VgkNonKmylos8w+cAM878TQyEFQMN/NF8MGm/L0/cWF1y4 5hyboaTKqrBiJXhugafzBEywQRwPjB98lQvNxg5A= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726948AbgEIHpM (ORCPT ); Sat, 9 May 2020 03:45:12 -0400 Received: from mail.kernel.org ([198.145.29.99]:34122 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725850AbgEIHpL (ORCPT ); Sat, 9 May 2020 03:45:11 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D5C7620746; Sat, 9 May 2020 07:45:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1589010310; bh=1/4XvuLxdxQ1lUMCndd0qloazN+kxhrTSOLTMHgcbhE=; h=Date:From:To:Subject:References:In-Reply-To:From; b=SlMsaQHkNpcBku08ZfeZiulhFY5LSqhGKIa212xRTitXvQRsFMUPO2A9QOsdgBzrv J085GFiFXmZQ4rxQOIiUI8veBnmuqSbJlgr3MJqciwh+IGwvDAN/UCt0BgLlu6wrhR IhGzibEwlCWi5Bz4FKn5PUfBxvHXUq/VC2D1xngs= Date: Sat, 9 May 2020 09:45:07 +0200 From: Greg KH To: syzbot , bp@alien8.de, dave.hansen@linux.intel.com, dmitry.torokhov@gmail.com, ebiederm@xmission.com, hpa@zytor.com, jeremy.linton@arm.com, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, luto@kernel.org, mingo@redhat.com, peterz@infradead.org, stern@rowland.harvard.edu, syzkaller-bugs@googlegroups.com, tglx@linutronix.de, x86@kernel.org Subject: Re: WARNING in memtype_reserve Message-ID: <20200509074507.GC1831917@kroah.com> References: <000000000000f0d8d205a531f1a3@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000000000000f0d8d205a531f1a3@google.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, May 09, 2020 at 12:20:14AM -0700, syzbot wrote: > Hello, > > syzbot found the following crash on: > > HEAD commit: d5eeab8d Merge tag 'scsi-fixes' of git://git.kernel.org/pu.. > git tree: upstream > console output: https://syzkaller.appspot.com/x/log.txt?x=15093632100000 > kernel config: https://syzkaller.appspot.com/x/.config?x=b0212dbee046bc1f > dashboard link: https://syzkaller.appspot.com/bug?extid=353be47c9ce21b68b7ed > compiler: gcc (GCC) 9.0.0 20181231 (experimental) > userspace arch: i386 > syz repro: https://syzkaller.appspot.com/x/repro.syz?x=168ee02c100000 > C reproducer: https://syzkaller.appspot.com/x/repro.c?x=119f3788100000 > > The bug was bisected to: > > commit 2bef9aed6f0e22391c8d4570749b1acc9bc3981e > Author: Jeremy Linton > Date: Mon May 4 20:13:48 2020 +0000 > > usb: usbfs: correct kernel->user page attribute mismatch > > bisection log: https://syzkaller.appspot.com/x/bisect.txt?x=1701f168100000 > final crash: https://syzkaller.appspot.com/x/report.txt?x=1481f168100000 > console output: https://syzkaller.appspot.com/x/log.txt?x=1081f168100000 > > IMPORTANT: if you fix the bug, please add the following tag to the commit: > Reported-by: syzbot+353be47c9ce21b68b7ed@syzkaller.appspotmail.com > Fixes: 2bef9aed6f0e ("usb: usbfs: correct kernel->user page attribute mismatch") > > ------------[ cut here ]------------ > memtype_reserve failed: [mem 0xffffffffff000-0x00008fff], req write-back > WARNING: CPU: 1 PID: 7025 at arch/x86/mm/pat/memtype.c:589 memtype_reserve+0x69f/0x820 arch/x86/mm/pat/memtype.c:589 > Kernel panic - not syncing: panic_on_warn set ... > CPU: 1 PID: 7025 Comm: syz-executor254 Not tainted 5.7.0-rc4-syzkaller #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+0x188/0x20d lib/dump_stack.c:118 > panic+0x2e3/0x75c kernel/panic.c:221 > __warn.cold+0x2f/0x35 kernel/panic.c:582 > report_bug+0x27b/0x2f0 lib/bug.c:195 > fixup_bug arch/x86/kernel/traps.c:175 [inline] > fixup_bug arch/x86/kernel/traps.c:170 [inline] > do_error_trap+0x12b/0x220 arch/x86/kernel/traps.c:267 > do_invalid_op+0x32/0x40 arch/x86/kernel/traps.c:286 > invalid_op+0x23/0x30 arch/x86/entry/entry_64.S:1027 > RIP: 0010:memtype_reserve+0x69f/0x820 arch/x86/mm/pat/memtype.c:589 > Code: 48 8b 2c ed c0 00 29 88 e8 ae ad 3e 00 48 8d 4b ff 49 89 e8 4c 89 e2 48 c7 c6 20 01 29 88 48 c7 c7 80 f9 28 88 e8 79 e8 0f 00 <0f> 0b 41 bf ea ff ff ff e9 03 fc ff ff 41 bf ea ff ff ff e9 f8 fb > RSP: 0018:ffffc900015e7790 EFLAGS: 00010282 > RAX: 0000000000000000 RBX: 0000000000009000 RCX: 0000000000000000 > RDX: 0000000000000000 RSI: ffffffff815ce181 RDI: fffff520002bcee4 > RBP: ffffffff8828ff40 R08: ffff888097ce85c0 R09: ffffed1015ce45f1 > R10: ffff8880ae722f83 R11: ffffed1015ce45f0 R12: 000ffffffffff000 > R13: 1ffff920002bcef8 R14: dffffc0000000000 R15: 0000000000000000 > reserve_pfn_range+0x173/0x470 arch/x86/mm/pat/memtype.c:941 > track_pfn_remap+0x18b/0x280 arch/x86/mm/pat/memtype.c:1033 > remap_pfn_range+0x202/0xbf0 mm/memory.c:2130 > dma_direct_mmap+0x197/0x260 kernel/dma/direct.c:453 > dma_mmap_attrs+0xfe/0x150 kernel/dma/mapping.c:237 > usbdev_mmap+0x3ae/0x730 drivers/usb/core/devio.c:254 > call_mmap include/linux/fs.h:1912 [inline] > mmap_region+0xafb/0x1540 mm/mmap.c:1772 > do_mmap+0x849/0x1160 mm/mmap.c:1545 > do_mmap_pgoff include/linux/mm.h:2553 [inline] > vm_mmap_pgoff+0x197/0x200 mm/util.c:506 > ksys_mmap_pgoff+0x457/0x5b0 mm/mmap.c:1595 > do_syscall_32_irqs_on arch/x86/entry/common.c:337 [inline] > do_fast_syscall_32+0x270/0xe90 arch/x86/entry/common.c:396 > entry_SYSENTER_compat+0x70/0x7f arch/x86/entry/entry_64_compat.S:139 > Kernel Offset: disabled > Rebooting in 86400 seconds.. So should memtype_reserve() not do a WARN if given invalid parameters as it can be triggered by userspace requests? A normal "invalid request" debug line is probably all that is needed, right? thanks, greg k-h