Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1370376

Re: [PATCH v2 0/5] mempool based chained scatterlist alloc/free api

From Ming Lin <mlin@kernel.org>
Newsgroups linux.kernel
Subject Re: [PATCH v2 0/5] mempool based chained scatterlist alloc/free api
Date 2016-04-04 08:10 +0200
Message-ID <rk5S2-7jZ-5@gated-at.bofh.it> (permalink)
References <rfCEW-2qy-5@gated-at.bofh.it> <rfLId-cD-1@gated-at.bofh.it> <rgfdg-4ss-5@gated-at.bofh.it> <rgfGi-4EY-23@gated-at.bofh.it> <rhGO6-8uC-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Mon, Mar 28, 2016 at 7:48 AM, Ming Lin <mlin@kernel.org> wrote:
> On Thu, Mar 24, 2016 at 8:46 AM, James Bottomley
> <James.Bottomley@hansenpartnership.com> wrote:
>> On Thu, 2016-03-24 at 08:09 -0700, Ming Lin wrote:
>>> On Wed, Mar 23, 2016 at 12:40 AM, Christoph Hellwig <hch@lst.de>
>>> wrote:
>>> > On Tue, Mar 22, 2016 at 03:03:11PM -0700, Ming Lin wrote:
>>> > > From: Ming Lin <ming.l@ssi.samsung.com>
>>> > >
>>> > > The fist 4 patches make the SG related
>>> > > definitions/structs/functions
>>> > > in SCSI code generic and the last patch move it to lib/sg_pool.c.
>>> > >
>>> > > I still keep the macro "SG_MEMPOOL_NR" since it's used in 3
>>> > > places.
>>> >
>>> > I don't ѕee the point, but I'm not going to block the series over
>>> > it either.
>>> >
>>> > The new series looks really nice to me!
>>> >
>>> > Reviewed-by: Christoph Hellwig <hch@lst.de>
>>>
>>> Hi James,
>>>
>>> This series touches several sub-systems.
>>> What's the best way to merge it?
>>
>> It has a minor intrusion into
>>
>>  drivers/ata/pata_icside.c           |   2 +-
>>  drivers/infiniband/ulp/srp/ib_srp.c |   4 +-
>>  drivers/usb/storage/scsiglue.c      |   2 +-
>>
>> Apart from that, it's all SCSI, so the SCSI tree would seem to be the
>> best one.
>
> Are you OK to merge it?

Hi James,

Ping ...

Are you OK to apply this series?
Or any changes needed?

Thanks.

>
> Thanks.

Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/5] mempool based chained scatterlist alloc/free api Ming Lin <mlin@kernel.org> - 2016-03-22 23:10 +0100
  [PATCH v2 5/5] lib: scatterlist: move SG pool code from SCSI driver to  lib/sg_pool.c Ming Lin <mlin@kernel.org> - 2016-03-22 23:10 +0100
    [PATCH] lib: scatterlist: fix ifnullfree.cocci warnings kbuild test robot <lkp@intel.com> - 2016-03-23 03:40 +0100
    Re: [PATCH v2 5/5] lib: scatterlist: move SG pool code from SCSI  driver to lib/sg_pool.c kbuild test robot <lkp@intel.com> - 2016-03-23 03:40 +0100
      Re: [PATCH v2 5/5] lib: scatterlist: move SG pool code from SCSI  driver to lib/sg_pool.c Ming Lin <mlin@kernel.org> - 2016-04-04 22:20 +0200
        Re: [PATCH v2 5/5] lib: scatterlist: move SG pool code from SCSI  driver to lib/sg_pool.c Christoph Hellwig <hch@lst.de> - 2016-04-04 22:20 +0200
          Re: [PATCH v2 5/5] lib: scatterlist: move SG pool code from SCSI  driver to lib/sg_pool.c Ming Lin <mlin@kernel.org> - 2016-04-04 22:30 +0200
  [PATCH v2 1/5] scsi: replace "scsi_data_buffer" with "sg_table" in SG  functions Ming Lin <mlin@kernel.org> - 2016-03-22 23:10 +0100
  Re: [PATCH v2 0/5] mempool based chained scatterlist alloc/free api Christoph Hellwig <hch@lst.de> - 2016-03-23 08:50 +0100
    Re: [PATCH v2 0/5] mempool based chained scatterlist alloc/free api Ming Lin <mlin@kernel.org> - 2016-03-24 16:20 +0100
      Re: [PATCH v2 0/5] mempool based chained scatterlist alloc/free api James Bottomley <James.Bottomley@HansenPartnership.com> - 2016-03-24 16:50 +0100
        Re: [PATCH v2 0/5] mempool based chained scatterlist alloc/free api Ming Lin <mlin@kernel.org> - 2016-03-28 17:00 +0200
          Re: [PATCH v2 0/5] mempool based chained scatterlist alloc/free api Ming Lin <mlin@kernel.org> - 2016-04-04 08:10 +0200
            Re: [PATCH v2 0/5] mempool based chained scatterlist alloc/free api James Bottomley <James.Bottomley@HansenPartnership.com> - 2016-04-04 16:10 +0200

csiph-web