* Tree updated 2013-05-17
@ 2013-05-17 13:35 Matthew Wilcox
2013-05-29 21:04 ` Tree updated 2013-05-29 Matthew Wilcox
0 siblings, 1 reply; 3+ messages in thread
From: Matthew Wilcox @ 2013-05-17 13:35 UTC (permalink / raw)
I've pulled in a few fixes:
Dan Carpenter (2):
MAINTAINERS: update NVM EXPRESS DRIVER file list
NVMe: check for integer overflow in nvme_map_user_pages()
Keith Busch (1):
NVMe: Do not cancel command multiple times
Sachin Kamat (1):
NVMe: Remove redundant version.h header include
Vishal Verma (1):
NVMe: Fix a signedness bug in nvme_trans_modesel_get_mp
Wei Yongjun (1):
NVMe: fix error return code in nvme_submit_bio_queue()
I'll ask Linus to pull them next week, and they should be in 3.10.
I've also set up separate branches for "just fixes" (fixes-3.10) and
features / improvements that aren't bug fixes (master). Right now,
they're the same, but I would expect them to diverge fairly shortly.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Tree updated 2013-05-29
2013-05-29 21:04 ` Tree updated 2013-05-29 Matthew Wilcox
@ 2013-05-29 20:44 ` Keith Busch
0 siblings, 0 replies; 3+ messages in thread
From: Keith Busch @ 2013-05-29 20:44 UTC (permalink / raw)
On Wed, 29 May 2013, Matthew Wilcox wrote:
> Chayan Biswas (1):
> Return the result from user admin command IOCTL even in case of failure
>
> Matthew Wilcox (1):
> NVMe: Use dma_set_mask() correctly
>
> Ramachandra Rao Gajula (1):
> NVMe: Add MSI support
>
> I'll ask Linus to pull on Friday. Please test.
In the MSI patch, there's a missing 'break' after the 'result == 0' case.
Otherwise everything looks good to me.
diff --git a/drivers/block/nvme-core.c b/drivers/block/nvme-core.c
index 584586f..ce79a59 100644
--- a/drivers/block/nvme-core.c
+++ b/drivers/block/nvme-core.c
@@ -1681,6 +1681,7 @@ static int nvme_setup_io_queues(struct nvme_dev *dev)
if (result == 0) {
for (i = 0; i < nr_io_queues; i++)
dev->entry[i].vector = i + pdev->irq;
+ break;
} else if (result > 0) {
nr_io_queues = result;
continue;
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Tree updated 2013-05-29
2013-05-17 13:35 Tree updated 2013-05-17 Matthew Wilcox
@ 2013-05-29 21:04 ` Matthew Wilcox
2013-05-29 20:44 ` Keith Busch
0 siblings, 1 reply; 3+ messages in thread
From: Matthew Wilcox @ 2013-05-29 21:04 UTC (permalink / raw)
On Fri, May 17, 2013@09:35:17AM -0400, Matthew Wilcox wrote:
> I've pulled in a few fixes:
[...]
> I'll ask Linus to pull them next week, and they should be in 3.10.
I didn't end up asking for a pull. I pulled in three more fixes:
Chayan Biswas (1):
Return the result from user admin command IOCTL even in case of failure
Matthew Wilcox (1):
NVMe: Use dma_set_mask() correctly
Ramachandra Rao Gajula (1):
NVMe: Add MSI support
I'll ask Linus to pull on Friday. Please test.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-05-29 21:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-17 13:35 Tree updated 2013-05-17 Matthew Wilcox
2013-05-29 21:04 ` Tree updated 2013-05-29 Matthew Wilcox
2013-05-29 20:44 ` Keith Busch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).