Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp3928928imu; Fri, 30 Nov 2018 08:10:33 -0800 (PST) X-Google-Smtp-Source: AFSGD/UIeRBAMIwlUhtFxFaCArzpYNNuYYQ4W8V7YfbbQT6e5YjstZ+pHi31u3/Ess2vDRlj7izS X-Received: by 2002:a17:902:1105:: with SMTP id d5mr5998961pla.47.1543594233505; Fri, 30 Nov 2018 08:10:33 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1543594233; cv=none; d=google.com; s=arc-20160816; b=RKntSczqvhB+cQnkvIvqGCkpwCdYPJC01xsTIgCxgAghnLPG1rOEF9GtiJcaNM9Asq Um9Rpkw9q4n/pEr3hwNFaBFke7eguT88r06ShrpClKJIPeUl5tBs7lSeelxgqPouwW8v RJqqhPoieNCoas49kxqALzHtlKHrNIrsYCHvbPPiUUApRHNaHWiczeEPGCabGAhTKz75 M3ViOVnuGTEp22kzJgtIjIV61/fL9RBu3R6KVnikOEQ/XMYLmpr+sobPWf7wAuAI6hwM VsFDiny+eSDl8NA+lWph/G6GXLkwk1eXdRv/7yMMvdq1ztRgB8JJwXU0qjUbJ7OydllG hNug== 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=Z5NvQ91X6XUNh3GWXE1bAu32l25/sC4bq/h3sDPy5Ys=; b=yFUv3DFTdahp5mwerRqSCVbi4gB8hZx/EPBdiAwq8ZO/mPjITVeGYmoUgBeArAqMui of+273kHtUYAE1C2JPuDL69oYQVtobzi/3YRiEp4xCYL960gALTG9wEDGzZkT4nZLUlI s8LmjLaQ3HI3Ht9/wcR+Q0fKD3S6dc1mTEBPiAZvslC/4qkGi0TLV63GL45TVrYYOlPJ e+Dw0GEcyh7xuFOwgwEXPK9CIREgOfkmBkatwdaZM7IjpB2ik6DIUHLeiTsrW+PrBW8S Udjp3jcTqRUQpJzRNzdAXw8R3HYwIWQhmtUKOZT5JwcKWb/vSxqNWFeuawDKgCrKaHHE /k2w== 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 w67si5189881pgw.84.2018.11.30.08.09.56; Fri, 30 Nov 2018 08:10:33 -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 S1727255AbeLADSu (ORCPT + 99 others); Fri, 30 Nov 2018 22:18:50 -0500 Received: from zeniv.linux.org.uk ([195.92.253.2]:48204 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726748AbeLADSu (ORCPT ); Fri, 30 Nov 2018 22:18:50 -0500 Received: from viro by ZenIV.linux.org.uk with local (Exim 4.91 #2 (Red Hat Linux)) id 1gSlLY-00024r-Rg; Fri, 30 Nov 2018 16:08:52 +0000 Date: Fri, 30 Nov 2018 16:08:52 +0000 From: Al Viro To: "Eric W. Biederman" Cc: "gregkh@linuxfoundation.org" , Jan Glauber , Will Deacon , "linux-fsdevel@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "jslaby@suse.com" Subject: Re: dcache_readdir NULL inode oops Message-ID: <20181130160852.GN2217@ZenIV.linux.org.uk> References: <20181109155856.GC2091@brain-police> <20181110111656.GA16667@hc> <20181120182854.GC28838@arm.com> <20181120190317.GA29161@arm.com> <20181121131900.GA18931@hc> <20181123180525.GA21017@arm.com> <20181128200806.GC32668@arm.com> <20181129184950.GA7290@hc> <20181130104154.GA11991@kroah.com> <875zwe389q.fsf@xmission.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <875zwe389q.fsf@xmission.com> 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 On Fri, Nov 30, 2018 at 09:16:49AM -0600, Eric W. Biederman wrote: > >> > + inode_lock(parent->d_inode); > >> > dentry->d_fsdata = NULL; > >> > drop_nlink(dentry->d_inode); > >> > d_delete(dentry); > >> > + inode_unlock(parent->d_inode); > >> > + > >> > dput(dentry); /* d_alloc_name() in devpts_pty_new() */ > >> > } > > > > This feels right but getting some feedback from others would be good. > > This is going to be special at least because we are not coming through > the normal unlink path and we are manipulating the dcache. > > This looks plausible. If this is whats going on then we have had this > bug for a very long time. I will see if I can make some time. > > It looks like in the general case everything is serialized by the > devpts_mutex. I wonder if just changing the order of operations > here would be enough. > > AKA: drop_nlink d_delete then dentry->d_fsdata. Ugh d_fsdata is not > implicated so that won't help here. It certainly won't. The thing is, this if (!dir_emit(ctx, next->d_name.name, next->d_name.len, d_inode(next)->i_ino, dt_type(d_inode(next)))) in dcache_readdir() obviously can block, so all we can hold over it is blocking locks. Which we do - specifically, ->i_rwsem on our directory. It's actually worse than missing inode_lock() - consider the effects of mount --bind /mnt/foo /dev/pts/42. What happens when that thing goes away? Right, a lost mount... I'll resurrect the "kernel-internal rm -rf done right" series and post it; devpts is not the only place suffering such problem (binfmt_misc, etc.)