Re: [PATCH 01/33] TCMU PR: first commit to implement TCMU PR

2018-06-18 Thread David Disseldorp
o shipped by petasan. I'd be happy to restart efforts with Mike to get this in shape for mainline. The current target_core_rbd PR implementation is suboptimal in that it duplicates quite a bit of protocol logic from target_core_pr. Cheers, David

Re: [PATCH v2] target: fix truncated PR-in ReadKeys response

2018-06-19 Thread David Disseldorp
cc'ing the SCSI list, as it doesn't look like anything is making it through target-devel nowadays... https://patchwork.kernel.org/patch/10448059/ Cheers, David On Tue, 5 Jun 2018 12:00:25 +0200, David Disseldorp wrote: > SPC5r17 states that the contents of the ADDITIONAL LENGTH

[PATCH v3] target: fix truncated PR-in ReadKeys response

2018-06-19 Thread David Disseldorp
est in the Windows 2016 Server Failover Cluster validation suites when having many connections that result in more than 8 registrations. I tested your patch on 4.17 with iblock. This behaviour can be tested using the libiscsi PrinReadKeys.Truncate test. Cc: sta...@vger.kernel.org Signed-off

mpt3sas regression...

2018-06-23 Thread David Miller
Commit: commit cf6bf9710cabba1fe94a4349f4eb8db623c77ebc Author: Chaitra P B Date: Tue Apr 24 05:28:30 2018 -0400 scsi: mpt3sas: Bug fix for big endian systems. actually breaks big-endian. This driver has been working perfectly fine for more a d

Re: mpt3sas regression...

2018-06-27 Thread David Miller
From: Chaitra Basappa Date: Wed, 27 Jun 2018 19:58:34 +0530 > Please let us know what is the issue faced and if its recreating then > share the driver logs with logging_level=0x3f8. The driver cannot even probe successfully to start scanning for disks because some busy bit never clears. I thi

Re: [PATCH] mpt3sas: Fix for regression caused due to cf6bf9710c patch

2018-06-29 Thread David Miller
From: Andy Shevchenko Date: Fri, 29 Jun 2018 18:42:30 +0300 > On Fri, Jun 29, 2018 at 5:58 PM, Chaitra P B > wrote: >> "scsi: mpt3sas: Bug fix for big endian systems" >> >> Above patch with commit id "cf6bf9710cabba1fe94a4349f4eb8db623c77ebc" was >> posted to fix sparse warnings. While posting

Re: [PATCH] mpt3sas: Fix for regression caused due to cf6bf9710c patch

2018-07-03 Thread David Miller
From: Sreekanth Reddy Date: Tue, 3 Jul 2018 17:48:49 +0530 > Any suggestion/update over my previous mail. I am using 4.13 kernel. I think the issue is that if you are reading a 32-bit word and then interpreting it as a struct full of individual bytes, you have to order the bytes in the structure

Re: [PATCH] mpt3sas: Fix for regression caused due to cf6bf9710c patch

2018-07-04 Thread David Miller
From: Sreekanth Reddy Date: Wed, 4 Jul 2018 16:54:05 +0530 > > Also I tried replacing readl() API with readw()API (as HBA FW will > send 16 bit data at a time) as shown below and still I see same issue, > > MPI2DefaultReply_t *default_reply = (MPI2DefaultReply_t *)reply; > u16 r

Re: [PATCH] mpt3sas: Fix for regression caused due to cf6bf9710c patch

2018-07-09 Thread David Miller
From: Sreekanth Reddy Date: Mon, 9 Jul 2018 17:12:51 +0530 > This is a shared structure between the host drivers and HBA device. > HBA Firmware sends the information though this structures which are > defined in the MPI headers. Now we can't change the order of these u8 > objects. > > typedef st

Re: [PATCH v1 RESEND] mpt3sas: Swap I/O memory read value back to cpu endianness

2018-08-03 Thread David Miller
From: Sreekanth Reddy Date: Fri, 3 Aug 2018 16:04:15 +0530 > On Fri, Aug 3, 2018 at 3:07 PM, Andy Shevchenko > wrote: >> On Thu, 2018-08-02 at 16:16 -0400, Martin K. Petersen wrote: >>> Andy, >>> >>> Please review the changes Sreekanth made to address your feedback. >> >> From my point of view t

Re: [PATCH 10/10] fs:btrfs: return -ENOMEM on allocation failure.

2017-09-13 Thread David Sterba
On Wed, Sep 13, 2017 at 01:02:19PM +0530, Allen Pais wrote: > Signed-off-by: Allen Pais > --- > fs/btrfs/check-integrity.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/btrfs/check-integrity.c b/fs/btrfs/check-integrity.c > index 7d5a9b5..efa4c23 100644 > --- a/fs/b

Re: [PATCH 06/10] drivers:ethernet: return -ENOMEM on allocation failure.

2017-09-13 Thread David Miller
From: Allen Pais Date: Wed, 13 Sep 2017 13:02:15 +0530 > Signed-off-by: Allen Pais This is quite pointless as the caller doesn't do anything with the value, it just tests whether a negative value is returned or not.

