Re: [GIT PATCH] scsi bug fixes for 2.6.23-rc2

2007-08-06 Thread Linus Torvalds
On Mon, 6 Aug 2007, James Bottomley wrote: > > Confused ... you did get the first pull request in the first week. Here's the problem. Let me repeat it again: > > And after -rc1, I don't want to see crap like this: > > > > 46 files changed, 2837 insertions(+), 2050 deletions(-) It DOES NO

Re: [GIT PATCH] scsi bug fixes for 2.6.23-rc2

2007-08-06 Thread James Bottomley
On Mon, 2007-08-06 at 17:51 -0700, Linus Torvalds wrote: > > On Sat, 4 Aug 2007, James Bottomley wrote: > > > > This is mainly bug fixes ... there's one or two features completions > > that have been delayed pending ack and review to do with bsg (headers > > and passthrough) but these are really r

Re: [GIT PATCH] scsi bug fixes for 2.6.23-rc2

2007-08-06 Thread Linus Torvalds
On Sat, 4 Aug 2007, James Bottomley wrote: > > This is mainly bug fixes ... there's one or two features completions > that have been delayed pending ack and review to do with bsg (headers > and passthrough) but these are really required to complete already > upstream code. James, this is the las

An MCA ESP driver

2007-08-06 Thread Matthew Wilcox
This is about 90% complete. I need to implement: drivers/scsi/mca_53c9x.c:191: error: 'mca_esp_reset_dma' undeclared here (not in a function) drivers/scsi/mca_53c9x.c:192: error: 'mca_esp_dma_drain' undeclared here (not in a function) drivers/scsi/mca_53c9x.c:193: error: 'mca_esp_dma_invalidate

RE: [2/2] 2.6.23-rc2: known regressions with patches

2007-08-06 Thread Luck, Tony
> > Caused-By : Thomas Renninger <[EMAIL PROTECTED]> > > commit 29b71a1ca74491fab9fed09e9d835d840d042690 > A patch was sent to Tony. AFAIK it got accepted, not sure whether it > already is in any and which git tree... The suggested patch adds manual padding to the acpi_dev

Re: Some quick scsi documentation questions:

2007-08-06 Thread Stefan Richter
Rob Landley wrote: > On Sunday 05 August 2007 11:50:33 am Douglas Gilbert wrote: >> Stefan Richter wrote: >>> Rob Landley wrote: There are such things as external SATA enclosures, but they're A) few and far between, >>> What? They are all the rage now. :-) ... > My point is that there a

Re: Some quick scsi documentation questions:

2007-08-06 Thread Rob Landley
On Sunday 05 August 2007 11:50:33 am Douglas Gilbert wrote: > Stefan Richter wrote: > > Rob Landley wrote: > >> So an sg device is for something like a scanner that doesn't > >> present a block device? > > > > That's what I heard. > > The sg driver is a SCSI pass-through while the bsg driver is > a

Re: [Cbe-oss-dev] Playstation 3 BD-ROM access and LV1_DENIED_BY_POLICY

2007-08-06 Thread Geert Uytterhoeven
On Mon, 6 Aug 2007, James Bottomley wrote: > On Mon, 2007-08-06 at 15:38 +0200, Geert Uytterhoeven wrote: > > On Fri, 3 Aug 2007, Geoff Levand wrote: > > > Nicholas A. Bellinger wrote: > > > > Thank you for this information. I since been able to resolve my issue > > > > on 2.6.16 (which ended up b

Re: [Cbe-oss-dev] Playstation 3 BD-ROM access and LV1_DENIED_BY_POLICY

2007-08-06 Thread James Bottomley
On Mon, 2007-08-06 at 15:38 +0200, Geert Uytterhoeven wrote: > On Fri, 3 Aug 2007, Geoff Levand wrote: > > Nicholas A. Bellinger wrote: > > > Thank you for this information. I since been able to resolve my issue > > > on 2.6.16 (which ended up being my fault), and was able to determine > > > that

Re: [Cbe-oss-dev] Playstation 3 BD-ROM access and LV1_DENIED_BY_POLICY

2007-08-06 Thread Geert Uytterhoeven
On Fri, 3 Aug 2007, Geoff Levand wrote: > Nicholas A. Bellinger wrote: > > Thank you for this information. I since been able to resolve my issue > > on 2.6.16 (which ended up being my fault), and was able to determine > > that the issue on 2.6.23-rc1 is due to > > drivers/scsi/scsi_lib.c:scsi_exec

Re: [PATCH] ps3rom: convert to use the data buffer accessors

2007-08-06 Thread Geert Uytterhoeven
On Mon, 23 Jul 2007, FUJITA Tomonori wrote: > This is against Linus' tree since scsi-misc doesn't include ps3rom > driver yet. > > --- > From: FUJITA Tomonori <[EMAIL PROTECTED]> > Subject: [PATCH] ps3rom: convert to use the data buffer accessors > > This converts ps3rom driver to use the new acc

[PATCH] do not export /usr/include/scsi in make headers_install

2007-08-06 Thread Olaf Hering
On Mon, Aug 06, Christoph Hellwig wrote: > On Mon, Aug 06, 2007 at 02:45:46PM +0200, Olaf Hering wrote: > > > > glibc and make headers_install_all provide /usr/include/scsi > > One of them has to go. > > > > A quick diff shows no differences, expect: > > .. > > > Which copy should be provided

Re: glibc and make headers_install_all provide /usr/include/scsi

2007-08-06 Thread Christoph Hellwig
On Mon, Aug 06, 2007 at 02:45:46PM +0200, Olaf Hering wrote: > > glibc and make headers_install_all provide /usr/include/scsi > One of them has to go. > > A quick diff shows no differences, expect: .. > Which copy should be provided by a distributor? The glibc one of course. The kernel scsi.h

glibc and make headers_install_all provide /usr/include/scsi

2007-08-06 Thread Olaf Hering
glibc and make headers_install_all provide /usr/include/scsi One of them has to go. A quick diff shows no differences, expect: scsi.h: glibc #define STATUS_MASK 0x3e Linux #define STATUS_MASK 0xfe glibc #define ABORT 0x06 Linux #define ABORT_T

RE: Mptlinux crashes on kernel 2.6.22.1

2007-08-06 Thread Hommel, Thomas (GE Indust, GE Fanuc)
Here's some more info on my configuration and the output of lspci -vv (with the driver disabled, as it crashes otherwise). The kernel config contains some extra options, as it is customized. # # Automatically generated make config: don't edit # Linux kernel version: 2.6.22.1 # Mon Aug 6 11:25:06

Re: [PATCHSET 0/5] Peaceful co-existence of scsi_sgtable and Large IO sg-chaining

2007-08-06 Thread FUJITA Tomonori
On Tue, 31 Jul 2007 23:12:26 +0300 Boaz Harrosh <[EMAIL PROTECTED]> wrote: > The tested Kernels: > > 1. Jens's sglist-arch > I was not able to pass all tests with this Kernel. For some reason when > bigger than 256 pages commands are queued the Machine will run out > of memory and will kill