From: Robin Murphy <robin.murphy@arm.com>
To: akpm@linux-foundation.org, linux-kernel@vger.kernel.org
Cc: arnd@arndb.de, m.szyprowski@samsung.com, sumit.semwal@linaro.org,
sakari.ailus@iki.fi, linux-arch@vger.kernel.org,
linux-mm@kvack.org, linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/4] Assorted DMA mapping tweaks
Date: Fri, 25 Sep 2015 13:15:42 +0100 [thread overview]
Message-ID: <cover.1443178314.git.robin.murphy@arm.com> (raw)
Hi Andrew,
This is a miscellany of fixes and tweaks to the common DMA mapping code
which I've been collecting. They don't strictly depend on each other,
but I figure I may as well send them all together for the sake of
explaining them in one place:
#1 is a straightforward and hopefully obvious bugfix.
#2 has been posted before but I subsequently forgot to follow up on it.
It's still possible to hit this at least on arm64 systems, with the
SWIOTLB/pl330 combination blowing up just running dmatest.
#3 follows on from a recent discussion about dma_sync_sg[0]; there's
already a related patch in -next from Sakari clarifying the docs.
#4 seemed worth posting now that the recent rework means it no longer
has to be a sprawling touch-all-the-architectures patch for something
so small.
Thanks,
Robin.
[0]:http://thread.gmane.org/gmane.linux.kernel/2043117
Robin Murphy (4):
dmapool: Fix overflow condition in pool_find_page
dma-mapping: Tidy up dma_parms default handling
dma-debug: Check nents in dma_sync_sg*
dma-debug: Allow poisoning nonzero allocations
include/asm-generic/dma-mapping-common.h | 2 +-
include/linux/dma-debug.h | 6 ++++--
include/linux/dma-mapping.h | 17 ++++++++++-------
include/linux/poison.h | 3 +++
lib/Kconfig.debug | 10 ++++++++++
lib/dma-debug.c | 14 +++++++++++++-
mm/dmapool.c | 2 +-
7 files changed, 42 insertions(+), 12 deletions(-)
--
1.9.1
WARNING: multiple messages have this Message-ID (diff)
From: robin.murphy@arm.com (Robin Murphy)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/4] Assorted DMA mapping tweaks
Date: Fri, 25 Sep 2015 13:15:42 +0100 [thread overview]
Message-ID: <cover.1443178314.git.robin.murphy@arm.com> (raw)
Hi Andrew,
This is a miscellany of fixes and tweaks to the common DMA mapping code
which I've been collecting. They don't strictly depend on each other,
but I figure I may as well send them all together for the sake of
explaining them in one place:
#1 is a straightforward and hopefully obvious bugfix.
#2 has been posted before but I subsequently forgot to follow up on it.
It's still possible to hit this at least on arm64 systems, with the
SWIOTLB/pl330 combination blowing up just running dmatest.
#3 follows on from a recent discussion about dma_sync_sg[0]; there's
already a related patch in -next from Sakari clarifying the docs.
#4 seemed worth posting now that the recent rework means it no longer
has to be a sprawling touch-all-the-architectures patch for something
so small.
Thanks,
Robin.
[0]:http://thread.gmane.org/gmane.linux.kernel/2043117
Robin Murphy (4):
dmapool: Fix overflow condition in pool_find_page
dma-mapping: Tidy up dma_parms default handling
dma-debug: Check nents in dma_sync_sg*
dma-debug: Allow poisoning nonzero allocations
include/asm-generic/dma-mapping-common.h | 2 +-
include/linux/dma-debug.h | 6 ++++--
include/linux/dma-mapping.h | 17 ++++++++++-------
include/linux/poison.h | 3 +++
lib/Kconfig.debug | 10 ++++++++++
lib/dma-debug.c | 14 +++++++++++++-
mm/dmapool.c | 2 +-
7 files changed, 42 insertions(+), 12 deletions(-)
--
1.9.1
WARNING: multiple messages have this Message-ID (diff)
From: Robin Murphy <robin.murphy@arm.com>
To: akpm@linux-foundation.org, linux-kernel@vger.kernel.org
Cc: arnd@arndb.de, m.szyprowski@samsung.com, sumit.semwal@linaro.org,
sakari.ailus@iki.fi, linux-arch@vger.kernel.org,
linux-mm@kvack.org, linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/4] Assorted DMA mapping tweaks
Date: Fri, 25 Sep 2015 13:15:42 +0100 [thread overview]
Message-ID: <cover.1443178314.git.robin.murphy@arm.com> (raw)
Hi Andrew,
This is a miscellany of fixes and tweaks to the common DMA mapping code
which I've been collecting. They don't strictly depend on each other,
but I figure I may as well send them all together for the sake of
explaining them in one place:
#1 is a straightforward and hopefully obvious bugfix.
#2 has been posted before but I subsequently forgot to follow up on it.
It's still possible to hit this at least on arm64 systems, with the
SWIOTLB/pl330 combination blowing up just running dmatest.
#3 follows on from a recent discussion about dma_sync_sg[0]; there's
already a related patch in -next from Sakari clarifying the docs.
#4 seemed worth posting now that the recent rework means it no longer
has to be a sprawling touch-all-the-architectures patch for something
so small.
Thanks,
Robin.
[0]:http://thread.gmane.org/gmane.linux.kernel/2043117
Robin Murphy (4):
dmapool: Fix overflow condition in pool_find_page
dma-mapping: Tidy up dma_parms default handling
dma-debug: Check nents in dma_sync_sg*
dma-debug: Allow poisoning nonzero allocations
include/asm-generic/dma-mapping-common.h | 2 +-
include/linux/dma-debug.h | 6 ++++--
include/linux/dma-mapping.h | 17 ++++++++++-------
include/linux/poison.h | 3 +++
lib/Kconfig.debug | 10 ++++++++++
lib/dma-debug.c | 14 +++++++++++++-
mm/dmapool.c | 2 +-
7 files changed, 42 insertions(+), 12 deletions(-)
--
1.9.1
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
next reply other threads:[~2015-09-25 12:15 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-25 12:15 Robin Murphy [this message]
2015-09-25 12:15 ` [PATCH 0/4] Assorted DMA mapping tweaks Robin Murphy
2015-09-25 12:15 ` Robin Murphy
2015-09-25 12:15 ` [PATCH 1/4] dmapool: Fix overflow condition in pool_find_page Robin Murphy
2015-09-25 12:15 ` Robin Murphy
2015-09-25 12:15 ` Robin Murphy
2015-09-25 12:15 ` [PATCH 2/4] dma-mapping: Tidy up dma_parms default handling Robin Murphy
2015-09-25 12:15 ` Robin Murphy
2015-09-25 12:15 ` Robin Murphy
2015-09-25 12:15 ` [PATCH 3/4] dma-debug: Check nents in dma_sync_sg* Robin Murphy
2015-09-25 12:15 ` Robin Murphy
2015-09-25 12:15 ` Robin Murphy
2015-09-25 12:15 ` [PATCH 4/4] dma-debug: Allow poisoning nonzero allocations Robin Murphy
2015-09-25 12:15 ` Robin Murphy
2015-09-25 12:15 ` Robin Murphy
2015-09-25 12:44 ` Russell King - ARM Linux
2015-09-25 12:44 ` Russell King - ARM Linux
2015-09-25 12:44 ` Russell King - ARM Linux
2015-09-25 17:35 ` Robin Murphy
2015-09-25 17:35 ` Robin Murphy
2015-09-25 17:35 ` Robin Murphy
2015-09-29 21:27 ` Andrew Morton
2015-09-29 21:27 ` Andrew Morton
2015-09-29 21:27 ` Andrew Morton
2015-10-07 19:17 ` Robin Murphy
2015-10-07 19:17 ` Robin Murphy
2015-10-07 19:17 ` Robin Murphy
2015-10-07 19:33 ` Andrew Morton
2015-10-07 19:33 ` Andrew Morton
2015-10-07 19:33 ` Andrew Morton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1443178314.git.robin.murphy@arm.com \
--to=robin.murphy@arm.com \
--cc=akpm@linux-foundation.org \
--cc=arnd@arndb.de \
--cc=linux-arch@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=m.szyprowski@samsung.com \
--cc=sakari.ailus@iki.fi \
--cc=sumit.semwal@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.