Re: [PATCH 05/13] timer: Remove init_timer_deferrable() in favor of timer_setup()

2017-10-04 Thread David Miller
Cc: Sebastian Reichel > Cc: Harish Patil > Cc: Manish Chopra > Cc: Kalle Valo > Cc: linuxppc-...@lists.ozlabs.org > Cc: net...@vger.kernel.org > Cc: linux-wirel...@vger.kernel.org > Signed-off-by: Kees Cook For networking: Acked-by: David S. Miller

Re: [PATCH 04/13] timer: Remove init_timer_pinned() in favor of timer_setup()

2017-10-04 Thread David Miller
l.org > Signed-off-by: Kees Cook For networking: Acked-by: David S. Miller

Re: [PATCH 10/13] timer: Remove expires and data arguments from DEFINE_TIMER

2017-10-04 Thread David Miller
sort -u | grep -v timer.h) > > Signed-off-by: Kees Cook > Acked-by: Geert Uytterhoeven # for m68k parts For networking: Acked-by: David S. Miller

Re: [PATCH v16 3/4] hinic: Replace PCI pool old API

2017-12-18 Thread David Miller
From: Romain Perier Date: Fri, 15 Dec 2017 20:31:22 +0100 > From: Romain Perier > > The PCI pool API is deprecated. This commit replaces the PCI pool old > API by the appropriate function with the DMA pool API. > > Signed-off-by: Romain Perier Acked-by: David S. Miller

Re: [PATCH v16 2/4] net: e100: Replace PCI pool old API

2017-12-18 Thread David Miller
Tschudin > Acked-by: Jeff Kirsher > Tested-by: Peter Senna Tschudin Acked-by: David S. Miller

Re: IEEE 1394 SBP-2 pseudo driver

2001-01-08 Thread David Brownell
> > Wouldn't there be a problem if /sbin was mounted > > on the device that was just unplugged? > > I suppose it would be. I think Linus described that as a user error case ... there are a LOT of ways you can break system startup. For example, if "/sbin/init" or "/sbin/modprobe" went away, si

Re: SCSI Patches - mostly on/off-line stuff

2001-01-17 Thread David Brownell
There was a bit of mail last week touching on SCSI hotplugging. I'd be interested in knowing if there's any sort of "status quo" or "plan of record" there. Or even a list of open issues, given that I understand there's a lot of interest in fitting SCSI and hotplugging together! - Dave > From:

Re: Linux not adhering to BIOS Drive boot order?

2001-01-16 Thread David Woodhouse
[EMAIL PROTECTED] said: > we need some kind of signature being written in the drive, which the > kernel will use for determining the boot drive and later re-order > drives, if required. > Is someone handling this already? It should be possible to read the BIOS setting for this option and beha

Re: SCSI Patches - mostly on/off-line stuff

2001-01-18 Thread David Brownell
Douglas, thanks for that overview of the structure of the SCSI subsystem -- I needed one, that was better than I'd suspected I'd find! It seemed to me that something was missing in that stack though; the layers above (4), specifically filesystems, that would also need to know about new devices th

Re: SCSI Patches - mostly on/off-line stuff

2001-01-18 Thread David Brownell
to make sure hardware removal won't cause trouble.) In that latter case there's a lot of flexibility. Why are you thinking a "remove" might want to get undone? - Dave - Original Message - From: Miles Lane <[EMAIL PROTECTED]> To: David Brownell <[EMAIL

Re: SCSI Patches - mostly on/off-line stuff

2001-01-18 Thread David Brownell
> > One way to look at that issue is to ask what user mode notifications > > will be used to address that part of the hotplug problem. Devfsd > > is what some folk like, but it's not universally accepted. GUI > > driven solutions don't seem right in all cases either. > > devfsd is at least alre

Re: SCSI Patches - mostly on/off-line stuff

2001-01-18 Thread David Brownell
h changes) before we should expose it to users. IMO. - Original Message - From: Miles Lane <[EMAIL PROTECTED]> To: David Brownell <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, January 18, 2001 3:25 PM Subject: Re: SCSI Patches -

Re: Linux not adhering to BIOS Drive boot order?

2001-01-18 Thread David Weinehall
at. I'm pretty sure the IBM PC-Server 700 (8 MCA-slots and 8 PCI-slots and a lot of other cool stuff) doesn't have the MCA-bus bridged onto the PCI-bus. Maybe the other way around. I'd be happy to get one of these machines to test this, but they seem to be a little hard to get

Re: Scanning problems - machine lockups

2001-01-19 Thread David Woodhouse
[EMAIL PROTECTED] said: > For Linux I think the right way to handle this is to have each > (SA_SHIRQ) sharing capable interrupt handler return a TRUE or FALSE > value indicating whether the interrupt belongs to the driver. In > kernel/irq.c:handle_IRQ_event() check the return value. If after one

Re: 1394 SBP-2 Drives

