From: Greg KH Subject: Re: [PATCHv2 1/1] ext4/f2fs: don't put symlink in pagecache into highmem Date: Wed, 7 Feb 2018 12:06:04 -0800 Message-ID: <20180207200604.GB15309@kroah.com> References: <20180206235354.79591-1-jinqian@android.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: Changman Lee , Chao Yu , Theodore Ts'o , linux-kernel@vger.kernel.org, linux-stable , linux-f2fs-devel@lists.sourceforge.net, "J. Bruce Fields" , Andreas Dilger , Alexander Viro , linux-fsdevel@vger.kernel.org, Jaegeuk Kim , Jeff Layton , linux-ext4@vger.kernel.org To: Jin Qian Return-path: Content-Disposition: inline In-Reply-To: <20180206235354.79591-1-jinqian@android.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: linux-f2fs-devel-bounces@lists.sourceforge.net List-Id: linux-ext4.vger.kernel.org Some minor nits for when you send your next patch for stable: On Tue, Feb 06, 2018 at 03:53:53PM -0800, Jin Qian wrote: > From: Jin Qian The original patch was written by Al Viro, please do not take the original authorship off, that's not good. > partial backport from 21fc61c73c3903c4c312d0802da01ec2b323d174 upstream > to v4.4 to prevent virt_to_page on highmem. > > ext4_encrypted_follow_link uses kmap() for cpage > caddr = kmap(cpage); > > _ext4_fname_disk_to_usr calls virt_to_page on the kmapped address. > _ext4_fname_disk_to_usr() > ext4_fname_decrypt() > sg_init_one() > sg_init_one(&src_sg, iname->name, iname->len); > sg_set_page(sg, virt_to_page(buf), buflen, offset_in_page(buf)); > > Cc: linux-stable # 4.4.y > Signed-off-by: Al Viro > Signed-off-by: Jin Qian > Signed-off-by: Jin Qian Why did you sign off on this twice? thanks, greg k-h ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot