From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com ([66.111.4.28]:35821 "EHLO out4-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932320AbdJYJmq (ORCPT ); Wed, 25 Oct 2017 05:42:46 -0400 Date: Wed, 25 Oct 2017 11:42:54 +0200 From: Greg KH To: Eric Biggers Cc: stable@vger.kernel.org, Jaegeuk Kim , Eric Biggers , Theodore Ts'o Subject: Re: [PATCH] fscrypto: require write access to mount to set encryption policy Message-ID: <20171025094254.GD25651@kroah.com> References: <20171024233216.70844-1-ebiggers3@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171024233216.70844-1-ebiggers3@gmail.com> Sender: stable-owner@vger.kernel.org List-ID: On Tue, Oct 24, 2017 at 04:32:16PM -0700, Eric Biggers wrote: > From: Eric Biggers > > commit ba63f23d69a3a10e7e527a02702023da68ef8a6d upstream. [Please apply > to 4.4-stable. Note: this was already backported, but only to ext4; it > was missed that it should go to f2fs as well. This is needed to make > xfstest generic/395 pass on f2fs.] Good catch, thanks for the patch. greg k-h