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
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
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
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
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
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
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
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
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
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
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
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.
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
l.org
> Signed-off-by: Kees Cook
For networking:
Acked-by: David S. 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
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
Tschudin
> Acked-by: Jeff Kirsher
> Tested-by: Peter Senna Tschudin
Acked-by: David S. Miller
> > 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
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:
[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
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
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
> > 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
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 -
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
[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
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
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
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
.
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]
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:
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
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:
: [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
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
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
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
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
#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);
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
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
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_
> @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
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
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,
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
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
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
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
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
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
()
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
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
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
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_
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
@
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
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
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
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
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(-)
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(-)
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
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
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
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
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
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
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
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
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
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
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()
> >>
> -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
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
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
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
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
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/
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
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
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
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
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
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
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
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
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
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
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
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
+++
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
> >
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
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 -
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
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
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
601 - 697 of 697 matches
Mail list logo