Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1364289
| From | James Bottomley <James.Bottomley@HansenPartnership.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 0/5] mempool based chained scatterlist alloc/free api |
| Date | 2016-03-24 16:50 +0100 |
| Message-ID | <rgfGi-4EY-23@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> |
| Organization | linux.* mail to news gateway |
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. James
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll 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
[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
csiph-web