Re: Sym2 scsi hang on boot on sparc64

2014-08-19 Thread Sam Ravnborg
On Tue, Aug 19, 2014 at 11:17:48PM +0300, Aaro Koskinen wrote: > Hi, > > On Tue, Aug 19, 2014 at 09:47:35AM -0500, James Bottomley wrote: > > On Tue, 2014-08-19 at 17:37 +0300, Meelis Roos wrote: > > > > On Tue, 2014-08-19 at 14:25 +0300, Meelis Roos wrote: > > > > > 3.16 scsi worked fine, 3.17-rc

Re: aic7xxx build failure

2008-02-05 Thread Sam Ravnborg
> > index 4c54954..6aa49e7 100644 > > --- a/drivers/scsi/aic7xxx/Makefile > > +++ b/drivers/scsi/aic7xxx/Makefile > > @@ -44,8 +44,8 @@ clean-files += aic79xx_seq.h aic79xx_reg.h > > aic79xx_reg_print.c > > > > # Dependencies for generated files need to be listed explicitly > > > > -$(addpref

Re: aic7xxx build failure

2008-02-05 Thread Sam Ravnborg
On Tue, Feb 05, 2008 at 07:47:35PM +0100, Sam Ravnborg wrote: > On Tue, Feb 05, 2008 at 07:40:24PM +0200, Adrian Bunk wrote: > > Commit 8891fec65ac5b5a74b50c705e31b66c92c3eddeb broke aic7xxx > > compilation: > > > > <-- snip --> > > > > $ make O=

Re: aic7xxx build failure

2008-02-05 Thread Sam Ravnborg
On Tue, Feb 05, 2008 at 07:40:24PM +0200, Adrian Bunk wrote: > Commit 8891fec65ac5b5a74b50c705e31b66c92c3eddeb broke aic7xxx > compilation: > > <-- snip --> > > $ make O=../out/x86-full > ... > SHIPPED drivers/scsi/aic7xxx/aic79xx_seq.h > SHIPPED drivers/scsi/aic7xxx/aic79xx_reg.h > CC

Re: [PATCH] enclosure: add support for enclosure services

2008-02-03 Thread Sam Ravnborg
Hi James. Nitpicking only. Sam > The enclosure misc device is really just a library providing sysfs > support for physical enclosure devices and their components. > > Signed-off-by: James Bottomley <[EMAIL PROTECTED]> > --- > > See the additional ses patch for SCSI enclosure services u

Re: [PATCH] kill hotplug init/exit section annotations

2008-01-31 Thread Sam Ravnborg
On Thu, Jan 31, 2008 at 10:48:11AM -0800, Arjan van de Ven wrote: > On Thu, 31 Jan 2008 19:34:25 +0100 > Sam Ravnborg <[EMAIL PROTECTED]> wrote: > > > On Thu, Jan 31, 2008 at 09:48:01AM -0800, Arjan van de Ven wrote: > > > On Thu, 31 Jan 2008 19:14:36 +0200 >

Re: [PATCH] kill hotplug init/exit section annotations

2008-01-31 Thread Sam Ravnborg
On Thu, Jan 31, 2008 at 09:48:01AM -0800, Arjan van de Ven wrote: > On Thu, 31 Jan 2008 19:14:36 +0200 > Adrian Bunk <[EMAIL PROTECTED]> wrote: > > > cpuhotplug is required for suspend/resume. > > > > Not on UP computers. > > > > great! someone who still has one of those and uses a kernel withou

Re: Value of __*{init,exit} anotations?

2008-01-30 Thread Sam Ravnborg
> > > > I don't deny we can invest large amounts of work to fix our current > > issues and build large scriptable checks to ensure we keep it fixed ... > > I'm just asking if, at the end of the day, it's really worth it. > > Some people consider it worth it for their memory restricted systems > a

Re: [2.6 patch] scsi/qlogicpti.c section fixes

2008-01-30 Thread Sam Ravnborg
> I'm just reflecting that all of the > problems would go away and we'd save thousands of person hours on the > infrastructure and bug fixing if we simply #defined most of the > sectional annotations to be nops. So far I have only seen three persons being really active in fixing the section mismat

Re: [2.6 patch] scsi/qlogicpti.c section fixes

2008-01-30 Thread Sam Ravnborg
On Wed, Jan 30, 2008 at 03:00:16PM -0600, James Bottomley wrote: > > On Wed, 2008-01-30 at 22:03 +0200, Adrian Bunk wrote: > > This patch fixes the following section mismatches: > > > > <-- snip --> > > > > ... > > WARNING: drivers/scsi/qlogicpti.o(.devexit.text+0x8): Section mismatch in > >