2001-01-21 Thread David Hinds
On Sun, Jan 21, 2001 at 01:14:27PM +0100, Oliver Neukum wrote: > Mounting in user space has its own set of problems which we fortunately > need not discuss here. Another possible issue would be scripts changing > /etc/fstab on hotplugging events. I am not sure I like that idea. It seems > too ri

Re: [experimental] scsiinfo driver

2001-02-28 Thread David Brownell
Looks like a promising direction, especially if (as you'd suggested offline) very similar models can work for IDE. What would the job of /etc/hotplug/scsi.agent be? I'm not quite clear -- modprobe "sd" or "sg"? Mount partitions in the appropriate filesystem locations? (I said "script", but of

Kernel 2.4.4 source package apa1480 Slim SCSI

2001-05-13 Thread David Freedom
I was not sure who to email on this issue. If you are not the correct maintainer, can you forward this to the correct maintainer? I do not see the drivers for the adaptec aha1480 Slim Scsi. they are normaly located in /drivers/scsi/pcmcia. I do see a directory labelled aic7xxx.old, under /driv

Re: question about scsi generic behavior

2001-06-08 Thread David Chambliss
. David Chambliss Research Staff Member, Computer Science /Storage Systems IBM Research Division (408) 927-2243 (TL 457-2243) FAX (408) 927-3497 - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to [EMAIL PROTECTED]

Re: [Linux-ia64] panic on ia64 ; need help

2001-06-25 Thread David Mosberger
rong. Can you send me the .o file of the module in question? I'd also need to know what address the module was loaded at. In general, if you're reporting backtraces, it would be more useful if you included the corresponding System.map file. --david - To unsubscribe from this list:

RE: question about scsi generic behavior

2001-06-08 Thread David Chambliss
FCP_RSP is sent and the SCSI task is terminated. Usually no data is transferred or written to media, though this is not a requirement of the standard. David Hiren Mehta wrote: Well, the problem is not with non-512byte block device. The problem is if the device is 512 byte block-sized device and

Re: [ANNOUNCE] Adaptec SAS/SATA device driver [0/27]

2005-02-17 Thread David Chaw
Hi all, Thanks for the all responses for this driver. I really appreciate the comments / suggestions. We definetely looking to making changes in the next few weeks. Thanks again, david On Thu, 17 Feb 2005 16:14:36 -0500, Luben Tuikov <[EMAIL PROTECTED]> wrote: > On 02/17/05 15:

mpt performance differences

2005-04-21 Thread David Zanetti
: [58] Message Signalled Interrupts: 64bit+ Queue=0/0 Enable- Capabilities: [68] PCI-X non-bridge device. Has anyone else seen this effect, or aware of a possible cause? Thanks! -- David Zanetti <[EMAIL PROTECTED]> Team Leader, Systems Administration Catalyst IT Limited +64-4-8032233 +64-21-402260 signature.asc Description: This is a digitally signed message part

Re: SATA status report updated

2005-08-12 Thread David Greaves
ay or may not be available)" - makes me more aware of what I'm getting into. David -- - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 2.6.15.4 rel.2 1/1] libata: add hotswap to sata_svw

2006-11-28 Thread David Woodhouse
On Thu, 2006-02-16 at 16:09 +0100, Martin Devera wrote: > From: Martin Devera <[EMAIL PROTECTED]> > > Add hotswap capability to Serverworks/BroadCom SATA controlers. The > controler has SIM register and it selects which bits in SATA_ERROR > register fires interrupt. > The solution hooks on COMWAKE

Re: 2.6.19-rc6 : Spontaneous reboots, stack overflows - seems to implicate xfs, scsi, networking, SMP

2006-11-28 Thread David Chinner
On Thu, Nov 23, 2006 at 12:18:09PM +1100, David Chinner wrote: > On Wed, Nov 22, 2006 at 01:58:11PM +0100, Jesper Juhl wrote: > > > > Attached are two files. The one named stack_overflows.txt.gz contains > > one instance of each unique stack overflow + trace that I'v

SG does not ignore dxferp (direct io + mmap)

2016-11-20 Thread Eyal Ben David
Hi all, We have some IO utility that perform the IOs using sg and direct io with mmap. Our current systems are Ubuntu 14.04, RHEL 6,7 The IO utility always set dxferp to either the address or mmap of other allocation (valloc) Setting dxferp was harmless since SG is supposed to ignore the address i

Re: SG does not ignore dxferp (direct io + mmap)

2016-11-21 Thread Eyal Ben David
#x27;: puts(help_str); return 0; default: return 1; } } if (!device || lba == -1) { fprintf(stderr, "command line error: missing device or lba"); return 1; } scsi_read_block(device, lba, fmmap, fmmap_bug);

Re: SG does not ignore dxferp (direct io + mmap)

2016-11-21 Thread Eyal Ben David
Thanks for your reply, On RHEL system it does not occur. So far I have seen the problem on Ubuntu 16.04 and Fedora 22 (both with kernel 4.4.x) 2016-11-21 16:24 GMT+02:00 Ewan D. Milne : > On Mon, 2016-11-21 at 11:23 +0200, Eyal Ben David wrote: >> Hi, >> >> The utility

Re: SG does not ignore dxferp (direct io + mmap)

2016-11-21 Thread Eyal Ben David
annes Thumshirn : > On Mon, Nov 21, 2016 at 04:15:52PM +0100, Johannes Thumshirn wrote: >> On Mon, Nov 21, 2016 at 04:55:29PM +0200, Eyal Ben David wrote: >> > Thanks for your reply, >> > >> > On RHEL system it does not occur. >> > >> > So far

Re: SG does not ignore dxferp (direct io + mmap)

2016-11-22 Thread Eyal Ben David
Same problem on Fedora 23 $ uname -r 4.7.10-100.fc23.x86_64 $ sudo ./sg_mmap_read -d /dev/sg0 -l 0 | od -t x1 000 eb 63 90 10 8e d0 bc 00 b0 b8 00 00 8e d8 8e c0 ... $ sudo ./sg_mmap_read -d /dev/sg0 -l 0 -m | od -t x1 000 eb 63 90 10 8e d0 bc 00 b0 b8 00 00 8e d8 8e c0 ... $ sudo ./sg_

Re: SG does not ignore dxferp (direct io + mmap)

2016-11-22 Thread Eyal Ben David
> @Eyal is this with a physical or virtual host? And what kind of HBA do you > have? Just in case it makes a difference. All physical hosts, Original problem was detected on qlogic FC HBA (Ubuntu 16.04) To check if this is transport related, we reproduced the 0 byte corruption on iSCSI too. To

Re: SG does not ignore dxferp (direct io + mmap)

2016-11-22 Thread Eyal Ben David
On Tue, Nov 22, 2016 at 8:30 PM, Ewan D. Milne wrote: > > I see the behavior (zero byte) on the 4.4.34, 4.5.7, 4.6.7, and 4.7.10 > -stable kernels. But not (of course) on 4.8.10 -stable. > > It doesn't look like the sg driver, might be something in the mmap code? A kernel guy colleague suggeste

Re: SG does not ignore dxferp (direct io + mmap)

2016-11-25 Thread Eyal Ben David
Note that sg_mmap_read does not parse the SCSI sense, so the script might fail for other reasons (some SCSI error) and think its a zero byte corruption. If you think an improved version could help (compare results within the program + parse senses) I can help. On Fri, Nov 25, 2016 at 10:07 AM,

Re: SG does not ignore dxferp (direct io + mmap)

2016-11-25 Thread Eyal Ben David
On Fri, Nov 25, 2016 at 1:53 PM, Johannes Thumshirn wrote: > On Fri, Nov 25, 2016 at 01:20:34PM +0200, Eyal Ben David wrote: >> Note that sg_mmap_read does not parse the SCSI sense, so the script >> might fail for other reasons (some SCSI error) and think its a zero >> byt

cciss module doesn't create subdevices on boot

2014-10-07 Thread Louis-David Mitterrand
Hi, When booting the latest grml on an HP Proliant blade the cciss module doesn't create subdevices representing disk partitions. I only see main devices for the two disks: /dev/cciss/c0d0 /dev/cciss/c0d1 Once I run both of these devices through a "fdisk " with only the "w" (write) command then

Re: [BUG] "block: make generic_make_request handle arbitrarily sized bios" breaks boot on parisc-linux

2016-03-09 Thread John David Anglin
n is to disable inlining (maybe move blk_bio_segment_split() to a separate function) to try to figure out what is miscompiled. As you say, this is probably a GCC bug. However, it's likely a middle-end or optimization bug in the common GCC code. Dave -- John David Anglin dave.ang...@bell.net -- To

Re: parisc late boot crash in 4.4-rc, scsi-related

2016-05-16 Thread John David Anglin
3440. 4.3 is the latest working release for me. If 4.3.3 is broken, it might be possible to bisect more easily. I believe this is fixed in current gcc versions (4.9 and latter). It was exposed by a blk-merge change. It was fixed by this change: 2016-03-17 John David Anglin

[BUG] "block: make generic_make_request handle arbitrarily sized bios" breaks boot on parisc-linux

2016-02-23 Thread John David Anglin
ssue. We can help with testing if needed. Thanks, Dave Anglin -- John David Anglin dave.ang...@bell.net -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] qla4xxx: Fix underrun/overrun conditions

