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=-13.1 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 E3194C433FE for ; Mon, 6 Sep 2021 17:33:13 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 6F8A96103B for ; Mon, 6 Sep 2021 17:33:13 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 6F8A96103B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linux-foundation.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=kvack.org Received: by kanga.kvack.org (Postfix) id 6C13A6B0071; Mon, 6 Sep 2021 13:33:12 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 67145900002; Mon, 6 Sep 2021 13:33:12 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 55FC16B0073; Mon, 6 Sep 2021 13:33:12 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0123.hostedemail.com [216.40.44.123]) by kanga.kvack.org (Postfix) with ESMTP id 431556B0071 for ; Mon, 6 Sep 2021 13:33:12 -0400 (EDT) Received: from smtpin17.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay05.hostedemail.com (Postfix) with ESMTP id DEBF9181AEF30 for ; Mon, 6 Sep 2021 17:33:11 +0000 (UTC) X-FDA: 78557844582.17.C130A26 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by imf03.hostedemail.com (Postfix) with ESMTP id 8487F3000096 for ; Mon, 6 Sep 2021 17:33:11 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 4B92160C51; Mon, 6 Sep 2021 17:33:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1630949590; bh=Fpsc5d2RFtkZf308uqRNi/WXv2J6k+zm5X9foPfck9A=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=aAslKKZIRCPIqyaMM0eHecQV/9LjU7T87cJ36Bp3Pm1PM8jaUQa+cYqStXWHTBodA 6eNHLEAMSpOFsqDjG749o+HJhFg50YaEe9OwZF4VTeJiruedUzCblE37uaWhE++Gw5 PqttmZwHjR/hVYf/L5HTW3okJYvfzWGsF2SkfQuA= Date: Mon, 6 Sep 2021 10:33:09 -0700 From: Andrew Morton To: syzbot Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org, syzkaller-bugs@googlegroups.com, David Hildenbrand , Linus Torvalds , Guenter Roeck , "Eric W. Biederman" Subject: Re: [syzbot] BUG: soft lockup in handle_mm_fault (2) Message-Id: <20210906103309.f4152941a9a00a27f62dbc2b@linux-foundation.org> In-Reply-To: <00000000000063692b05cb493f6d@google.com> References: <00000000000063692b05cb493f6d@google.com> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Authentication-Results: imf03.hostedemail.com; dkim=pass header.d=linux-foundation.org header.s=korg header.b=aAslKKZI; dmarc=none; spf=pass (imf03.hostedemail.com: domain of akpm@linux-foundation.org designates 198.145.29.99 as permitted sender) smtp.mailfrom=akpm@linux-foundation.org X-Rspamd-Server: rspam06 X-Rspamd-Queue-Id: 8487F3000096 X-Stat-Signature: wha9oy7y63an3ukf4cn38mpjnnkg4smn X-HE-Tag: 1630949591-348164 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: (cc's added) On Sun, 05 Sep 2021 18:05:40 -0700 syzbot wrote: > Hello, > > syzbot found the following issue on: > > HEAD commit: 49624efa65ac Merge tag 'denywrite-for-5.15' of git://githu.. > git tree: upstream > console output: https://syzkaller.appspot.com/x/log.txt?x=12eff4b3300000 > kernel config: https://syzkaller.appspot.com/x/.config?x=c598149362d97396 > dashboard link: https://syzkaller.appspot.com/bug?extid=aa7a876b8108f1622bc3 > compiler: aarch64-linux-gnu-gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.1 > userspace arch: arm64 > > 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+aa7a876b8108f1622bc3@syzkaller.appspotmail.com > > watchdog: BUG: soft lockup - CPU#0 stuck for 23s! [syz-executor.1:26449] > Modules linked in: > irq event stamp: 248 > hardirqs last enabled at (247): [] __exit_to_kernel_mode arch/arm64/kernel/entry-common.c:81 [inline] > hardirqs last enabled at (247): [] exit_to_kernel_mode+0x38/0x230 arch/arm64/kernel/entry-common.c:91 > hardirqs last disabled at (248): [] enter_el1_irq_or_nmi+0x10/0x20 arch/arm64/kernel/entry-common.c:227 > softirqs last enabled at (182): [] _stext+0x964/0xff8 > softirqs last disabled at (41): [] do_softirq_own_stack include/asm-generic/softirq_stack.h:10 [inline] > softirqs last disabled at (41): [] invoke_softirq kernel/softirq.c:439 [inline] > softirqs last disabled at (41): [] __irq_exit_rcu+0x208/0x4f0 kernel/softirq.c:636 > CPU: 0 PID: 26449 Comm: syz-executor.1 Not tainted 5.14.0-syzkaller-09416-g49624efa65ac #0 > Hardware name: linux,dummy-virt (DT) > pstate: 00000005 (nzcv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--) > pc : clear_page+0x14/0x28 arch/arm64/lib/clear_page.S:23 > lr : clear_highpage include/linux/highmem.h:181 [inline] > lr : kernel_init_free_pages.part.0+0x6c/0x17c mm/page_alloc.c:1286 > sp : ffff800019be75e0 > x29: ffff800019be75e0 x28: 0000000000000000 x27: 0000000000000000 > x26: ffff000009d64940 x25: ffff6000013ac928 x24: 00000000000014c0 > x23: ffff000009d63480 x22: fffffc0000173340 x21: ffff800015794a78 > x20: dfff800000000000 x19: fffffc0000173300 x18: 0000000000000000 > x17: 0000000000000000 x16: 0000000000000000 x15: 0000000000000000 > x14: 1ffff0000337ce86 x13: 0000000000000013 x12: ffff7f800002e667 > x11: 1fffff800002e666 x10: ffff7f800002e666 x9 : 0000000000000000 > x8 : ffff600000b99a00 x7 : 0000000000000000 x6 : 000000000000003f > x5 : 0000000000000040 x4 : 1ffff00003060d98 x3 : 1fffe000013ac691 > x2 : 0000000000000004 x1 : 0000000000000040 x0 : ffff000005ccc880 > Call trace: > clear_page+0x14/0x28 arch/arm64/lib/clear_page.S:21 > kernel_init_free_pages mm/page_alloc.c:1283 [inline] > post_alloc_hook+0x1ac/0x25c mm/page_alloc.c:2426 > prep_new_page mm/page_alloc.c:2436 [inline] > get_page_from_freelist+0x184c/0x2320 mm/page_alloc.c:4168 > __alloc_pages+0x1a8/0x21d0 mm/page_alloc.c:5390 > alloc_pages_vma+0xbc/0x530 mm/mempolicy.c:2252 > alloc_zeroed_user_highpage_movable+0x9c/0xd0 arch/arm64/mm/fault.c:926 > do_anonymous_page mm/memory.c:3767 [inline] > handle_pte_fault mm/memory.c:4556 [inline] > __handle_mm_fault+0xbc4/0x2210 mm/memory.c:4693 > handle_mm_fault+0x1dc/0x4f0 mm/memory.c:4791 > __do_page_fault arch/arm64/mm/fault.c:499 [inline] > do_page_fault+0x230/0x8c0 arch/arm64/mm/fault.c:599 > do_translation_fault+0x1a4/0x210 arch/arm64/mm/fault.c:680 > do_mem_abort+0x64/0x1c0 arch/arm64/mm/fault.c:813 > el0_da+0x7c/0x2b0 arch/arm64/kernel/entry-common.c:481 > el0t_64_sync_handler+0x168/0x1b0 arch/arm64/kernel/entry-common.c:616 > el0t_64_sync+0x1a0/0x1a4 arch/arm64/kernel/entry.S:572 > > > --- > 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.