From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com ([209.132.183.28]:38346 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752077AbcHOC1p (ORCPT ); Sun, 14 Aug 2016 22:27:45 -0400 Date: Mon, 15 Aug 2016 10:27:42 +0800 From: Eryu Guan To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Vivek Goyal , Miklos Szeredi Subject: Re: [PATCH 4.4 133/146] ovl: Copy up underlying inodes ->i_mode to overlay inode Message-ID: <20160815022742.GC27776@eguan.usersys.redhat.com> References: <20160725203521.340401316@linuxfoundation.org> <20160725203526.838883455@linuxfoundation.org> <20160803073644.GH27776@eguan.usersys.redhat.com> <20160803074506.GA23998@kroah.com> <20160803080455.GJ27776@eguan.usersys.redhat.com> <20160814145216.GF27230@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160814145216.GF27230@kroah.com> Sender: stable-owner@vger.kernel.org List-ID: On Sun, Aug 14, 2016 at 04:52:16PM +0200, Greg Kroah-Hartman wrote: > > Did a fix for this ever get into Linus's tree? > > thanks, > > greg k-h Yes, please see commit c1892c37769c ("vfs: fix deadlock in file_remove_privs() on overlayfs"), which is tagged as "stable". Thanks, Eryu