2007-07-09 Thread David C Somayajulu
On Wed, 2007-06-06 at 11:55 -0700, David C Somayajulu wrote: > This patch fixes the code handling underrun and overrun conditions. Fix coding style as per Mike Christie's advice. Signed-off-by: David Somayajulu <[EMAIL PROTECTED]> drivers/scsi/qla4xxx/ql4_is

[PATCH] qla4xxx: bug fixes

2007-01-22 Thread David C Somayajulu
() Thanks David Somayajulu --- drivers/scsi/qla4xxx/ql4_def.h |1 - drivers/scsi/qla4xxx/ql4_glbl.h|1 + drivers/scsi/qla4xxx/ql4_init.c| 18 +- drivers/scsi/qla4xxx/ql4_isr.c |4 +- drivers/scsi/qla4xxx/ql4_mbx.c | 35 drivers/scsi

[RFC] [PATCH 0/5] qla4xxx: Add IPv6 support and misc

2007-05-02 Thread David C Somayajulu
reset issued by one of the other functions. 2. In qla4xxx_free_adapter() memory resources needed to be freed after free_irq() is invoked. 3. add support for passthru commands to HBA. Thanks David Somayajulu Qlogic Corporation - To unsubscribe from this list: send the line "u

[RFC] [PATCH 1/5] qla4xxx: Add IPv6 support and misc

