Re: oops at sr_block_release [Re: 2.6.23-rc3-mm1]

2007-08-28 Thread Andrew Morton
On Tue, 28 Aug 2007 13:32:57 +0200 Jiri Slaby <[EMAIL PROTECTED]> wrote: > Andrew Morton napsal(a): > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc3/2.6.23-rc3-mm1/ > > I got this during gxine initialization of ocko.tv live stream without any cd > in > cdroms: > > BU

Re: [Linux-usb-users] usb-storage and Motorola Z6

2007-08-28 Thread Andreas Koenecke
* Dienstag, 28. August 2007 um 14:48 (-0600) schrieb Matthew Wilcox: > > On Tue, Aug 28, 2007 at 04:45:59PM -0400, Alan Stern wrote: > > Can any SCSI experts explain what's going wrong here? > > It's the PQ 1 -- the device is telling us that it's not actually there > right now. Is anything I can

Re: [Linux-usb-users] usb-storage and Motorola Z6

2007-08-28 Thread Matthew Wilcox
On Tue, Aug 28, 2007 at 04:45:59PM -0400, Alan Stern wrote: > Can any SCSI experts explain what's going wrong here? It's the PQ 1 -- the device is telling us that it's not actually there right now. > > > > Aug 28 09:54:33 kocom kernel: scsi 4:0:0:0: Direct-Access Motorola > > > > MSnc. > > >

Re: [Linux-usb-users] usb-storage and Motorola Z6

2007-08-28 Thread Alan Stern
Can any SCSI experts explain what's going wrong here? Alan Stern -- Forwarded message -- Date: Tue, 28 Aug 2007 22:13:16 +0200 From: Andreas Koenecke <[EMAIL PROTECTED]> To: USB users list <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: [Linux-usb-users] usb-storage and Mo

Re: [PATCH] debloat aic7xxx and aic79xx drivers by deinlining

2007-08-28 Thread Denys Vlasenko
On Tuesday 28 August 2007 16:17, Arjan van de Ven wrote: > On Tue, 28 Aug 2007 12:56:34 +010 > > Denys Vlasenko <[EMAIL PROTECTED]> wrote: > > > make namespacecheck > > > > Thanks, nice tool. > > > > aic7xxx is kind of not very nice in this regard. > > > > See below what I get even on non-patched

Re: oops at sr_block_release [Re: 2.6.23-rc3-mm1]

2007-08-28 Thread Jiri Slaby
Satyam Sharma napsal(a): > Hi Jiri, > > > On Tue, 28 Aug 2007, Jiri Slaby wrote: > >> Andrew Morton napsal(a): >>> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc3/2.6.23-rc3-mm1/ >> I got this during gxine initialization of ocko.tv live stream without any cd >> in >> cd

Re: [PATCH] debloat aic7xxx and aic79xx drivers by deinlining

2007-08-28 Thread Arjan van de Ven
On Tue, 28 Aug 2007 12:56:34 +010 Denys Vlasenko <[EMAIL PROTECTED]> wrote: > > > > make namespacecheck > > Thanks, nice tool. > > aic7xxx is kind of not very nice in this regard. > > See below what I get even on non-patched driver. > > I am willing to clean it up, but I still would like > "

Re: oops at sr_block_release [Re: 2.6.23-rc3-mm1]

2007-08-28 Thread Satyam Sharma
Hi Jiri, On Tue, 28 Aug 2007, Jiri Slaby wrote: > Andrew Morton napsal(a): > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc3/2.6.23-rc3-mm1/ > > I got this during gxine initialization of ocko.tv live stream without any cd > in > cdroms: Yup, that's an old habit of h

Re: [PATCH] debloat aic7xxx and aic79xx drivers by deinlining

2007-08-28 Thread Denys Vlasenko
On Monday 27 August 2007 03:03, Adrian Bunk wrote: > On Sun, Aug 26, 2007 at 04:21:30PM +0100, Denys Vlasenko wrote: > > On Saturday 25 August 2007 22:57, Arjan van de Ven wrote: > >... > > > > > Did you run the find static > > > script or are you waiting for Adrian to do that ;-) > > > > $ find -n

oops at sr_block_release [Re: 2.6.23-rc3-mm1]

2007-08-28 Thread Jiri Slaby
Andrew Morton napsal(a): > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc3/2.6.23-rc3-mm1/ I got this during gxine initialization of ocko.tv live stream without any cd in cdroms: BUG: unable to handle kernel NULL pointer dereference at virtual address 005c printing e

Re: [PATCH 8/10] Introduce disable_target_scan flag in FC transport class

2007-08-28 Thread James Smart
ACK In the future, if the patch has already been pushed upstream independently I would not embed it again in a set of zfcp patches- I would simply reference it. -- james s Swen Schillig wrote: From: Christof Schmitt <[EMAIL PROTECTED]> This change has already been discussed on linux-scsi: ht

