From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:33810 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932659AbdJJSJM (ORCPT ); Tue, 10 Oct 2017 14:09:12 -0400 Date: Tue, 10 Oct 2017 20:09:20 +0200 From: Greg KH To: Theodore Ts'o Cc: stable@vger.kernel.org Subject: Re: [FOR STABLE -v2] ext4: Don't clear SGID when inheriting ACLs Message-ID: <20171010180920.GH747@kroah.com> References: <20171008021503.b6raavgkw6ebaxev@thunk.org> <20171008031706.owbxsqqfvr3jggim@thunk.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171008031706.owbxsqqfvr3jggim@thunk.org> Sender: stable-owner@vger.kernel.org List-ID: On Sat, Oct 07, 2017 at 11:17:06PM -0400, Theodore Ts'o wrote: > On Sat, Oct 07, 2017 at 10:15:03PM -0400, Theodore Ts'o wrote: > > The upstream commit didn't apply cleanly into the LTS kernel trees, so > > the patch was dropped. The following backport will apply into the > > 3.18, 4.1, 4.4, and 4.9 LTS kernel trees. > > > > I've verified that it fixes xfstests generic/444. > > The earlier patch I sent doesn't work some of the older LTS kernels. > Here is a corrected patch which is more portable to all LTS kernels. > It uses ext4_current_time() instead of current_time(). Now applied, thanks. greg k-h