2007-05-02 Thread David C Somayajulu
Signed-off-by: David Somayajulu <[EMAIL PROTECTED]> --- drivers/scsi/qla4xxx/ql4_def.h | 84 --- drivers/scsi/qla4xxx/ql4_fw.h | 426 +++- diff --git a/drivers/scsi/qla4xxx/ql4_def.h b/drivers/scsi/qla4xxx/ql4_def.h index 6f4cf2d..7bbc2ab

[RFC] [PATCH 2/5] qla4xxx: Add IPv6 support and misc

2007-05-02 Thread David C Somayajulu
Signed-off-by: David Somayajulu <[EMAIL PROTECTED]> --- drivers/scsi/qla4xxx/ql4_init.c| 93 +--- diff --git a/drivers/scsi/qla4xxx/ql4_init.c b/drivers/scsi/qla4xxx/ql4_init.c index b907b06..134f7e3 100644 --- a/drivers/scsi/qla4xxx/ql4_init.c +++ b/drivers/scsi/qla4xxx/ql4_

[RFC] [PATCH 3/5] qla4xxx: Add IPv6 support and misc

2007-05-02 Thread David C Somayajulu
Signed-off-by: David Somayajulu <[EMAIL PROTECTED]> --- drivers/scsi/qla4xxx/ql4_isr.c | 54 +++-- diff --git a/drivers/scsi/qla4xxx/ql4_isr.c b/drivers/scsi/qla4xxx/ql4_isr.c index 35b9e36..8c338ee 100644 --- a/drivers/scsi/qla4xxx/ql4_isr.c +++ b/drivers/scsi/qla4xxx/ql4_isr.c @

[RFC] [PATCH 4/5] qla4xxx: Add IPv6 support and misc

2007-05-02 Thread David C Somayajulu
Signed-off-by: David Somayajulu <[EMAIL PROTECTED]> --- drivers/scsi/qla4xxx/ql4_mbx.c | 190 ++-- diff --git a/drivers/scsi/qla4xxx/ql4_mbx.c b/drivers/scsi/qla4xxx/ql4_mbx.c index 7f28657..0ef777a 100644 --- a/drivers/scsi/qla4xxx/ql4_mbx.c +++ b/drivers/scsi/qla4xxx/ql4

[RFC] [PATCH 5/5] qla4xxx: Add IPv6 support and misc

2007-05-02 Thread David C Somayajulu
Signed-off-by: David Somayajulu <[EMAIL PROTECTED]> --- drivers/scsi/qla4xxx/ql4_dbg.c |5 drivers/scsi/qla4xxx/ql4_glbl.h| 12 + drivers/scsi/qla4xxx/ql4_iocb.c| 39 ++- drivers/scsi/qla4xxx/ql4_nvram.c |4 drivers/scsi/qla4xxx/ql4_os.c | 28 ++ driver

[PATCH 0/8] qla4xxx: Resubmission of patches to add IPv6 support etc

2007-05-23 Thread David C Somayajulu
2. 2. Bug fixes and clean up to confirm to linux coding style. Thanks David Somayajulu Qlogic Corporation - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 1/8] qla4xxx: Resubmission: ql4_dbg.c remove dead code

2007-05-23 Thread David C Somayajulu
Remove dead code Signed-off-by: David Somayajulu <[EMAIL PROTECTED]> Signed-off-by: Mike Christie <[EMAIL PROTECTED]> drivers/scsi/qla4xxx/ql4_dbg.c | 174 +--- 1 files changed, 3 insertions(+), 171 deletions(-) diff --git a/drivers/scsi/qla4xxx

[PATCH 2/8] qla4xxx: Resubmission: ql4_def.h log all AENs and cleanup

2007-05-23 Thread David C Somayajulu
Add support for logging all AENs and clean up Signed-off-by: David Somayajulu <[EMAIL PROTECTED]> Signed-off-by: Mike Christie <[EMAIL PROTECTED]> drivers/scsi/qla4xxx/ql4_def.h | 78 1 files changed, 39 insertions(+), 39 deletions(-)

[PATCH 3/8] qla4xxx: Resubmission: ql4_fw.h add support for qla4032

2007-05-23 Thread David C Somayajulu
Add support for QLA4032 which supports IPv6 Signed-off-by: David Somayajulu <[EMAIL PROTECTED]> Signed-off-by: Mike Christie <[EMAIL PROTECTED]> drivers/scsi/qla4xxx/ql4_fw.h | 426 + 1 files changed, 177 insertions(+), 249 deletions(-)

[PATCH 4/8] qla4xxx: Resubmission: update rev num and misc cleanup

