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=-0.5 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED 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 0D8A3C433E0 for ; Tue, 16 Jun 2020 01:49:08 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id C5F5420707 for ; Tue, 16 Jun 2020 01:49:07 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="g0c6olxK" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C5F5420707 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id 47F596B0003; Mon, 15 Jun 2020 21:49:07 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 430576B0005; Mon, 15 Jun 2020 21:49:07 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 31F836B0006; Mon, 15 Jun 2020 21:49:07 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0129.hostedemail.com [216.40.44.129]) by kanga.kvack.org (Postfix) with ESMTP id 1B0B56B0003 for ; Mon, 15 Jun 2020 21:49:07 -0400 (EDT) Received: from smtpin10.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay05.hostedemail.com (Postfix) with ESMTP id 7D3C9181AC9CB for ; Tue, 16 Jun 2020 01:49:06 +0000 (UTC) X-FDA: 76933391892.10.goat26_5308de926dfb Received: from filter.hostedemail.com (10.5.16.251.rfc1918.com [10.5.16.251]) by smtpin10.hostedemail.com (Postfix) with ESMTP id 4AFFE16A06B for ; Tue, 16 Jun 2020 01:49:06 +0000 (UTC) X-HE-Tag: goat26_5308de926dfb X-Filterd-Recvd-Size: 6436 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) by imf02.hostedemail.com (Postfix) with ESMTP for ; Tue, 16 Jun 2020 01:49:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=tHM7R3nRHzfZ+TprahCEXh9W4RAv/qCWqkAdZ0a0ZlA=; b=g0c6olxKdxfntLr2qTOBGzGnfY pXiiMRe5+0EYhvH6QHxseD5nFq82dTKEcuCovKc+5ah2i1Fv1YS8M0MSkGXiIDgzSBOEh0LxJlWEw rNqMJlqYMzhOORpM+Nj5Rmq1uC/+UPWzyUcTnjnF2ETH1dSpsi7EB+xcqY0YIL14pkm+hE+FEyNQI OGvbgD9Vs72J4BUjVehagGp41jAZ02bS54nzGakPj/zIBL2WtRlLsCUIf72DMNSvsu8yfs/rSYaws tlbTQoxl6Bn4RCaBCV/Nz0DP5i+eUAtmkbLACyoRp+qDlooVljRLCKuFsIuoI4MD49fCCjPVCGnJ4 6tHc0ojg==; Received: from willy by bombadil.infradead.org with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1jl0ih-00063T-KW; Tue, 16 Jun 2020 01:49:02 +0000 Date: Mon, 15 Jun 2020 18:48:59 -0700 From: Matthew Wilcox To: Qian Cai Cc: linux-xfs@vger.kernel.org, linux-mm@kvack.org, linux-s390@vger.kernel.org, heiko.carstens@de.ibm.com, borntraeger@de.ibm.com, darrick.wong@oracle.com, kirill@shutemov.name, peterx@redhat.com, yang.shi@linux.alibaba.com, hch@lst.de, linux-kernel@vger.kernel.org, songliubraving@fb.com Subject: Re: VM_BUG_ON_PAGE(page_to_pgoff(page) != offset) on s390 Message-ID: <20200616014859.GY8681@bombadil.infradead.org> References: <20200616013309.GB815@lca.pw> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200616013309.GB815@lca.pw> X-Rspamd-Queue-Id: 4AFFE16A06B X-Spamd-Result: default: False [0.00 / 100.00] X-Rspamd-Server: rspam01 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: On Mon, Jun 15, 2020 at 09:33:09PM -0400, Qian Cai wrote: > Ever since a few days ago, linux-next on s390 has started to crash > with compiling workloads or during boot below. > > This .config if ever matters, > > https://raw.githubusercontent.com/cailca/linux-mm/master/s390.config CONFIG_READ_ONLY_THP_FOR_FS=y This looks like a duplicate of https://bugzilla.kernel.org/show_bug.cgi?id=206569 which Song has had no luck reproducing. I would suggest simply disabling the Kconfig option for now. > Since our s390 guest has only 2 CPUs, it is probably going to take a > long time to bisect. > > 01: [ 60.589979] page:000003d0830bd540 refcount:257 mapcount:0 mapping:0000000 > 01: 0ac9dec15 index:0x155 head:000003d0830bc000 order:8 compound_mapcount:0 comp > 01: ound_pincount:0 > 01: [ 60.590361] mapping->aops:xfs_address_space_operations [xfs] dentry name: > 01: "lvm" > 01: [ 60.590369] flags: 0x2000000000000000() > 01: [ 60.590380] raw: 2000000000000000 000003d0830bc001 000003d0830bd548 00000 > 01: 00000000400 > 01: [ 60.590387] raw: 0000000000000000 0000000000000000 ffffffff00000000 00000 > 01: 00000000000 > 01: [ 60.590394] head: 2000000000010015 000003d0830dd588 000000008fb34c20 0000 > 01: 0000cc4f0568 > 01: [ 60.590401] head: 0000000000000100 0000000000000000 ffffffff00000101 0000 > 01: 00008f78a000 > 01: [ 60.590407] page dumped because: VM_BUG_ON_PAGE(page_to_pgoff(page) != o > 01: fset) > 01: [ 60.590428] ------------[ cut here ]------------ > 01: [ 60.590435] kernel BUG at mm/filemap.c:2516! > 01: [ 60.590512] monitor event: 0040 ilc:2 [#1] SMP > 01: [ 60.590518] Modules linked in: ip_tables x_tables xfs dm_mirror dm_region > 01: _hash dm_log dm_mod > 01: [ 60.590531] CPU: 1 PID: 665 Comm: lvmconfig Not tainted 5.8.0-rc1-next-20 > 01: 200615 #1 > 01: [ 60.590535] Hardware name: IBM 2964 N96 400 (z/VM 6.4.0) > 01: [ 60.590539] Krnl PSW : 0704c00180000000 00000000bdf0bb46 (filemap_fault+0 > 01: x191e/0x27c0) > 01: [ 60.590550] R:0 T:1 IO:1 EX:1 Key:0 M:1 W:0 P:0 AS:3 CC:0 PM:0 > 01: RI:0 EA:3 > 01: [ 60.590555] Krnl GPRS: 0000000000000001 0000037c002adef5 000003d0830bd578 > 01: 0000030000000000 > 01: [ 60.591850] 0000030000000001 0000030000000000 000003e00156fdc8 > 01: 000003e00156fdc0 > 01: [ 60.591854] 00000000c8f0b800 0000000000000155 000003d0830bd548 > 01: 000003d0830bd540 > 01: [ 60.591859] 00000000bed41008 00000000bea6f900 00000000bdf0bb42 > 01: 000003e00156f9d0 > 01: [ 60.591872] Krnl Code: 00000000bdf0bb36: c030005b1e45 larl %r3, > 01: 00000000bea6f7c0 > 01: [ 60.591872] 00000000bdf0bb3c: c0e5000597ca brasl %r14 > 01: ,00000000bdfbead0 > 01: [ 60.591872] #00000000bdf0bb42: af000000 mc 0,0 > 01: [ 60.591872] >00000000bdf0bb46: c020007d238d larl %r2, > 01: 00000000beeb0260 > 01: [ 60.591872] 00000000bdf0bb4c: c0e50028aebe brasl %r14 > 01: ,00000000be4218c8 > 01: [ 60.591872] 00000000bdf0bb52: eb1a0003000c srlg %r1, > 01: %r10,3 > 01: [ 60.591872] 00000000bdf0bb58: a52d0300 llihl %r2, > 01: 768 > 01: [ 60.591872] 00000000bdf0bb5c: b9080012 agr %r1, > 01: %r2 > 01: [ 60.591901] Call Trace: > 01: [ 60.591905] [<00000000bdf0bb46>] filemap_fault+0x191e/0x27c0 > 01: [ 60.591910] ([<00000000bdf0bb42>] filemap_fault+0x191a/0x27c0) > 01: [ 60.591967] [<000003ff80240cfc>] xfs_filemap_fault+0x1ac/0x528 [xfs] > __xfs_filemap_fault at /home/linux-mm/linux/fs/xfs/xfs_file.c:1214 > (inlined by) xfs_filemap_fault at /home/linux-mm/linux/fs/xfs/xfs_file.c:1228 > 01: [ 60.591973] [<00000000bdfc8428>] __do_fault+0xc0/0x470 > 01: [ 60.591977] [<00000000bdfd75f2>] handle_mm_fault+0x1782/0x29b8 > 01: [ 60.591983] [<00000000bdb50c60>] do_dat_exception+0x200/0x9c8 > do_exception at arch/s390/mm/fault.c:481 > (inlined by) do_dat_exception at arch/s390/mm/fault.c:583 > 01: [ 60.591993] [<00000000be9f4b76>] pgm_check_handler+0x1d6/0x234 > 01: [ 60.591997] INFO: lockdep is turned off. > 01: [ 60.592000] Last Breaking-Event-Address: > 01: [ 60.592004] [<00000000bdfbeafc>] dump_page+0x2c/0x40 > 01: [ 60.606521] Kernel panic - not syncing: Fatal exception: panic_on_oops > 00: HCPGSP2629I The virtual machine is placed in CP mode due to a SIGP stop from > CPU 00. > 00: HCPGSP2629I The virtual machine is placed in CP mode due to a SIGP stop from > CPU 01. > 01: HCPGIR450W CP entered; disabled wait PSW 00020001 80000000 00000000 BDB32B58