From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752855Ab3LBCw3 (ORCPT ); Sun, 1 Dec 2013 21:52:29 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:59984 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752552Ab3LBCw1 (ORCPT ); Sun, 1 Dec 2013 21:52:27 -0500 Date: Sun, 1 Dec 2013 18:53:25 -0800 From: Greg Kroah-Hartman To: Ming Lei Cc: Tejun Heo , linux-usb , Linux Kernel Mailing List , Andrew Morton , FUJITA Tomonori , Jens Axboe Subject: Re: [PATCH v1 1/2] lib/scatterlist: export sg_miter_skip() Message-ID: <20131202025325.GA14274@kroah.com> References: <1385441017-5773-1-git-send-email-ming.lei@canonical.com> <20131129222327.GK21755@mtj.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.22 (2013-10-16) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Dec 02, 2013 at 10:11:21AM +0800, Ming Lei wrote: > On Sat, Nov 30, 2013 at 6:23 AM, Tejun Heo wrote: > > On Tue, Nov 26, 2013 at 12:43:37PM +0800, Ming Lei wrote: > >> sg_copy_buffer() can't meet demand for some drrivers(such usb > >> mass storage), so we have to use the sg_miter_* APIs to access > >> sg buffer, then need export sg_miter_skip() for these drivers. > >> > >> The API is needed for converting to sg_miter_* APIs in USB storage > >> driver for accessing sg buffer. > >> > >> Acked-by: Andrew Morton > >> Cc: FUJITA Tomonori > >> Cc: Tejun Heo > >> Cc: Jens Axboe > >> Signed-off-by: Ming Lei > > > > Reviewed-by: Tejun Heo > > Thanks. > > > I suppose this should go through -mm? > > Last round, Andrew said it can be though whatever tree, so > given dependency reason, it is better to merge via greg's tree. > > Greg, could you merge these two patches via your usb-next tree? Yes, will do.