Re: USB regression (and other failures) in 2.6.2[45]*

2008-02-16 Thread Paul Jackson
Andrew wrote: > (Note: I consider it blatantly incorrect to send a reply both to a > mailing list and directly to the address of someone who is subscribed to > that list Regardless of how you consider it, that is how responding to these big lists -must- work. There is no practical way for respond

Re: [PATCH] scsi_debug: disable clustering

2008-02-16 Thread Douglas Gilbert
FUJITA Tomonori wrote: From: FUJITA Tomonori <[EMAIL PROTECTED]> Subject: [PATCH] scsi_debug: disable clustering scsi_debug does at several places: for_each_sg(sdb->table.sgl, sg, sdb->table.nents, k) { kaddr = (unsigned char *) kmap_atomic(sg_page(sg), KM_USER0); We c

[OT] GMail (was USB regression (and other failures)...)

2008-02-16 Thread Joseph Fannin
On Sat, Feb 16, 2008 at 08:12:40PM -0500, Andrew Buehler wrote: > [...] and I would not be in the least surprised if this turned out to > be yet one more problem with gmail It is; Gmail will refuse to POP more than one copy of a mail to you, no matter how many copies it recieves via different path

Re: USB regression (and other failures) in 2.6.2[45]*

2008-02-16 Thread Alan Stern
On Sat, 16 Feb 2008, Andrew Buehler wrote: > Messages sent to my address directly are explicitly not filtered into > the folders I have set up for various mailing lists, so that if someone > does send me a "heads up" reply for a specific topic on a list to which > I am subscribed it does not get c

[Bug 9775] HOST_MSG_LOOP invalid SCB ff

2008-02-16 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=9775 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |CLOSED Resolution|

Re: arcmsr + archttp64 calls dma_free_coherent() with irqs disabled - dmesg filled with warnings

2008-02-16 Thread Joshua Hoblitt
Thanks James. I'll give a try tonight or tomorrow. -J -- On Sat, Feb 16, 2008 at 11:37:41PM +, Daniel Drake wrote: > Daniel Drake wrote: >> Here is a patch to address your comments. >> Joshua, would you mind testing this before I submit it properly? It will >> apply cleanly to 2.6.24 on top

Re: USB regression (and other failures) in 2.6.2[45]*

2008-02-16 Thread Andrew Buehler
On 2/16/2008 6:11 PM, Alan Stern wrote: On Sat, 16 Feb 2008, Andrew Buehler wrote: For another, getting two copies of a message is no big deal -- I disagree. Everyone has his own taste. Obviously there's no world-wide consensus, possibly because different people have different workflow ha

Re: arcmsr + archttp64 calls dma_free_coherent() with irqs disabled - dmesg filled with warnings

2008-02-16 Thread Daniel Drake
Daniel Drake wrote: Here is a patch to address your comments. Joshua, would you mind testing this before I submit it properly? It will apply cleanly to 2.6.24 on top of the previous patch you tested. I have compile-tested it. It would help to include the patch. >From 0a9cd6133fe4f0c3a8906d6be

Re: arcmsr + archttp64 calls dma_free_coherent() with irqs disabled - dmesg filled with warnings

2008-02-16 Thread Daniel Drake
James Bottomley wrote: On Sat, 2008-02-16 at 11:49 +, Daniel Drake wrote: I assume you're aware that this patch is just a subset of commit 76d78300a6eb8 which you've already pushed up to Linus. Adding Nick Cheng (commit author) to CC so that he can go over the feedback. Well, in case it's

Re: USB regression (and other failures) in 2.6.2[45]*

2008-02-16 Thread Alan Stern
On Sat, 16 Feb 2008, Andrew Buehler wrote: > > For another, getting two copies of a message is no big deal -- > > I disagree. Everyone has his own taste. Obviously there's no world-wide consensus, possibly because different people have different workflow habits and so are affected by duplicate

Re: USB regression (and other failures) in 2.6.2[45]*

2008-02-16 Thread Alan Stern
On Sat, 16 Feb 2008, Andrew Buehler wrote: > (Note: I consider it blatantly incorrect to send a reply both to a > mailing list and directly to the address of someone who is subscribed to > that list unless you have reason to believe that that someone will not > see the message otherwise, but in th

Re: USB regression (and other failures) in 2.6.2[45]*

2008-02-16 Thread Andrew Buehler
(Note: I consider it blatantly incorrect to send a reply both to a mailing list and directly to the address of someone who is subscribed to that list unless you have reason to believe that that someone will not see the message otherwise, but in this case I am doing so anyway because I see no way t

Re: [PATCH] 2.6.25-rc1-git2: GDT SCSI: change drivers/scsi/gdth.c into using pci_get device

2008-02-16 Thread Matthew Wilcox
On Wed, Feb 13, 2008 at 10:57:37AM +0200, Boaz Harrosh wrote: > I still don't have a card for testing myself. Again anyone > wants to send me a card. Intel people anybody home? Apparently Intel sold this line of cards to Adaptec. The copyright notice in the file backs this up: * Copyright (C) 1

Re: USB regression (and other failures) in 2.6.2[45]*

2008-02-16 Thread Alan Stern
On Sat, 16 Feb 2008, Oliver Pinter wrote: > On 2/15/08, Andrew Buehler <[EMAIL PROTECTED]> wrote: > > In my workplace, I use a customized version of Novell's ZENworks imaging > > boot CD, which is based off of Linux. I have one particular model of > > laptop - the IBM/Lenovo R61 - on which three d

Re: [PATCH 11/9 update] firewire: fw-sbp2: enforce a retry of __scsi_add_device if bus generation changed

2008-02-16 Thread Stefan Richter
Jarod Wilson wrote on 2008-02-10: > Now *this* does the trick. I get the 'READ CAPACITY failed' as before, > then 'firewire_sbp2: fw1.0: error status: 0:4', followed by a new login and > SCSI probe, both of which are successful this time, disk is available for use > and all that good stuff. FYI

[PATCH] scsi_debug: disable clustering

2008-02-16 Thread FUJITA Tomonori
From: FUJITA Tomonori <[EMAIL PROTECTED]> Subject: [PATCH] scsi_debug: disable clustering scsi_debug does at several places: for_each_sg(sdb->table.sgl, sg, sdb->table.nents, k) { kaddr = (unsigned char *) kmap_atomic(sg_page(sg), KM_USER0); We cannot do something like t

Re: arcmsr + archttp64 calls dma_free_coherent() with irqs disabled - dmesg filled with warnings

2008-02-16 Thread James Bottomley
On Sat, 2008-02-16 at 11:49 +, Daniel Drake wrote: > I assume you're aware that this patch is just a subset of commit > 76d78300a6eb8 which you've already pushed up to Linus. Adding Nick Cheng > (commit author) to CC so that he can go over the feedback. Well, in case it's not obvious by now

Re: USB regression (and other failures) in 2.6.2[45]*

2008-02-16 Thread Oliver Pinter
add CC (Andrew, Greg and linux-usb) On 2/15/08, Andrew Buehler <[EMAIL PROTECTED]> wrote: > In my workplace, I use a customized version of Novell's ZENworks imaging > boot CD, which is based off of Linux. I have one particular model of > laptop - the IBM/Lenovo R61 - on which three different thing

Re: arcmsr + archttp64 calls dma_free_coherent() with irqs disabled - dmesg filled with warnings

2008-02-16 Thread Daniel Drake
I assume you're aware that this patch is just a subset of commit 76d78300a6eb8 which you've already pushed up to Linus. Adding Nick Cheng (commit author) to CC so that he can go over the feedback. James Bottomley wrote: diff --git a/drivers/scsi/arcmsr/arcmsr_hba.c b/drivers/scsi/arcmsr/arcmsr