[RFC][PATCH] x86: remove vmalloc.h from asm/io.h

2015-05-29 Thread Stephen Rothwell
Cc: Kristen Carlson Accardi Cc: Viresh Kumar Cc: Vinod Koul Cc: "K. Y. Srinivasan" Cc: Haiyang Zhang Cc: Hiral Patel Cc: Suma Ramars Cc: Brian Uchino Cc: "James E.J. Bottomley" Cc: Jaroslav Kysela Cc: Takashi Iwai Cc: Andrew Morton Suggested-by: David Miller Signed-

Re: [RFC][PATCH] x86: remove vmalloc.h from asm/io.h

2015-05-29 Thread Stephen Rothwell
est. Good idea. the allnoconfigs produced this further patch. I will squash it into the original. The defconfigs built ok. From: Stephen Rothwell Date: Fri, 29 May 2015 22:01:41 +1000 Subject: [PATCH] x86: more fixes for removing vmalloc.h fron asm/io.h Signed-off-by: Stephen Rothwell --- arch

Re: [RFC][PATCH] x86: remove vmalloc.h from asm/io.h

2015-05-29 Thread Stephen Rothwell
Hi Takashi, On Fri, 29 May 2015 14:43:14 +0200 Takashi Iwai wrote: > > For the sound bits, > Acked-by: Takashi Iwai Thanks, noted. -- Cheers, Stephen Rothwells...@canb.auug.org.au pgptJlepfEy8S.pgp Description: OpenPGP digital signature

Re: [RFC][PATCH] x86: remove vmalloc.h from asm/io.h

2015-06-01 Thread Stephen Rothwell
Hi Dave, On Mon, 01 Jun 2015 15:59:31 -0700 (PDT) David Miller wrote: > > From: Stephen Rothwell > Date: Fri, 29 May 2015 19:18:47 +1000 > > > Nothing in asm/io.h uses anything from vmalloc.h, so remove the include > > and fix up the build problems in an allmodc

[PATCH] virtio scsi: fix unused variable warning

2015-06-29 Thread Stephen Rothwell
Fixes: drivers/scsi/virtio_scsi.c: In function 'virtscsi_probe': drivers/scsi/virtio_scsi.c:952:11: warning: unused variable 'host_prot' [-Wunused-variable] int err, host_prot; ^ Signed-off-by: Stephen Rothwell --- drivers/scsi/virtio_scsi.c | 4 +++- 1 file c

Re: [ANNOUNCE] scsi patch queue tree updated

2014-08-04 Thread Stephen Rothwell
f these in linux-next as the scsi-core and scsi-drivers trees had for-3.16 branches in the last round. I assume I should just drop these trees completely from linux-next? -- Cheers, Stephen Rothwells...@canb.auug.org.au signature.asc Description: PGP signature

Re: [ANNOUNCE] scsi patch queue tree updated

2014-08-04 Thread Stephen Rothwell
Hi Christoph, On Mon, 4 Aug 2014 04:34:04 -0700 Christoph Hellwig wrote: > > On Mon, Aug 04, 2014 at 09:30:59PM +1000, Stephen Rothwell wrote: > > You realise that neither of these in linux-next as the scsi-core and > > scsi-drivers trees had for-3.16 branches in the last

Re: [GIT PULL] target updates for v3.17-rc3

2014-09-08 Thread Stephen Rothwell
"strlen(buf)" in that commit > 6cfa853ceee4, but equally clearly this pull request was pure and utter > garbage, and that "cleanup" commit was shit that nobody had ever even > bothered to compile. I noticed this in linux-next today as well (in the target-update tree). Could I have that cleaned up, please? -- Cheers, Stephen Rothwells...@canb.auug.org.au signature.asc Description: PGP signature

[PATCH] [SCSI] mpt2sas: fix build warning

2013-06-06 Thread Stephen Rothwell
/* CONFIG_SCSI_MPT2SAS_LOGGING */ -- 1.8.1 -- Cheers, Stephen Rothwells...@canb.auug.org.au pgpmAJ57v2YPH.pgp Description: PGP signature

[PATCH] Make advansys depend on CONFIG_VIRT_TO_BUS

2007-10-18 Thread Stephen Rothwell
At least for now. Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]> --- drivers/scsi/Kconfig |1 + 1 files changed, 1 insertions(+), 0 deletions(-) -- Cheers, Stephen Rothwell[EMAIL PROTECTED] diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 3

[PATCH] aacraid: don't assign cpu_to_le32(constant) to u8

2007-10-30 Thread Stephen Rothwell
implicitly truncated to unsigned type Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]> --- drivers/scsi/aacraid/commsup.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) -- Cheers, Stephen Rothwell[EMAIL PROTECTED] diff --git a/drivers/scsi/a

[PATCHv2] aacraid: don't assign cpu_to_le32(constant) to u8

2007-10-31 Thread Stephen Rothwell
implicitly truncated to unsigned type Also fix some whitespace on the changed lines. Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]> --- drivers/scsi/aacraid/commsup.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) This version just fixes a couple of whitespace ano

