Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp1994104imm; Fri, 7 Sep 2018 09:12:33 -0700 (PDT) X-Google-Smtp-Source: ANB0VdbiJS08yXch98hYVSAjjJKTsqcgFZRUb/SorPs/kWUxveXMy3C+gSvU43/DKYZUwIX+x5tM X-Received: by 2002:a63:2acc:: with SMTP id q195-v6mr8862137pgq.291.1536336753222; Fri, 07 Sep 2018 09:12:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1536336753; cv=none; d=google.com; s=arc-20160816; b=rHotxZHCd0xbKWUTU2jYddzJtxUTD1sWhW9xyOF23IQ9+LwVFWxwH0CMSsgaWaZAgz tu96EVr6D5B7LnEA1LjRTQvQh7O/NL1Jv5/8cCyN9ZGkmc46mR0pbjMc8PjjeNSWD1KK sRi8+cQF65OTxjYPvKNnUoTygHkzmixIihkMoU2Jj5Mywo1bIlV1Z5UzM+RswCln61dm QZXJDDuvE0bbv1w56SeSyrJ488FzcVguKUjCS/QLE69wqJeFfAPh5X2dlaTNlykGK5Bm wBajUQSoM8QPk8WVyKd4VihljD9aPPVJeqfk5Ju4YNqCEdpsG7ltgKMP8GTTjsZRFfQ2 CYtg== 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=tVsGRbIwd1Qkhxeswot22EpT7DzOmBZwqUQrtdRdzL0=; b=fy2RIxv6WRxouwF8tNjTRg/q8sVwzLee05l+U3UgBkj46+XPp2U/0PJvTihRvKeY4I KjEHomAE/wWnpsgVDlYB6v6pm72TIzWNRnjjH63Z0c7Ee9lfQyIuDsvw5px7q75ELXuz Hbka+dc2RlVZFMFGjrIpYlymbdVCFUqd6/G7Zf5C+qjrQV0g4X0ciI3pIZzArHVQD+z1 HuiWGdP2jtbks719rP1+O3s75Z5pEvKZTgPZobRkhRJOUD6Hc25Rx1dYfbaluH8iJnE+ 1JGqESdtNkRpJjcWRXT2eAYt7nA3qXd0fcP2ZR5QsKE3IHlvrrLRXpejJVRVQBKaF1+e o2vQ== 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 f24-v6si8151665pgm.313.2018.09.07.09.12.17; Fri, 07 Sep 2018 09:12:33 -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 S1728306AbeIGUwC (ORCPT + 99 others); Fri, 7 Sep 2018 16:52:02 -0400 Received: from muru.com ([72.249.23.125]:55414 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726620AbeIGUwC (ORCPT ); Fri, 7 Sep 2018 16:52:02 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id E823880CF; Fri, 7 Sep 2018 16:14:28 +0000 (UTC) Date: Fri, 7 Sep 2018 09:10:23 -0700 From: Tony Lindgren To: David Howells Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, Stephen Rothwell Subject: Re: Regression in next with filesystem context concept Message-ID: <20180907161023.GF5662@atomide.com> References: <20180906164358.GI5659@atomide.com> <9053.1536310046@warthog.procyon.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9053.1536310046@warthog.procyon.org.uk> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * David Howells [180907 08:51]: > Tony Lindgren wrote: > > > Looks like next-20180906 now has a regression where mounting > > root won't work with commit fd0002870b45 ("vfs: Implement a > > filesystem superblock creation/configuration context"). > > Am I right in thinking you're not using any of the LSMs? Assuming LSM as in Documentation/lsm.txt, right not using any. BTW, I don't think this issue shows up with ramdisk either, so that's probably why for example kernelci.org does not show errors. Regards, Tony