2007-05-23 Thread David C Somayajulu
Clean up and update version number Signed-off-by: David Somayajulu <[EMAIL PROTECTED]> Signed-off-by: Mike Christie <[EMAIL PROTECTED]> drivers/scsi/qla4xxx/ql4_glbl.h|7 ++- drivers/scsi/qla4xxx/ql4_iocb.c|8 ++-- drivers/scsi/qla4xxx/ql4_nvram.c |3

[PATCH 4/8] qla4xxx: Resubmission: ql4_init.c bugfixes

2007-05-23 Thread David C Somayajulu
qla4x00_pci_config() and clean up code. Signed-off-by: David Somayajulu <[EMAIL PROTECTED]> Signed-off-by: Mike Christie <[EMAIL PROTECTED]> drivers/scsi/qla4xxx/ql4_init.c | 92 +++ 1 files changed, 63 insertions(+), 29 deletions(-) diff --g

[PATCH 6/8] qla4xxx: Resubmission: ql4_isr.c support for new mbx cmds

2007-05-23 Thread David C Somayajulu
Add support to log all AENs and service mbx cmd completions for QLA4032 Signed-off-by: David Somayajulu <[EMAIL PROTECTED]> Signed-off-by: Mike Christie <[EMAIL PROTECTED]> drivers/scsi/qla4xxx/ql4_isr.c | 53 ++-- 1 files changed, 35 inser

[PATCH 7/8] qla4xxx: Resubmission: ql4_mbx.c remove dead code bugfixes

2007-05-23 Thread David C Somayajulu
All all inbound mbx registers for all mbx commands. Remove dead code. Signed-off-by: David Somayajulu <[EMAIL PROTECTED]> Signed-off-by: Mike Christie <[EMAIL PROTECTED]> drivers/scsi/qla4xxx/ql4_mbx.c | 274 +++- 1 files changed, 103 insert

[PATCH 8/8] qla4xxx: Resubmission: ql4_os.c bugfixes

2007-05-23 Thread David C Somayajulu
qla4xxx_remove_adapter() gets invoked. This function needs to wait if it is currently responding to a reset from another function. Signed-off-by: David Somayajulu <[EMAIL PROTECTED]> Signed-off-by: Mike Christie <[EMAIL PROTECTED]> drivers/scsi/qla4xxx/ql4_os.c | 17 + 1 files

Re: [PATCH 4/8] qla4xxx: Resubmission: update rev num and misc cleanup

2007-05-23 Thread David C Somayajulu
On Wed, 2007-05-23 at 17:54 -0700, David C Somayajulu wrote: Sorry I hit send before changing the subject header completely. Please disregard this one. I will resend this patch with the proper subject line. -david S. > Clean up and update version number > > Signed-off-by: David S

[PATCH 5/8] qla4xxx: Resubmission: update rev num and misc cleanup

2007-05-23 Thread David C Somayajulu
Clean up and update version number Signed-off-by: David Somayajulu <[EMAIL PROTECTED]> Signed-off-by: Mike Christie <[EMAIL PROTECTED]> drivers/scsi/qla4xxx/ql4_glbl.h|7 ++- drivers/scsi/qla4xxx/ql4_iocb.c|8 ++-- drivers/scsi/qla4xxx/ql4_nvram.c |3

[PATCH] qla4xxx: Fix underrun/overrun conditions

2007-06-06 Thread David C Somayajulu
This patch fixes the code handling underrun and overrun conditions. Signed-off-by: David Somayajulu <[EMAIL PROTECTED]> drivers/scsi/qla4xxx/ql4_isr.c | 57 drivers/scsi/qla4xxx/ql4_version.h |2 +- 2 files changed, 33 insertions(+), 26 del

[PATCH] qla4xxx: allow hba to be online when initiator ip address is uninitialized

2007-06-08 Thread David C Somayajulu
This patch provides the following: 1. remove warning ignoring the return value of pci_set_mwi() 2. allows HBA to be online when the initiator ip address is uninitialized. drivers/scsi/qla4xxx/ql4_init.c | 23 +++ 1 files changed, 11 insertions(+), 12 deletions(-) diff --git

Re: [PATCH] qla4xxx: allow hba to be online when initiator ip address is uninitialized

2007-06-08 Thread David C Somayajulu
On Fri, 2007-06-08 at 17:29 -0700, David C Somayajulu wrote: > This patch provides the following: > 1. remove warning ignoring the return value of pci_set_mwi() > 2. allows HBA to be online when the initiator ip address is uninitialized. Including Signed-off-by: David Somayajul

Re: [PATCH] qla4xxx: allow hba to be online when initiator ip address is uninitialized

2007-06-14 Thread David C Somayajulu
On Thu, 2007-06-14 at 01:54 -0400, Mike Christie wrote: > David C Somayajulu wrote: > > On Fri, 2007-06-08 at 17:29 -0700, David C Somayajulu wrote: > >> This patch provides the following: > >> 1. remove warning ignoring the return value of pci_set_mwi() > >>

RE: [PATCH 26/28] visorhba: sanitze private device data allocation