[PATCH] dpt_i2o depends on virt_to_bus

2007-07-19 Thread Stephen Rothwell
Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]> --- drivers/scsi/Kconfig |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Cheers, Stephen Rothwell[EMAIL PROTECTED] diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 3727231..a947257

Re: [PATCH] Make advansys depend on CONFIG_VIRT_TO_BUS

2007-10-18 Thread Stephen Rothwell
t; so that make allmodconfig on powerpc will have a better chance > > of building. Yep, sorry. > My version of this patch does that. I'll be sending it into Linus in an > hour or so. Thanks. -- Cheers, Stephen Rothwell[EMAIL PROTECTED] http://www.canb.auug.org.au/~sfr/ pgpsQVvN1YhTz.pgp Description: PGP signature

Re: [ANNOUNCE] scsi patch queue tree

2014-05-19 Thread Stephen Rothwell
now the prime intent of the tree is to feed it to James, although > I'd welcome everyone interested to pull and test it. If the scheme > proves successful I'd love to invite more core scsi contributors to help > with it and move to a shared kernel.org tree. Is this a reques

Re: [ANNOUNCE] scsi patch queue tree

2014-05-20 Thread Stephen Rothwell
Hi Christoph, On Mon, 19 May 2014 22:39:28 -0700 Christoph Hellwig wrote: > > On Tue, May 20, 2014 at 10:03:43AM +1000, Stephen Rothwell wrote: > > Is this a request for inclusion of those branches into linux-next > > separately from the scsi tree itself? > > James sai

Re: [PATCH-v2 0/6] vhost/scsi: Add T10 PI SGL passthrough support

2014-06-10 Thread Stephen Rothwell
rying to bisect will > hit build breakages, not nice. Not necessarily. -- Cheers, Stephen Rothwells...@canb.auug.org.au signature.asc Description: PGP signature

Re: [PATCH-v2 0/6] vhost/scsi: Add T10 PI SGL passthrough support

2014-06-10 Thread Stephen Rothwell
Ah ha! Indeed that is a different kettle of fish. :-) -- Cheers, Stephen Rothwells...@canb.auug.org.au signature.asc Description: PGP signature

Re: linux-next: Tree for Nov 27 (scsi/aha1542)

2018-11-27 Thread Stephen Rothwell
Hi all, On Tue, 27 Nov 2018 20:14:58 -0800 Randy Dunlap wrote: > > On 11/26/18 8:25 PM, Stephen Rothwell wrote: > > Hi all, > > > > Changes since 20181126: > > > > on i386: > > ERROR: "__udivdi3" [drivers/scsi/aha1542.ko] undefined

[PATCH] [SCSI] suppress a warning in mpt2sas

2012-07-08 Thread Stephen Rothwell
Suppress this warning: drivers/scsi/mpt2sas/mpt2sas_scsih.c: In function '_scsih_sas_broadcast_primitive_event': drivers/scsi/mpt2sas/mpt2sas_scsih.c:5811:40: warning: unused variable 'event_data' [-Wunused-variable] Signed-off-by: Stephen Rothwell --- drivers/scsi/mpt

linux-next: build failure after merge of the pci tree

2012-11-05 Thread Stephen Rothwell
be able to assign to the result of pci_resource_start(). I have applied the following patch for today (the scsi one could probably be done more correctly): From: Stephen Rothwell Date: Tue, 6 Nov 2012 11:23:45 +1100 Subject: [PATCH] PCI: fixups for pci_resource_start conversion Signed-off-by: Ste

Re: linux-next: build failure after merge of the pci tree

2012-11-05 Thread Stephen Rothwell
m will go away eventually. Thanks. -- Cheers, Stephen Rothwells...@canb.auug.org.au pgpwzvMIxanl8.pgp Description: PGP signature

Re: [PATCH] scsi: osd_uld: fix mismerge

2017-04-19 Thread Stephen Rothwell
t;od, scsi_device); > > /* allocate a disk and set it up */ I will add this as a merge fix patch for the merge of the char-misc and scsi trees today. Someone needs to let Linus know when these trees are merged. -- Cheers, Stephen Rothwell

Re: [PATCH] scsi: osd_uld: fix mismerge

2017-04-19 Thread Stephen Rothwell
uring the merge window. This fix should be incorporated into the merge commit itself. I should have done it originally, but the conflict was such a mess that I took the easy way out :-) -- Cheers, Stephen Rothwell

Re: linux-next: build failure after merge of the scsi-mkp tree

2017-12-07 Thread Stephen Rothwell
ably of Paul's tree) that is merged into Pauls main branch and Marin's tree. -- Cheers, Stephen Rothwell

Re: [PATCH 22/82] remove linux/version.h from drivers/message/fus ion

2005-07-19 Thread Stephen Rothwell
On Tue, 19 Jul 2005 22:12:49 -0500 Matt Domsch <[EMAIL PROTECTED]> wrote: > > Sure it does, function names are defined symbols. > > I'm doing exactly this in my backport of the openipmi drivers to RHEL4 > and SLES9. I missed the smiley, right :-) --