On Sun, 2005-02-06 at 20:51 +0100, Andi Kleen wrote:
> This patch fixes one of Christroph's fixme comments in the SCSI midlayer.
Could you reroll this against scsi-misc-2.6, please? I get mainly
rejections when I try to apply it.
Thanks,
James
-
To unsubscribe from this list: send the line "u
On Thu, Mar 03, 2005 at 10:31:19AM +0200, James Bottomley wrote:
> On Sun, 2005-02-06 at 20:51 +0100, Andi Kleen wrote:
> > This patch fixes one of Christroph's fixme comments in the SCSI midlayer.
>
> Could you reroll this against scsi-misc-2.6, please? I get mainly
> rejections when I try to ap
[ This is an updated version of
http://marc.theaimsgroup.com/?l=linux-scsi&m=110918302718178&w=2
Relative to that patch, it prints the period in a nicer way; exactly
the same way as the strings in the original version of this file. ]
Introduce a generic SPI function to print the negotiated
Convert 53c700 to use spi_display_xfer_agreement()
Signed-off-by: Matthew Wilcox <[EMAIL PROTECTED]>
Index: ./drivers/scsi/53c700.c
===
RCS file: /var/lib/cvs/linux-2.6/drivers/scsi/53c700.c,v
retrieving revision 1.15.2.1
retrieving
On Sun, Mar 06, 2005 at 05:18:17PM +, Matthew Wilcox wrote:
> Introduce a generic SPI function to print the negotiated transfer
> agreement. It's based on the implementation in sym53c8xx_2/sym_misc.c.
> I have changes in my tree to make 53c700, ncr53c8xx and sym2 use it.
> Other drivers need t
Looking through this, the only things I really noticed that need work
are:
ch_do_scsi(): It looks like this has an effective reimplementation of
scsi_wait_req. We're trying to deprecate the usage of scsi_do_req so we
can make it private eventually. What's the reason you can't use
scsi_wait_req?
This isn't for applying so much as it is for showing people where I am
with this driver. As with the sym2 driver, I commit each piece to the
parisc-linux CVS tree (since parisc is currently the only user of this
driver, it makes even more sense to do development there). This patch
contains worka
Use msleep_interruptible() instead of
schedule_timeout() to guarantee the task delays as expected.
Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]>
Signed-off-by: Domen Puncer <[EMAIL PROTECTED]>
---
kj-domen/drivers/scsi/st.c |5 ++---
1 files changed, 2 insertions(+), 3 deletions(
Use ssleep() instead of schedule_timeout to guarantee the task
delays as expected.
Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]>
Signed-off-by: Domen Puncer <[EMAIL PROTECTED]>
---
kj-domen/drivers/scsi/qla1280.c |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -puN dr
convert from pci_module_init to pci_register_driver
(from:http://kerneljanitors.org/TODO).
Signed-off-by: Christophe Lucas <[EMAIL PROTECTED]>
Signed-off-by: Domen Puncer <[EMAIL PROTECTED]>
---
kj-domen/drivers/scsi/3w-9xxx.c |2 +-
kj-domen/drivers/scsi/3w-.c |2 +-
kj-
Use msleep() instead of schedule_timeout() to guarantee the
task delays as expected. Remove set_current_state() as it is taken care of by
msleep().
Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]>
Signed-off-by: Domen Puncer <[EMAIL PROTECTED]>
---
kj-domen/drivers/scsi/ide-scsi.c |
convert from pci_module_init to pci_register_driver
(from:http://kerneljanitors.org/TODO).
Signed-off-by: Christophe Lucas <[EMAIL PROTECTED]>
Signed-off-by: Domen Puncer <[EMAIL PROTECTED]>
---
kj-domen/drivers/scsi/aacraid/linit.c |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
di
convert from pci_module_init to pci_register_driver
(from:http://kerneljanitors.org/TODO).
Signed-off-by: Christophe Lucas <[EMAIL PROTECTED]>
Signed-off-by: Domen Puncer <[EMAIL PROTECTED]>
---
kj-domen/drivers/scsi/megaraid/megaraid_mbox.c |2 +-
1 files changed, 1 insertion(+), 1 deleti
convert from pci_module_init to pci_register_driver
(from:http://kerneljanitors.org/TODO).
Signed-off-by: Christophe Lucas <[EMAIL PROTECTED]>
Signed-off-by: Domen Puncer <[EMAIL PROTECTED]>
---
kj-domen/drivers/scsi/aic7xxx/aic79xx_osm_pci.c |2 +-
kj-domen/drivers/scsi/aic7xxx/aic7xxx_os
I have added a KERN macro to a printk() function as requested in the Kernel
Janitor's TODO list.
Signed-off-by: Andrew McGregor <[EMAIL PROTECTED]>
Signed-off-by: Domen Puncer <[EMAIL PROTECTED]>
---
kj-domen/drivers/scsi/zalon.c |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff
qla_os.c vfree() checking cleanups.
Signed-off by: James Lamanna <[EMAIL PROTECTED]>
Signed-off-by: Domen Puncer <[EMAIL PROTECTED]>
---
kj-domen/drivers/scsi/qla2xxx/qla_os.c |3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
diff -puN drivers/scsi/qla2xxx/qla_os.c~vfree-drivers_sc
Use msleep() instead of schedule_timeout() to guarantee the task
delays as expected. Although TASK_INTERRUPTIBLE is used in the current code,
there is no code dealing with an early return / signals_pending().
Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]>
Signed-off-by: Domen Puncer <[EM
convert from pci_module_init to pci_register_driver
(from:http://kerneljanitors.org/TODO).
Signed-off-by: Christophe Lucas <[EMAIL PROTECTED]>
Signed-off-by: Domen Puncer <[EMAIL PROTECTED]>
---
kj-domen/drivers/scsi/qla2xxx/ql2100.c |2 +-
kj-domen/drivers/scsi/qla2xxx/ql2200.c |2 +-
Any comments would be, as always, appreciated.
-Nish
Use ssleep() instead of schedule_timeout() to guarantee the
task delays as expected. Change the values of the constants being used
appropriately. I left the arithmetic there as it was before, even though
it could be easily simplified away.
convert from pci_module_init to pci_register_driver
(from:http://kerneljanitors.org/TODO).
Signed-off-by: Christophe Lucas <[EMAIL PROTECTED]>
Signed-off-by: Domen Puncer <[EMAIL PROTECTED]>
---
kj-domen/drivers/scsi/sym53c8xx_2/sym_glue.c |2 +-
1 files changed, 1 insertion(+), 1 deletion
On 06/03/05 17:36 -0500, Jeff Garzik wrote:
> [EMAIL PROTECTED] wrote:
> > kj-domen/drivers/scsi/ahci.c |2 +-
> > kj-domen/drivers/scsi/ata_piix.c |2 +-
>
> > kj-domen/drivers/scsi/sata_nv.c |2 +-
> > kj-domen/drivers/scsi/sata_promise.c |2 +-
> > kj-domen/drivers/
Use the DMA_{64,32}BIT_MASK constants from dma-mapping.h
when calling pci_set_dma_mask() or pci_set_consistent_dma_mask()
See http://marc.theaimsgroup.com/?t=10800199301&r=1&w=2 for details
[Merged multiple patches, I can send split ones if desired -domen]
Signed-off-by: Tobias Klauser <[EMA
On 03/06/2005 05:27:41 PM, [EMAIL PROTECTED] wrote:
>
>
> Use msleep() instead of schedule_timeout() to guarantee the task
> delays as expected. Although TASK_INTERRUPTIBLE is used in the current code,
> there is no code dealing with an early return / signals_pending().
This change is a total do
[EMAIL PROTECTED] wrote:
kj-domen/drivers/scsi/ahci.c |2 +-
kj-domen/drivers/scsi/ata_piix.c |2 +-
kj-domen/drivers/scsi/sata_nv.c |2 +-
kj-domen/drivers/scsi/sata_promise.c |2 +-
kj-domen/drivers/scsi/sata_sil.c |2 +-
kj-domen/drivers/scsi/sata_sis.c
On Sun, Mar 06, 2005 at 11:27:17PM +0100, [EMAIL PROTECTED] wrote:
> convert from pci_module_init to pci_register_driver
> (from:http://kerneljanitors.org/TODO).
Already applied to the sym2 driver in my tree, thanks.
--
"Next the statesmen will invent cheap lies, putting the blame upon
the nati
On Sun, Mar 06, 2005 at 11:27:24PM +0100, [EMAIL PROTECTED] wrote:
> I have added a KERN macro to a printk() function as requested in the Kernel
> Janitor's TODO list.
Already taken care of in the parisc tree, thanks.
--
"Next the statesmen will invent cheap lies, putting the blame upon
the nat
On Sun, Mar 06, 2005 at 08:11:53PM +, Matthew Wilcox wrote:
> This isn't for applying so much as it is for showing people where I am
> with this driver. As with the sym2 driver, I commit each piece to the
> parisc-linux CVS tree (since parisc is currently the only user of this
> driver, it mak
On Mon, Mar 07, 2005 at 12:40:15AM +, Christoph Hellwig wrote:
> On Sun, Mar 06, 2005 at 08:11:53PM +, Matthew Wilcox wrote:
> > This isn't for applying so much as it is for showing people where I am
> > with this driver. As with the sym2 driver, I commit each piece to the
> > parisc-linux
If this patch looks okay to you SCSI people, I'll ask the m68k maintainer
to apply it. It fixes a link failure in the !CONFIG_HOTPLUG m68k kernel
caused by the mac_scsi driver. The patch should apply to v2.6.10.
AFAICT, the introduction of __devexit NCR5380_exit() in 2.6.9 necessitated
this fix
> .detect = macscsi_detect,
> - .release= macscsi_release,
> + .release= __exit_p(macscsi_release),
Please get rid of your ->detect/->release useage instead. Allocate
the host struct directly with scsi_host_allo
This is to announce Open-iSCSI project: High-Performance iSCSI Initiator
for Linux.
MOTIVATION
==
Our initial motivations for the project were: (1) implement the right
user/kernel split, and (2) design iSCSI data path for performance. Recently
we added (3): get accepted into the mainline ke
Common header files:
- iscsi_ifev.h (user/kernel events).
- iscsi_if.h (iSCSI open interface over netlink);
- iscsi_proto.h (RFC3720 #defines and types);
Signed-off-by: Alex Aizman <[EMAIL PROTECTED]>
Signed-off-by: Dmitry Yusupov <[EMAIL PROTEC
drivers/scsi/Kconfig changes.
Signed-off-by: Alex Aizman <[EMAIL PROTECTED]>
Signed-off-by: Dmitry Yusupov <[EMAIL PROTECTED]>
diff -Nru --exclude 'iscsi*' --exclude Makefile
linux-2.6.11.orig/drivers/scsi/Kconfig linux-2.6.11.dima/drivers/scsi/Kconfig
--- linux-2.6.
drivers/scsi/Makefile changes.
Signed-off-by: Alex Aizman <[EMAIL PROTECTED]>
Signed-off-by: Dmitry Yusupov <[EMAIL PROTECTED]>
--- linux-2.6.11.orig/drivers/scsi/Makefile 2005-03-01 23:38:19.0
-0800
+++ linux-2.6.11.dima/drivers/scsi/Makefile 2005-03
Documentation/scsi/iscsi.txt
Signed-off-by: Alex Aizman <[EMAIL PROTECTED]>
Signed-off-by: Dmitry Yusupov <[EMAIL PROTECTED]>
diff -Nru linux-2.6.11.orig/Documentation/scsi/iscsi.txt
linux-2.6.11.dima/Documentation/scsi/iscsi.txt
--- linux-2.6.11.orig/Documentation/s
include/linux/netlink.h changes (added new protocol NETLINK_ISCSI)
Signed-off-by: Alex Aizman <[EMAIL PROTECTED]>
Signed-off-by: Dmitry Yusupov <[EMAIL PROTECTED]>
--- linux-2.6.11.orig/include/linux/netlink.h 2005-03-01 23:38:25.0
-0800
+++ linux-2.6.11.di
36 matches
Mail list logo