2017-06-30 Thread Kershner, David A
> -Original Message- > From: Hannes Reinecke [mailto:h...@suse.de] > Sent: Wednesday, June 28, 2017 4:25 AM > To: Christoph Hellwig > Cc: Martin K. Petersen ; James Bottomley > ; linux-scsi@vger.kernel.org; > Hannes Reinecke ; Hannes Reinecke ; > Kershner, David A

Re: Undefined behaviour in drivers/scsi/sym53c8xx_2/sym_hipd.c:762:24

2017-08-04 Thread John David Anglin
f.0 irq 68 > [ 18.625415] > > [ 18.726489] UBSAN: Undefined behaviour in > ./drivers/scsi/sym53c8xx_2/sym_hipd.c:762:24 > [ 18.864911] index -1903078336 is out of range for type 'u32 [7]' What about np->clock_divn? Dave -- John David Anglin dave.ang...@bell.net

Re: parisc late boot crash in 4.4-rc, scsi-related

2016-06-22 Thread John David Anglin
l.org/index.php/Main_Page > > My pariscs are gentoo and still only the old versions are available on > hppa. Hope this helps, Dave -- John David Anglin dave.ang...@bell.net -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: parisc late boot crash in 4.4-rc, scsi-related

2016-07-06 Thread John David Anglin
fix if it is released. However, at the end of June, 5.4.0 appeared masked. Unmasking kgcc64 5.4.0 and building it made my pariscs work again, with 4.7-rc6 running fine on all of them. Great! Thanks for report. Dave -- John David Anglin dave.ang...@bell.net -- To unsubscribe from this list

RE: [PATCH 10/22] staging: unisys: visorbus: Make use of the new sg_map helper function

2017-04-14 Thread Kershner, David A
Can you add Acked-by for this patch? Acked-by: David Kershner Tested on s-Par and no problems. Thanks, David Kershner > --- > drivers/staging/unisys/visorhba/visorhba_main.c | 12 +++- > 1 file changed, 7 insertions(+), 5 deletions(-) > > diff --git a/drivers/stag

[PATCH] scsi: libiscsi: Allow sd_shutdown on bad transport

2017-12-07 Thread Rafael David Tinoco
due to the first timeout during the server shutdown phase, all subsequent cmds will fail to be queued, allowing upper logic to fail faster. Signed-off-by: Rafael David Tinoco --- drivers/scsi/libiscsi.c | 24 +++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/

Re: [PATCH] scsi: libiscsi: Allow sd_shutdown on bad transport

2017-12-08 Thread Rafael David Tinoco
llows OS to reboot and shutdown, back again, independently of how bad userland was configured. Thank you in advance for considering it. -Rafael > On 07/12/2017, at 07:59 PM, Rafael David Tinoco > wrote: > > If, for any reason, userland shuts down iscsi transport interfaces > b

Re: [PATCH] scsi: libiscsi: Allow sd_shutdown on bad transport

2017-12-08 Thread Rafael David Tinoco
would be happy to. Best, -Rafael > On 08/12/2017, at 09:12 PM, Bart Van Assche wrote: > > On Thu, 2017-12-07 at 19:59 -0200, Rafael David Tinoco wrote: >> This happens because iscsi_eh_cmd_timed_out(), the transport layer >> timeout helper, would tell the queue timeout fun

Re: ECN is on!

2001-05-22 Thread David S. Miller
Matti Aarnio writes: > I am contemplating to periodically turn off the ECN bit to > let email out, but DaveM has veto there. I veto, the whole point of moving to ECN was to make a statement and get people to fix their kit. We will remove these people, that's all. Later, Davi

Re: iomapping a big endian area

2005-04-02 Thread David S. Miller
On Sun, 3 Apr 2005 02:37:57 +0100 Matthew Wilcox <[EMAIL PROTECTED]> wrote: > My thought on this is that we should encode the endianness of the > registers in the ioremap cookie. Some architectures (sparc, I think?) can > do this in their PTEs. The rest of us can do it in our ioread/writeN > met

Re: iomapping a big endian area

2005-04-02 Thread David S. Miller
On Sat, 02 Apr 2005 21:40:39 -0600 James Bottomley <[EMAIL PROTECTED]> wrote: > After all, the driver must know the card is BE, so the routines that > make use of the feature are easily coded into the card, so there's no > real need to add it to the iomem cookie. Yes, I don't believe it needs to

Re: [dm-devel] Re: fastfail operation and retries

2005-04-21 Thread David S. Miller
Please don't add "linux-scsi-owner" to the CC: list like that. That goes to the list administrator (currently me), not the linux-scsi mailing list. There seems to be a rather prominent influx of people sending posts to the *-owner address lately, I wonder why as nothing has materially changed in

Re: [PATCH 22/82] remove linux/version.h from drivers/message/fus ion

2005-07-12 Thread David S. Miller
From: "Moore, Eric Dean" <[EMAIL PROTECTED]> Date: Tue, 12 Jul 2005 14:50:19 -0600 > But Id rather have same files in our maintained driver, > and whats in the kernel tree. Just think what a mess we'd have on our hands if we let everyone do that. Sorry, please don't put compat header files into

