Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp4101186ybi; Tue, 18 Jun 2019 11:48:56 -0700 (PDT) X-Google-Smtp-Source: APXvYqxWwTNyhnE6pQEctGpiDBzPw594E1GEOSlrRsxYUdMx/p3imF1aOukdGgcJMZf7+rA87heu X-Received: by 2002:a63:d458:: with SMTP id i24mr3954340pgj.171.1560883736687; Tue, 18 Jun 2019 11:48:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560883736; cv=none; d=google.com; s=arc-20160816; b=TMnC0muf6Oxl5jr536MP48L4sLSDfM8DTMc81FATTFtcl9xWL19YHPfPO1FWH7594Z 4B2CGqepDYObfMMADNNy3lVk1PfgbwM7AnF0se1yRX1BdMwBK6IiM7014dRtivxd5nPV 8w6FGHZ39Y2KxWZ5jL21ZO7zSpClDXr0fNt7pS2GOUDeoNke5qulK/BdohLrqepg5rKz O3F9n82hH4ZHU0revaE6kT2LVcgI/JvxTUTGU5s8Z2qZIkGd0/2srCp6uuUszzyAHYev 0rIAJBI3kTU3j/3BUDjqxOlgw8bYmf9Rfg+1UILOCugDzL2J+nygyi/cHQnTrzGKyzdD b0Rg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=OZldVb6LVBDMAUdlFkcg64BKYN6xngorCtbTcrCl24Y=; b=ngYoKDC8ZrpCRkSMiJoWQBwCEWeLjzC76ID1eOppAZknLIRHxNN8jhxxmG2/FcjcRN tn2XIVWFl7J5IiR48ooU64eTIkex4JmWfsNjfBNqKFESCYaLnSD3QKQVjiizUjutVbMO Xt2yCE0kf2vd7ZWboNtHQ6/J1Y17ldqMyQ751/oOjN1oreYjB94QG4KwX099MaucHZTz L6jgBwo/5QdT22F4+z5BfwpIMnfjmgcjSCd3Odzayzyt4DZUcghmGPB23G34AvByx1oh +YuPmnkdxnTAN2FfMMmqd0cMlxQBAkt0NiHHt1zSX2YIUbIF/KdKxjz68Cb4ZT6pb+EN 7Fyg== 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 r11si792907pgp.232.2019.06.18.11.48.41; Tue, 18 Jun 2019 11:48:56 -0700 (PDT) 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 S1730290AbfFRSsX (ORCPT + 99 others); Tue, 18 Jun 2019 14:48:23 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:50684 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729642AbfFRSsX (ORCPT ); Tue, 18 Jun 2019 14:48:23 -0400 Received: from viro by ZenIV.linux.org.uk with local (Exim 4.92 #3 (Red Hat Linux)) id 1hdJ9Z-00015d-D9; Tue, 18 Jun 2019 18:48:21 +0000 Date: Tue, 18 Jun 2019 19:48:21 +0100 From: Al Viro To: Vicente Bergas Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: d_lookup: Unable to handle kernel paging request Message-ID: <20190618184821.GC17978@ZenIV.linux.org.uk> References: <23950bcb-81b0-4e07-8dc8-8740eb53d7fd@gmail.com> <20190522135331.GM17978@ZenIV.linux.org.uk> <20190522162945.GN17978@ZenIV.linux.org.uk> <10192e43-c21d-44e4-915d-bf77a50c22c4@gmail.com> <20190618183548.GB17978@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190618183548.GB17978@ZenIV.linux.org.uk> User-Agent: Mutt/1.11.3 (2019-02-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 18, 2019 at 07:35:48PM +0100, Al Viro wrote: > So far it looks like something is buggering a forward reference > in hash chain in a fairly specific way - the values seen had been > 00000000010000000 and > 00008800010000000. Does that smell like anything from arm64-specific > data structures (PTE, etc.)? make that 0000000001000000 and 0000880001000000 resp. Tests in the patch are correct, just mistyped it here... > Alternatively, we might've gone off rails a step (or more) before, > with the previous iteration going through bogus, but at least mapped > address - the one that has never been a dentry in the first place.