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
* 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
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.
> > >
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
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
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
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
> "
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
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
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
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
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]
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
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
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
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(-
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
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
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
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
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
21 matches
Mail list logo