ng to a logical block address which should
Akinobu> be cleared, it is a index of probisioning map (map_storep).
Acked-by: Martin K. Petersen
--
Martin K. Petersen Oracle Linux Engineering
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a m
dex);
Akinobu> Actual bug fixes with using these functions will be done by
Akinobu> forthcoming patches.
Acked-by: Martin K. Petersen
--
Martin K. Petersen Oracle Linux Engineering
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a
> bitmap_clear() instead of memset().
Akinobu> Otherwise it will cause problem on big-endian architecture if
Akinobu> the number of bits is not a multiple of BITS_PER_LONG.
Acked-by: Martin K. Petersen
--
Martin K. Petersen Oracle Linux Engineering
--
To unsubscribe from this list: send th
>>>>> "Akinobu" == Akinobu Mita writes:
Akinobu> This problem is due to the wrong translation between LBA and
Akinobu> index of provisioning map. Fix it by using correct translation
Akinobu> functions added previously.
Acked-by: Martin K. Petersen
--
Ma
rify functions so I never noticed.
The same issue was reported recently by Keith Busch.
Signed-off-by: Martin K. Petersen
--
Martin K. Petersen Oracle Linux Engineering
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord..
p_region() to be called only
Akinobu> when scsi_debug_lbp() returns true, i.e. logical block
Akinobu> provisioning is enabled.
Acked-by: Martin K. Petersen
Akinobu> Because scsi_debug_unmap_granularity cannot be zero with usual
Akinobu> setting: scsi_debug_unmap_granularity is 1 by default
nce.
Akinobu> This also fixes another issue that invalid kmap address is used
Akinobu> for kunmap_atomic(): the kmap address 'daddr' is incremented in
Akinobu> the loop for each data page, and it can reach the next page
Akinobu> boundary.
That fix is fine.
--
Martin K. Peter
>>>>> "Akinobu" == Akinobu Mita writes:
+ sector += len / sizeof(*dif_storep);
I'd rather see sizeof(struct scsi_dif_tuple) here. But that's just
personal preference. Otherwise ok.
--
Martin K. Petersen Oracle Linux Engineering
--
To u
particular case I'm ok with your patch keying off of
scsi_debug_dix. But it's very important to me that I'm able to set
P_TYPE and the host protection mask as I see fit using the module
parameters. Even when the combination of options don't make strict
sense.
Acked-by: Martin
se buffer in that case.
Could you please test the patch below?
Florian> This goes on and on.
The second question is what it is that's issuing these zeroouts at boot?
Which filesystem are you using? What's your DM/MD config?
--
Martin K. Petersen Oracle Linux Engineering
3w-xxx
o needs the generic checksum, so the fix would seem to be
James> this.
Patch ok as a short term fix.
Longer term I'd like to provide a helper function that HBAs can call to
validate the data and PI scatterlists.
--
Martin K. Petersen Oracle Linux Engineering
--
To unsubscribe from thi
Right now you always expect RDPROTECT/WRPROTECT > 0 to fail, but they
should succeed if the device is formatted with PI.
FWIW, my slightly outdated document is here:
https://oss.oracle.com/~mkp/docs/linux-advanced-storage.pdf
--
Martin K. Petersen Oracle Linux Engineering
--
To
) before we give up.
Signed-off-by: Martin K. Petersen
diff --git a/drivers/scsi/scsi_error.c b/drivers/scsi/scsi_error.c
index c1b05a8..91adc52 100644
--- a/drivers/scsi/scsi_error.c
+++ b/drivers/scsi/scsi_error.c
@@ -44,8 +44,6 @@
static void scsi_eh_done(struct scsi_cmnd *scmd);
-#define
enarios it is necessary to be able
to tune this as it can take several iterations (bus device, target, bus,
controller) before we give up.
Signed-off-by: Martin K. Petersen
diff --git a/drivers/scsi/scsi_error.c b/drivers/scsi/scsi_error.c
index c1b05a8..91adc52 100644
--- a/drivers/scsi/scsi_error.
; from my experience a host reset is usually not required and the
Baruch> Linux kernel currently reaches to this big hammer too fast.
I'm also working on a patch to add some heuristics to avoid the HBA and
bus resets if I/O is completing successfully on other attached
targets. But that's a
>>>>> "Martin" == Martin K Petersen writes:
Martin> I'm also working on a patch to add some heuristics to avoid the
Martin> HBA and bus resets
Or rather: Defer the HBA and bus resets...
Martin> if I/O is completing successfully on other attached targets.
hout
doing an HBA firmware reset. Despite I/O completing successfully on
other targets connected to the same HBA.
So at some point we do need to give up and escalate to a full HBA
reset. We would just like to defer that hammer until we have run out of
other options.
--
Martin K. Petersen Oracle Linux
emy> underlying problem is unknown is a bad strategy.
There is no one size that fits all. Which is why we're taking steps to
make the error recovery parameters tweakable.
--
Martin K. Petersen Oracle Linux Engineering
--
To unsubscribe from this list: send the line "unsubscr
6 tests so that IF SBC-3 is
Ronnie> claimed, or if IQN->PROTECT is set then the device must support
Ronnie> this opcode or the test will fail. Otherwise, if it is not
Ronnie> SBC-3 and if PROTECT is clear, then the test will be skipped but
Ronnie> not fail if the opcode is missing.
*nod*
--
>>>>> "Andy" == Andy Shevchenko writes:
Andy,
Andy> but can you pay a little attention to
Andy> http://www.spinics.net/lists/linux-scsi/msg81778.html ? It seems
Andy> it wasn't applied.
Please resubmit to linux-scsi. We'll take a look.
--
Mart
>>>>> "Arnd" == Arnd Bergmann writes:
Arnd> do_div is the wrong way to divide a sector_t, as it is less
Arnd> efficient when sector_t is 32-bit wide. With the upcoming do_div
Arnd> optimizations, the kernel starts warning about this:
Applied.
--
Ma
ooking into merging the ALUA series but this prerequisite patch
is lacking reviews...
--
Martin K. Petersen Oracle Linux Engineering
--
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
t> second patch that fixes the actual memory leak.
I gave a bunch of reviews for v1 but no takers for v2 of the second
patch.
--
Martin K. Petersen Oracle Linux Engineering
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majo
>>>>> "Hannes" == Hannes Reinecke writes:
Hannes> The VPD page information might change, so we need to be able to
Hannes> update it. This patch implements a VPD page rescan whenever the
Hannes> 'rescan' sysfs attribute is triggered.
Applied to 4.5/scs
ing scsi device").
Looked simple enough and I started to fix it up but then decided to let
you do since you'll have to check it anyway.
Please rebase on top of latest 4.5/scsi-queue (which has your VPD rescan
patch in place).
--
Martin K. Petersen Oracle Linux Engineering
--
To unsubscri
>>>>> "Andy" == Andy Shevchenko writes:
Andy> Even for signed types we have to check for bigger positive value
Andy> first. Otherwise it will be never happened.
Applied to 4.5/scsi-queue.
--
Martin K. Petersen Oracle Linux Engineering
--
To unsubscrib
updated
series. Patches 1, 3 and 4 got reviewed by Johannes.
No need to resend, I'll try to remember this time (assuming patch 2 gets
reviewed soon-ish).
--
Martin K. Petersen Oracle Linux Engineering
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
t
>>>>> "Bart" == Bart Van Assche writes:
Bart,
Bart> Use scsi_host_{get,put}() instead of open-coding these functions.
Bart> Compile-tested only.
Do you want me to queue this as a general cleanup for 4.5 (independently
of the leak patch)?
--
Martin K. Peterse
>>>>> "Bart" == Bart Van Assche writes:
>> Do you want me to queue this as a general cleanup for 4.5
>> (independently of the leak patch)?
Bart> That would be appreciated.
OK. Done.
--
Martin K. Petersen Oracle Linux Engineering
--
To u
sure you tag with "Signed-off-by:". Your signoff was mistyped
in all the patches.
Thank you!
Martin
--
Martin K. Petersen Oracle Linux Engineering
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...
gt; these debug options slow down the SCSI device removal code and
Bart> thereby increase the chance that this race is triggered.
Any updates on this? Your updated patch has no reviews.
Should I just revert the original patch for 4.4?
--
Martin K. Petersen Oracle Linux Engineering
--
To u
iggers that scenario:
Applied to 4.4/scsi-queue.
--
Martin K. Petersen Oracle Linux Engineering
--
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
>>>>> "Colin" == Colin King writes:
Colin,
Colin> Minor issue, fix spelling mistake, Intialization ->
Colin> Initialization
Applied to 4.5/scsi-queue.
Thanks!
--
Martin K. Petersen Oracle Linux Engineering
--
To unsubscribe from this list: send the li
return SAS_PHY_DOWN. But current
Luis> indentation makes it look like we only do so in the else branch of
Luis> if (mvi_dev).
Applied to 4.5/scsi-queue.
Thank you!
--
Martin K. Petersen Oracle Linux Engineering
--
To unsubscribe from this list: send the line "unsubscrib
guang to add scsi.git to the kbuild test robot. It
looks like it's only been testing the SCSI branches I kept in my regular
git tree and they were a bit behind scsi.git.
--
Martin K. Petersen Oracle Linux Engineering
--
To unsubscribe from this list: send the line "uns
scsi_vpd_lun_id() and scsi_vpd_tpg_id(). This series has been
Hannes> split off from the original 'Asynchronous ALUA' patchset, as
Hannes> these bits are pretty uncontroversial and have a good chance of
Hannes> being merged reasonably soon.
Applied to 4.5/scsi-queue.
--
Marti
>>>>> "Anil" ==writes:
Anil> Please apply the following patches to the scsi tree, misc branch
Anil> at your earliest convenience.
Series applied to 4.5/scsi-queue.
--
Martin K. Petersen Oracle Linux Engineering
--
To unsubscribe from this list: send t
s
John> like a merge of the mpt2sas and mpt3sas drivers.
http://git.kernel.org/cgit/linux/kernel/git/mkp/scsi.git/commit/?h=4.4/scsi-queue
--
Martin K. Petersen Oracle Linux Engineering
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message
>>>>> "Hannes" == Hannes Reinecke writes:
Hannes> With commit 83ea0e5e3501 these variables became obsolete, but
Hannes> weren't removed.
Applied to 4.5/scsi-queue.
--
Martin K. Petersen Oracle Linux Engineering
--
To unsubscribe from this list: send
>>>>> "Matthew" == Matthew R Ochs writes:
Matthew> The "> MAX_CONTEXT" should be ">= MAX_CONTEXT". Otherwise we
Matthew> go one step beyond the end of the cfg->ctx_tbl[] array.
Applied to 4.5/scsi-queue.
--
Martin K. Petersen
>>>>> "Matthew" == Matthew R Ochs writes:
Matthew> IS_ERR_OR_NULL already contain an unlikely compiler flag. Drop
Matthew> it.
Applied to 4.5/scsi-queue.
--
Martin K. Petersen Oracle Linux Engineering
--
To unsubscribe from this list: send the line "un
; option is enabled. This change fixes the issue and makes
Josh> pvscsi_map_buffers() function more robust.
Applied to 4.5/scsi-queue.
--
Martin K. Petersen Oracle Linux Engineering
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to
>>>>> "Long" == Long Li writes:
Long> Introduce a logging level for storvsc to log certain error/warning
Long> messages. Those messages are helpful in some environments,
Long> e.g. Microsoft Azure, for customer support and troubleshooting
Long> purposes.
App
ly
Rasmus> intended. One way to fix it would be to change the casts to
Rasmus> (u8*) aka (unsigned char*), but it is much simpler (and
Rasmus> generates smaller code) to use the %ph extension which was
Rasmus> created for such short hexdumps.
Applied to 4.5/scsi-queue.
--
Martin K.
>>>>> "Dan" == Dan Carpenter writes:
Dan> There were a couple cases where the error codes weren't set and
Dan> also I changed the success return to "return 0;" which is the same
Dan> as "return rc;" but more explicit.
Applied t
ending to linux-scsi is fine. The trick is finding people willing to
review them...
--
Martin K. Petersen Oracle Linux Engineering
--
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
afraid I didn't get a chance to dig very
deep in your series since it coincided with me scrambling to sort out
SCSI for 4.4. Do you think there's a chance we could get your patches in
shape for 4.5? Is there an up-to-date tree I can look at?
--
Martin K. Petersen Oracle Linux Enginee
bullet.
I don't see much value in the module parameter since it will require
customers to tweak their configs and reproduce. Not worth the hassle.
--
Martin K. Petersen Oracle Linux Engineering
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a
However, I think I have found the smoking gun. More in a bit...
--
Martin K. Petersen Oracle Linux Engineering
--
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
>>>>> "Eryu" == Eryu Guan writes:
Eryu,
Does the patch below fix the issue?
--
Martin K. Petersen Oracle Linux Engineering
diff --git a/drivers/scsi/sd.c b/drivers/scsi/sd.c
index 3d22fc3e3c1a..d1eb7aa78b8d 100644
--- a/drivers/scsi/sd.c
+++ b/drivers/scs
I agree that the value chosen by scsi_debug in this case is very low and
we should fix that.
--
Martin K. Petersen Oracle Linux Engineering
--
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
AX_SECTORS which is not correct.
Ming> Also it is ugly to set limits->max_sectors from drivers directly,
Ming> and drivers should have called block helpers to do that.
We're trying to avoid unnecessary accessor functions for the queue
limits. But I will add a sanity check for the pa
from the xcopy stuff. I will have to reconcile those two branches and
then layer your stuff on top.
--
Martin K. Petersen Oracle Linux Engineering
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More major
>>>>> "Dan" == Dan Carpenter writes:
Dan> After the loop we test for "if (!retries) " as a failure, but
Dan> actually the post-op here will end with retries set to -1. I have
Dan> fixed this by using a pre-op instead.
Applied to 4.4/scsi-fixe
The OPTIMAL TRANSFER LENGTH reported by scsi_debug is 64 blocks which
translates to 32KB with the default logical block size. That's much
lower than what real storage devices typically report (256KB to 1MB).
Bump the optimal transfer length to 1024 blocks.
Signed-off-by: Martin K. Pet
evice.
Export the max_dev_sectors_kb queue limit in sysfs and update the
documentation accordingly.
Signed-off-by: Martin K. Petersen
---
Documentation/ABI/testing/sysfs-block | 9 +
Documentation/block/queue-sysfs.txt | 11 +--
block/blk-settings.c | 4 +++-
bloc
it is bigger than or equal to the page cache size.
Reported-by: Eryu Guan
Reported-by: Ming Lei
Signed-off-by: Martin K. Petersen
---
drivers/scsi/sd.c | 9 ++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/drivers/scsi/sd.c b/drivers/scsi/sd.c
index 3d22fc3e3c1a
ur changes. You have to review everybody else's.
Thanks!
--
Martin K. Petersen Oracle Linux Engineering
--
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
>>>>> "John" == John Garry writes:
John> It is preferred that drivers use platform_get_irq() instead of
John> irq_of_parse_and_map(), so replace.
Applied to 4.5/scsi-queue.
--
Martin K. Petersen Oracle Linux Engineering
--
To unsubscribe from this list: s
t;applied".)
I dropped it for now.
--
Martin K. Petersen Oracle Linux Engineering
--
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
bunch of trivial fixes on the list that would be nice to get
either acked or nacked:
https://patchwork.kernel.org/project/linux-scsi/list/
Thank you!
--
Martin K. Petersen Oracle Linux Engineering
--
To unsubscribe from this list: send the line "unsubscribe linux-
>>>>> "Wilfried" == Wilfried Weissmann writes:
Wilfried,
Wilfried> add SGPIO support to Marvell 94xx
Does not apply to current tree. Please rebase on top of:
http://git.kernel.org/cgit/linux/kernel/git/mkp/scsi.git/log/?h=4.5/scsi-queue
Thank you!
--
Martin K
>>>>> "James" == James Smart writes:
James> This patch set updates the lpfc driver to revision 11.0.0.10
James> The patches were cut against scsi-misc
Applied to 4.5/scsi-queue except for 3/17.
--
Martin K. Petersen Oracle Linux Engineering
--
To unsub
removed from the list. Thus, we get errors and eventually panic,
Ewan> as shown in the traces below. Fix this by keeping a klist
Ewan> iterator in the seq_file private data.
Applied to 4.5/scsi-queue.
--
Martin K. Petersen Oracle Linux Engineering
--
To unsubscribe from this list: se
; in enclosure information
Applied to 4.5/scsi-queue.
--
Martin K. Petersen Oracle Linux Engineering
--
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
>>>>> "Tomas" == Tomas Henzl writes:
Tomas> It might happen that we try to free an already freed pointer.
Tomas> Tomas
Applied to 4.5/scsi-queue.
--
Martin K. Petersen Oracle Linux Engineering
--
To unsubscribe from this list: send the line "unsu
You dropped all the review/fix/stable tags you had received from Tomas
and Johannes.
Please apply the relevant tags and resubmit this series.
--
Martin K. Petersen Oracle Linux Engineering
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the b
>>>>> "Lee" == Lee Duncan writes:
Lee> Do you need me to resubmit this patch now that it's accepted?
Please resend.
Thanks!
--
Martin K. Petersen Oracle Linux Engineering
--
To unsubscribe from this list: send the line "unsubscribe linux-sc
>>>>> "Eryu" == Eryu Guan writes:
Eryu> Any updates on this? It's still reproducible with 4.4-rc8 kernel,
Eryu> and still blocks some of my tests :)
http://git.kernel.org/cgit/linux/kernel/git/mkp/scsi.git/log/?h=4.4/scsi-fixes
It just hasn't made i
gt; braces) rather than a DEV_IS_GONE() failure.
This problem has already been addressed:
https://git.kernel.org/cgit/linux/kernel/git/mkp/scsi.git/commit/?h=4.5/scsi-queue&id=7789cd39274c
--
Martin K. Petersen Oracle Linux Engineering
--
To unsubscribe from this list: send the line "unsub
>>>>> "Wilfried" == Wilfried Weissmann writes:
Wilfried> add SGPIO support to Marvell 94xx
Applied to 4.5/scsi-queue.
Thanks!
--
Martin K. Petersen Oracle Linux Engineering
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi&qu
v2 to v3 is that
>> defaults for sg.c are not exported in include/uapi/linux/sg.c.
Paolo> What happened to these patches?...
They predate me being patch monkey. Please repost with any review tags
or acks you may have received.
--
Martin K. Petersen Oracle Linux Engineering
--
To unsubs
>>>>> "KYS" == K Y Srinivasan writes:
The template discussion appears to have lost momentum and since the
concerns were minor I have applied your latest series to 4.5/scsi-queue.
--
Martin K. Petersen Oracle Linux Engineering
--
To unsubscribe from this list: s
bios since the flags were
consolidated a while back. When I attempted to fix the READ/WRITE mess I
used a BLK_ prefix as a result.
Anyway. Just bikeshedding...
--
Martin K. Petersen Oracle Linux Engineering
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi"
ible to me.
I wonder what the best approach is to move a patch set with this many
stakeholders forward? Set a "speak now or forever hold your peace"
review deadline?
--
Martin K. Petersen Oracle Linux Engineering
--
To unsubscribe from this list: send the line "unsubscribe li
s been altered from previous versions of this patch set.
Applied to 4.5/scsi-queue.
--
Martin K. Petersen Oracle Linux Engineering
--
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
g/cgit/linux/kernel/git/mkp/scsi.git/log/?h=4.5/ncr5380
--
Martin K. Petersen Oracle Linux Engineering
--
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
Commit ca369d51b3e1 ("block/sd: Fix device-imposed transfer length
limits") accidentally switched optimal I/O size reporting from bytes to
block layer sectors.
Signed-off-by: Martin K. Petersen
Reported-by: Christian Borntraeger
---
drivers/scsi/sd.c | 2 +-
1 file changed, 1 inser
>>>>> "Ewan" == Ewan Milne writes:
Ewan> So I have a report from our test people that the optimal_io_size
Ewan> sysfs value is now different by a factor of 512 from what it used
Ewan> to be...
Yes, just prepared a patch this morning. I messed up sectors
ames E.J. Bottomley
James>
I'll add the tags. The reason I didn't explicitly put 4.4+ is that the
original commit has made its way quite far in various stable trees by
now.
--
Martin K. Petersen Oracle Linux Engineering
--
To unsubscribe from this list: send the line "uns
mkp/scsi.git/commit/?h=4.6/scsi-queue&id=fa512e1a3156
--
Martin K. Petersen Oracle Linux Engineering
--
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
>>>>> "Alexey" == Alexey Khoroshilov writes:
Alexey> hwi_write_buffer() does not check if mapping dma memory succeed.
Alexey> The patch adds the check and failure handling.
Applied to 4.6/scsi-queue.
--
Martin K. Petersen Oracle Linux Engineering
--
To u
>>>>> "Himanshu" == Himanshu Madhani writes:
Himanshu> Please apply following patches to the scsi tree, misc branch
Himanshu> at your earliest convenience.
Please fix kbuild warnings and repost.
Thanks!
--
Martin K. Petersen Oracle Linux Engineering
-
y
>> purpose of increasing JBOD performance. This focuses on firmware
>> deployment with less VDs(or no) and more JBODs in configuration.
Tomas> OK, so it is switched off by default in the firmware and the user
Tomas> and an educated user can switch it on ? if so, it's fine for
>>>>> "Don" == Don Brace writes:
Don> It was pointed out to me by Kevin Barnett that I should also add a
Don> prototype in scsi.h.
Yes, please.
--
Martin K. Petersen Oracle Linux Engineering
--
To unsubscribe from this list: send the line "unsubscribe
t; systems in year 2038 beyond. The patch uses
Arnd> ktime_get_real_seconds() which returns a 64-bit seconds value.
Applied to 4.6/scsi-queue.
--
Martin K. Petersen Oracle Linux Engineering
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a
>>>>> "John" == John Garry writes:
John> We can just add HAS_IOMEM dependency on the scsi fixes branch, ok?
Yes, please submit a patch against 4.5/scsi-fixes.
--
Martin K. Petersen Oracle Linux Engineering
--
To unsubscribe from this list: send the line &qu
>>>>> "John" == John Garry writes:
John> Not every arch has io, so fix build by adding necessary
John> dependency.
Ignore previous mail. Will apply this...
--
Martin K. Petersen Oracle Linux Engineering
--
To unsubscribe from this list: send the line "
a slot has an error. Also redundant check on
John> CMPLT_HDR_CMD_CMPLT_MSK is removed.
Applied to 4.5/scsi-fixes.
--
Martin K. Petersen Oracle Linux Engineering
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majo
Tomas> user bug report. This example nicely shows how easy it is to add
Tomas> new bugs even when a fix looks trivial.
Yeah, I'm inclined to leave it as is.
If somebody provides a Tested-by: I'll reconsider.
--
Martin K. Petersen Oracle Linux Engineering
--
To unsubscribe f
annes> cases, hence we unify it again.
Johannes> This probably is a left over from some sort of refactoring.
James/Dick: Please review.
--
Martin K. Petersen Oracle Linux Engineering
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a messag
n find a tiny
Tomas> race window. What do you think about a mutual exclusive access
Tomas> using a mutex, do you think this could work?
[...]
Raghava?
--
Martin K. Petersen Oracle Linux Engineering
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi&qu
>>>>> "Himanshu" == Himanshu Madhani writes:
Himanshu> Please apply following patches to the scsi tree, misc branch
Himanshu> at your earliest convenience.
Applied to 4.6/scsi-queue.
Thanks!
--
Martin K. Petersen Oracle Linux Engineering
--
To unsubscrib
hpsa and the pqi
Don> drivers can use this function directly.
Applied to 4.6/scsi-queue.
--
Martin K. Petersen Oracle Linux Engineering
--
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
>>>>> "Sumit" == Sumit Saxena writes:
Sumit,
Applied to 4.6/scsi-queue.
Please make sure you put patch revision and feedback comments under the
--- separator so they don't become part of the commit message.
--
Martin K. Petersen Oracle Linux Engineering
--
>>>>> "Lee" == Lee Duncan writes:
Lee> Update the SCSI hosts module to use ida to manage its host_no index
Lee> instead of an ATOMIC integer. This means that the SCSI host number
Lee> will now be reclaimable.
Applied to 4.6/scsi-queue.
--
Martin K. Petersen
able version 4.1.15. For stable tree the last known working
Ruediger> version is 4.1.13.
http://git.kernel.org/cgit/linux/kernel/git/mkp/scsi.git/commit/?h=4.5/scsi-fixes&id=d0eb20a863ba7dc1d3f4b841639671f134560be2
--
Martin K. Petersen Oracle Linux Engineering
--
To unsubscribe from this
>>>>> "Charles" == Charles Chiou writes:
Charles> Does this patch has others issues need to fix?
Please resubmit your patch series with the review tag from Johannes
added.
Thank you!
--
Martin K. Petersen Oracle Linux Engineering
--
To unsubscribe f
>>>>> "Hannes" == Hannes Reinecke writes:
Hannes> Hmm. this seemed to have fallen through
-ENOREVIEWS
So, yes. Please resend.
--
Martin K. Petersen Oracle Linux Engineering
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi&qu
_PM is not defined
and address Tomas' comments for 7/9.
--
Martin K. Petersen Oracle Linux Engineering
--
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
801 - 900 of 3475 matches
Mail list logo