Re: [ANNOUNCE 0/7] Open-iSCSI/Linux-iSCSI-5 High-Performance Initiator

2005-07-30 Thread David S. Miller
From: James Bottomley <[EMAIL PROTECTED]> Date: Sat, 30 Jul 2005 12:32:42 -0500 > FIB has taken your netlink number, so I changed it to 32 MAX_LINKS is 32, so there is no way this reassignment would work. You have to pick something in the range 0 --> 32, and as is no surprise, there are no numbe

Re: [ANNOUNCE 0/7] Open-iSCSI/Linux-iSCSI-5 High-Performance Initiator

2005-07-30 Thread David S. Miller
From: Christoph Hellwig <[EMAIL PROTECTED]> Subject: Re: [ANNOUNCE 0/7] Open-iSCSI/Linux-iSCSI-5 High-Performance Initiator Date: Sat, 30 Jul 2005 20:38:03 +0200 > On Sat, Jul 30, 2005 at 11:36:22AM -0700, Alex Aizman wrote: > > OK. Hopefully that'll remain. > > Please ask davem for a netlink num

Re: [ANNOUNCE 0/7] Open-iSCSI/Linux-iSCSI-5 High-Performance Initiator

2005-07-30 Thread David S. Miller
From: Dmitry Yusupov <[EMAIL PROTECTED]> Date: Sat, 30 Jul 2005 14:25:28 -0700 > It would be nice to set MAX_LINKS to 64 and close this issue for now, James and Dmitry, increasing MAX_LINKS does't work, did you actually try to open a netlink socket with a protocol number larger than 32? It will

Re: [ANNOUNCE 0/7] Open-iSCSI/Linux-iSCSI-5 High-Performance Initiator

2005-07-30 Thread David S. Miller
From: James Bottomley <[EMAIL PROTECTED]> Date: Sat, 30 Jul 2005 15:23:20 -0500 > Actually, I saw this and increased MAX_LINKS as well. That does absolutely nothing, you cannot create sockets with protocol numbers larger than NPROTOS which like MAX_LINKS has the value 32. And NPROTOS is somethin

Netlink allocation for iSCSI and others

2005-08-08 Thread David S. Miller
mbers. NETLINK_ARPD is unused, allocate it to the Open-iSCSI folks. NETLINK_ROUTE6 and NETLINK_TAPBASE are no longer used, delete them. Signed-off-by: David S. Miller <[EMAIL PROTECTED]> diff --git a/include/linux/netlink.h b/include/linux/netlink.h --- a/include/linux/netlink.h +++

Re: Netlink allocation for iSCSI and others

2005-08-08 Thread David S. Miller
From: Patrick McHardy <[EMAIL PROTECTED]> Date: Mon, 08 Aug 2005 23:19:37 +0200 > David S. Miller wrote: > > So we can increase MAX_LINKS to 256 and that's what I think I will do > > for 2.6.14 unless there is a very serious objection. The tables sized > >

Re: 2.6.13-mm1 login fails

2005-09-03 Thread David S. Miller
From: "Brown, Len" <[EMAIL PROTECTED]> Date: Sat, 3 Sep 2005 12:58:15 -0400 > CONFIG_AUDIT=y indeed did the trick. > > When will I be able to delete CONFIG_AUDIT from my kernel again? It's a regression we accidently added to the netlink socket family, we will fix it. But please use the workarou

Re: [PATCH] [SCSI] qla4xxx: fix for timing issue for nvram accesses.

2006-11-17 Thread David C Somayajulu
This patch fixes a timing issue related to nvram accesses in qla4xxx driver for some cpu/slot speed combination. Signed-off-by: David Somayajulu <[EMAIL PROTECTED]> --- drivers/scsi/qla4xxx/ql4_nvram.c | 19 +++ 1 files changed, 19 insertions(+), 0 deletions(-) diff -

LTO 4 encryption support?

2007-05-02 Thread Dr. David Alan Gilbert
ure places. Suggestions welcome. Dave -- -Open up your eyes, open up your mind, open up your code --- / Dr. David Alan Gilbert| Running GNU/Linux on Alpha,68K| Happy \ \ gro.gilbert @ treblig.org | MIPS,x86,ARM,SPARC,PPC & HPPA | In Hex / \ _|_ http://w

Re: [Qemu-devel] virtio-console downgrade the virtio-pci-blk performance

2018-10-01 Thread Dr. David Alan Gilbert
the test back to a simple file? Dave > > Thanks in advance. > -- > Thanks and Best Regards, > Alex > -- Dr. David Alan Gilbert / dgilb...@redhat.com / Manchester, UK

RE: LTO Device

2001-07-19 Thread FALKINDER,DAVID (HP-UnitedKingdom,ex2)
Edouard, I work for the division that actually produces these products. We regularly test using various Linux kernels, and Adaptec controllers. If fact, a whole chunk of our test system depends on Linux as it's the only OS that'll do 16Mb contiguous transfers, so trust me when I say, the

<    2   3   4   5   6   7