Received: by 2002:ac0:8c9a:0:0:0:0:0 with SMTP id r26csp1286802ima; Fri, 1 Feb 2019 20:45:40 -0800 (PST) X-Google-Smtp-Source: ALg8bN78Vdm9lgVH9eTv6B2xF+YcQF6TI1ez09rGqYk0irrkG9BX4VOsG8IBgy28B+NiJXQjYkrg X-Received: by 2002:a17:902:24e7:: with SMTP id l36mr42780844plg.61.1549082740311; Fri, 01 Feb 2019 20:45:40 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1549082740; cv=none; d=google.com; s=arc-20160816; b=O9/yVRcusF2wXg/JMeO3AOM4ibw1Muq+9PMcT9xMg0WrU7+DAHkmgesWAdhhSVvHp6 odC+C+d1X/yVsZ1H8+MIV45bFm6rDEXgxsHlJzsm9Cc5xZXtUd+yzUTNs00Z45mNvGDa w/MRO0CHJwjUVXO2U/ZZ+Y3ab0SJkS7Ql0uqjsx3StTUDyBAirs5J+AWA/H5BpUkLBOc c6dxSgBXEESZYigx+47nFt4K9LSHS+jlR0VK9W0P/DzirxOW0O17uPTXIjxetRXparsQ CTVONhVk+PAGG0nROLnyBKa3ZYRaHxV94pNS1ENEl61wgjmJhLIM/oB52M/8qf34Fv51 BWyQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:message-id :subject:cc:to:from:date; bh=bxg4HtheIkasS3g/mLMnzf3sQPLC4bqO9zHGpIElNrg=; b=jbhi3QVxNUT8gU2LyAXToEO0GhOBeFbCndmT+cuBfbZ3Oo16g0vpoh2vCWkTfF8aas ApkVKVee7AwGja9HmC4FLDGJ9fMXUfw4IACypxy8MY5eYyg8O65Bx2L8gznJJaUWH8Lo 99wAqIo8ahn8AGBTVQK6TGm+hhUtOWOT38ZCLViiQ7pu7t/2yNPdh21B4VXQDrm93w6R wv6IPTroX8Z/L/z3dBWktjUlLApReq8D/6O1iAa1PH/qfiECTBv7jvSIGN96469rxZv5 v7ci7t3lbyr2M23P1e51jXQqKGqsNqVXDETfJI9AXN1H17SCeP69N0PuY2Jrj3etz4I6 TOfQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y20si9289910plr.106.2019.02.01.20.45.22; Fri, 01 Feb 2019 20:45:40 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726659AbfBBEnp (ORCPT + 99 others); Fri, 1 Feb 2019 23:43:45 -0500 Received: from trent.utfs.org ([94.185.90.103]:35326 "EHLO trent.utfs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726382AbfBBEnp (ORCPT ); Fri, 1 Feb 2019 23:43:45 -0500 X-Greylist: delayed 381 seconds by postgrey-1.27 at vger.kernel.org; Fri, 01 Feb 2019 23:43:44 EST Received: from localhost (localhost [IPv6:::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by trent.utfs.org (Postfix) with ESMTPS id 47DEE5FF0B; Sat, 2 Feb 2019 05:37:22 +0100 (CET) Date: Fri, 1 Feb 2019 20:37:22 -0800 (PST) From: Christian Kujau To: linux-kernel@vger.kernel.org cc: Hans van Kranenburg , Stefano Stabellini , Boris Ostrovsky , Juergen Gross Subject: RIP: e030:move_page_tables+0xaa3/0xb80 Message-ID: User-Agent: Alpine 2.21.999 (DEB 277 2018-05-20) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, I'm running an Ubuntu "mainline" kernel[0] as a Xen 4.11.1 DomU (PV) and ever since upgrading to Linux 5.0-rcX I get these WARNING messages shown below. Going back in my logs[1] I can see that I got a similar messages for v4.20 too, but with v5.0 they appear more often and upgrading from v5.0-rc3 to -rc4 made it even worse, now the messages show up quickly after boot and some commands (w, ps, top) become stuck and shutdown would hang too. I found an email thread[2] from earlier this month (hence the CC list) about this, but could not find out if this issue has been concluded or even fixed. I've gone back to v4.20 now and the message hasn't appeared yet, but it probably will in a few days again. Let me know if you need more details, v5.0-rc4 should make it easier for me to reproduce. Thanks, Christian. [0] https://kernel.ubuntu.com/~kernel-ppa/mainline https://wiki.ubuntu.com/Kernel/MainlineBuilds [1] http://nerdbynature.de/bits/5.0.0-rc4/kern_msg.txt [2] https://www.spinics.net/lists/stable/msg279001.html WARNING: CPU: 1 PID: 386 at arch/x86/xen/multicalls.c:102 xen_mc_flush+0x196/0x1f0 Modules linked in: rpcsec_gss_krb5 auth_rpcgss lz4 lz4_compress crct10dif_pclmul xen_kbdfront(-) ghash_clmulni_intel xen_fbfront fb_sys_fops syscopyarea sysfillrect sysimgblt aesni_intel aes_x86_64 crypto_simd cryptd glue_helper intel_rapl_perf sch_fq_codel nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nf_conntrack zram nf_defrag_ipv6 nf_defrag_ipv4 reiserfs nfsv4 nfs nf_tables_set lockd grace fscache dm_crypt sunrpc btrfs nf_tables nfnetlink zstd_compress ip_tables x_tables autofs4 raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear [last unloaded: mac_hid] CPU: 1 PID: 386 Comm: systemd-udevd Not tainted 5.0.0-050000rc4-generic #201901272036 RIP: e030:xen_mc_flush+0x196/0x1f0 Code: 48 c1 e0 05 4d 8b 55 38 4d 8b 45 40 48 05 00 10 00 81 e8 5d ae dd 00 49 89 45 18 48 c1 e8 3f 48 89 c6 85 f6 0f 84 05 ff ff ff <0f> 0b 65 8b 0d b1 92 fe 7e 41 8b 55 00 48 c7 c7 30 b0 2d 82 e8 f4 RSP: e02b:ffffc900410dbd00 EFLAGS: 00010002 RAX: ffff888175c946d8 RBX: 0000777f80000000 RCX: 0000000000000001 RDX: ffff888175c946d8 RSI: 0000000000000001 RDI: ffff888175c94310 RBP: ffffc900410dbd30 R08: 0000000000000001 R09: ffff88816fe5b000 R10: 0000000000007ff0 R11: 0000000000000011 R12: 000000000000000f R13: ffff888175c94300 R14: 0000000000000200 R15: 0000000000000000 FS: 00007fca75421680(0000) GS:ffff888175c80000(0000) knlGS:0000000000000000 CS: 10000e030 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: 00005606a0d8bfb8 CR3: 000000016d51a000 CR4: 0000000000042660 Call Trace: __xen_pgd_pin+0x10c/0x300 xen_activate_mm+0x28/0x40 xen_dup_mmap+0xe/0x10 copy_process.part.37+0x1e7a/0x1f70 _do_fork+0xe8/0x3a0 __x64_sys_clone+0x27/0x30 do_syscall_64+0x5a/0x110 entry_SYSCALL_64_after_hwframe+0x44/0xa9 -- BOFH excuse #160: non-redundant fan failure