[PATCH 10/10] zfcp: Enable debug feature before setting adapter online

2007-08-28 Thread Swen Schillig
From: Christof Schmitt <[EMAIL PROTECTED]> Already register the debug feature before the zfcp adapter is set online. This allows to use the debug feature to investigate the online/offline sequence. Signed-off-by: Christof Schmitt <[EMAIL PROTECTED]> Signed-off-by: Swen Schillig <[EMAIL PROTECTED]

[PATCH 9/10] zfcp: Disable LUN scanning from the FC transport class

2007-08-28 Thread Swen Schillig
From: Christof Schmitt <[EMAIL PROTECTED]> zfcp manages the valid SCSI units currently on its own. So we don't want the FC transport class to issue scans for units. Signed-off-by: Christof Schmitt <[EMAIL PROTECTED]> Signed-off-by: Swen Schillig <[EMAIL PROTECTED]> --- drivers/s390/scsi/zfcp_sc

[PATCH 6/10] zfcp: Remove braces for only one statement

2007-08-28 Thread Swen Schillig
From: Christof Schmitt <[EMAIL PROTECTED]> Remove braces for only one statement Signed-off-by: Christof Schmitt <[EMAIL PROTECTED]> Signed-off-by: Swen Schillig <[EMAIL PROTECTED]> --- drivers/s390/scsi/zfcp_scsi.c |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff -urpN linux

[PATCH 7/10] zfcp: cleanup, separation of ERP, non ERP-version for exchange_ functions

2007-08-28 Thread Swen Schillig
From: Swen Schillig <[EMAIL PROTECTED]> cleanup, using ERP request mempool for all ERP versions of the exchange functions (exchange_config (ECD), exchange_port (EPD) ) providing individual versions of the ECD, EPD functions for ERP and other purposes (_sync). Signed-off-by: Swen Schillig <[EMAIL

[PATCH 3/10] zfcp: correct indentation for nested if-else

2007-08-28 Thread Swen Schillig
From: Christof Schmitt <[EMAIL PROTECTED]> correct indentation for nested if-else Signed-off-by: Christof Schmitt <[EMAIL PROTECTED]> Signed-off-by: Swen Schillig <[EMAIL PROTECTED]> --- drivers/s390/scsi/zfcp_fsf.c | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-

[PATCH 8/10] Introduce disable_target_scan flag in FC transport class

2007-08-28 Thread Swen Schillig
From: Christof Schmitt <[EMAIL PROTECTED]> This change has already been discussed on linux-scsi: http://marc.info/?t=11877109643 http://marc.info/?t=11876091315 Signed-off-by: Christof Schmitt <[EMAIL PROTECTED]> Signed-off-by: Swen Schillig <[EMAIL PROTECTED]> --- drivers/scsi/scsi_tra

[PATCH 4/10] zfcp: avoid if (whatever) ; constructs.

2007-08-28 Thread Swen Schillig
From: Heiko Carstens <[EMAIL PROTECTED]> Avoid "if (whatever) ;" constructs since they seem to confuse people, even if there is a comment. Signed-off-by: Heiko Carstens <[EMAIL PROTECTED]> Signed-off-by: Swen Schillig <[EMAIL PROTECTED]> --- drivers/s390/scsi/zfcp_erp.c |4 ++-- 1 file chan

PATCH 5/10] zfcp: Remove unnecessary assignment

2007-08-28 Thread Swen Schillig
From: Christof Schmitt <[EMAIL PROTECTED]> zfcp_adapter_enqueue initialized adapter->ccw_device twice with the same value. Remove the second assignment, since it is not necessary. Signed-off-by: Christof Schmitt <[EMAIL PROTECTED]> Signed-off-by: Swen Schillig <[EMAIL PROTECTED]> --- drivers/s3

[PATCH 2/10] zfcp: allocate gid_pn_data objects from gid_pn_cache.

2007-08-28 Thread Swen Schillig
From: Heiko Carstens <[EMAIL PROTECTED]> Allocate gid_pn_data objects from the corresponding cache which ensures proper alignment. Signed-off-by: Heiko Carstens <[EMAIL PROTECTED]> Signed-off-by: Swen Schillig <[EMAIL PROTECTED]> --- drivers/s390/scsi/zfcp_aux.c |4 ++-- 1 file changed, 2 i

[PATCH 1/10] zfcp: fix memory leak.

2007-08-28 Thread Swen Schillig
Subject: [PATCH] zfcp: fix memory leak. From: Heiko Carstens <[EMAIL PROTECTED]> Signed-off-by: Heiko Carstens <[EMAIL PROTECTED]> Singed-off-by: Swen Schillig <[EMAIL PROTECTED]> --- drivers/s390/scsi/zfcp_scsi.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff -urpN linux-2.6