Re: [PATCH 2.6.24] sym53c8xx_2 modpost section mismatch fix

2008-01-26 Thread Sam Ravnborg
On Sat, Jan 26, 2008 at 07:03:15PM +0100, Mikael Pettersson wrote: > Building 2.6.24 with > > # CONFIG_HOTPLUG is not set > CONFIG_SCSI_SYM53C8XX_2=y > > results in the following during modpost: > > WARNING: vmlinux.o(.text+0x14b36c): Section mismatch: reference to > .exit.text:sym2_remove (bet

[PATCH 11/77] aic7(3*x): fix firmware build

2008-01-24 Thread Sam Ravnborg
CFLAGS construct to ccflags-y syntax. Fixed up patch to survive "make drivers/scsi/ -j" with BUILD_FIRMWARE enable. /Sam Signed-off-by: Vegard Nossum <[EMAIL PROTECTED]> Signed-off-by: Sam Ravnborg <[EMAIL PROTECTED]> Acked-by: Hannes Reinecke <[EMAIL PROTECTED]> Cc: linux-scsi

Re: [PATCH] megaraid: fix section mismatch

2008-01-11 Thread Sam Ravnborg
a8e30): Section mismatch: reference to > .init.text:megaraid_probe_one (between 'megaraid_pci_driver_g' and > 'class_device_attr_megaraid_mbox_app_hndl') > > Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> Acked-by: Sam Ravnborg <[EMAIL PROTECTED]> - To unsub

Re: [PATCH] qla2xyz: fix section mismatch

2008-01-11 Thread Sam Ravnborg
gt; .exit.text: (between 'qla2xxx_pci_error_detected' and > 'qla2xxx_pci_mmio_enabled') > > Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> Acked-by: Sam Ravnborg <[EMAIL PROTECTED]> This could oops under the wrong conditions. Sam - To unsubscribe from this list: send the

Re: [PATCH] cciss: section mismatch

2008-01-11 Thread Sam Ravnborg
een 'cciss_pci_init' and 'cciss_getgeometry') > > Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> Acked-by: Sam Ravnborg <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] SCSI: make pcmcia directory use obj-y|m instead of subdir-y|m

2007-12-07 Thread Sam Ravnborg
On Fri, Dec 07, 2007 at 10:36:23PM +0900, Tejun Heo wrote: > subdir-y|m isn't supposed to contain modules or built-in components. > Change subdir-$(CONFIG_PCMCIA) to obj-$(CONFIG_PCMCIA). > > Signed-off-by: Tejun Heo <[EMAIL PROTECTED]> > Cc: Sam Ravnborg <[EMAIL PROT

aic7-triple x build fixed in kbuild.git

2007-12-04 Thread Sam Ravnborg
struct to ccflags-y syntax. Fixed up patch to survive "make drivers/scsi/ -j" with BUILD_FIRMWARE enable. /Sam Signed-off-by: Vegard Nossum <[EMAIL PROTECTED]> Signed-off-by: Sam Ravnborg <[EMAIL PROTECTED]> Cc: linux-scsi@vger.kernel.org diff

Re: [PATCH] Add missing $(obj) to aic7xxx makefile

2007-11-14 Thread Sam Ravnborg
On Wed, Nov 14, 2007 at 01:36:42PM -0700, Matthew Wilcox wrote: > On Wed, Nov 14, 2007 at 09:30:46PM +0100, Sam Ravnborg wrote: > > I had to modify the patch to make it actually work > > reliable with "make drivers/scsi/ -j". > > I have applied the below to kbuild

Re: [PATCH] Add missing $(obj) to aic7xxx makefile

2007-11-14 Thread Sam Ravnborg
make with a different output directory can fail. Also changed the deprecated EXTRA_CFLAGS construct to ccflags-y syntax. Fixed up patch to survive "make drivers/scsi/ -j" with BUILD_FIRMWARE enable. /Sam Signed-off-by: Vegard Nossum <[EMAIL PROTECTED

Re: [RFC PATCH] SCSI: split Kconfig menu into two

2007-09-14 Thread Sam Ravnborg
Hi Stefan. Such a patch really calls for some minimal unifacation among the architectures. > > arch/alpha/Kconfig|2 > arch/arm/Kconfig |2 > arch/avr32/Kconfig|2 > arch/blackfin/Kconfig |2 > arch/cris/Kconfig |2