From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org ([198.145.29.136]:37928 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750725AbdECEV5 (ORCPT ); Wed, 3 May 2017 00:21:57 -0400 Date: Tue, 2 May 2017 21:21:49 -0700 From: Jaegeuk Kim To: Eric Biggers Cc: linux-fscrypt@vger.kernel.org, "Theodore Y . Ts'o" , linux-f2fs-devel@lists.sourceforge.net, linux-ext4@vger.kernel.org, linux-mtd@lists.infradead.org, Gwendal Grignou , hashimoto@chromium.org, kinaba@chromium.org, stable@vger.kernel.org, Eric Biggers Subject: Re: [PATCH 1/6] f2fs: check entire encrypted bigname when finding a dentry Message-ID: <20170503042149.GA92555@jaegeuk.local> References: <20170424170013.85175-1-ebiggers3@gmail.com> <20170424170013.85175-2-ebiggers3@gmail.com> <20170425001023.GA4983@jaegeuk.local> <20170503025628.GA624@zzz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170503025628.GA624@zzz> Sender: stable-owner@vger.kernel.org List-ID: Hi Eric, On 05/02, Eric Biggers wrote: > Hi Jaegeuk, > > On Mon, Apr 24, 2017 at 05:10:23PM -0700, Jaegeuk Kim wrote: > > Hi Eric, > > > > This looks good to me. > > I'll drop it from my tree, so please move forward through fscrypt. > > > > Thanks, > > This is in fscrypt/master now (along with the other patches in the series), but > it's also in f2fs/dev. Are you still planning to drop it from the f2fs tree? Oh, yup. I dropped it. Thank you for pointing this out. Thanks, > > - Eric