From: Christoph Hellwig <hch@lst.de>
To: Andreas Larsson <andreas@gaisler.com>
Cc: Christoph Hellwig <hch@lst.de>,
David Miller <davem@davemloft.net>,
sparclinux@vger.kernel.org, Sam Ravnborg <sam@ravnborg.org>,
linux-kernel@vger.kernel.org, software@gaisler.com
Subject: Re: [PATCH] sparc32: Page align size in arch_dma_alloc
Date: Tue, 14 Sep 2021 12:42:56 +0200 [thread overview]
Message-ID: <20210914104256.GA14645@lst.de> (raw)
In-Reply-To: <87971ad4-9519-cf0d-76a8-6baa253d0122@gaisler.com>
On Tue, Sep 14, 2021 at 10:51:51AM +0200, Andreas Larsson wrote:
> On 2021-09-14 08:17, Christoph Hellwig wrote:
>> Thanks. Can you take a look and test the two patches below on top of
>> your fix? A git tree is also available here:
>>
>> http://git.infradead.org/users/hch/misc.git/shortlog/refs/heads/sparc32-generic-dma
>>
>
> In a quick test, this seems to work on LEON for code paths previously going
> to arch_dma_alloc and arch_dma_free. However, this makes setting up these
> DMA mappings to not go through sparc_dma_alloc_resource, and it seems
> important that they do that on Sun systems. Hopefully, someone with more
> knowledge about that could chime in here.
Does the hardware actually care about it? The only thing it does is
to force allocating from a specific virtual address range, but how
would that have a special meaning?
> The added pgprot_dmacoherent is problematic as it sets SRMMU_PRIV, which
> sets up kernel access only. This was fine for arch_dma_alloc that sets up
> kernel accesses only, but for user space DMA mmap this would make them
> kernel accessable only. Having no sparc-specific pgprot_dmacoherent,
> keeping it to default to pgprot_noncached, is probably better.
I've just tried to keep the existing attributes. If SRMMU_PRIV does
indeed mean that the page can't also be mapped into userspace page tables
it would be good to remove it in an incremental patch. If OTOH it only
means that this PTE is a kernel mapping it should not affect a userspace
mapping as that will always use separate PTEs.
>
> --
> Andreas Larsson
---end quoted text---
next prev parent reply other threads:[~2021-09-14 10:43 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-08 7:48 [PATCH] sparc32: Page align size in arch_dma_alloc Andreas Larsson
2021-09-09 6:07 ` Christoph Hellwig
2021-09-13 13:18 ` Andreas Larsson
2021-09-14 6:17 ` Christoph Hellwig
2021-09-14 8:51 ` Andreas Larsson
2021-09-14 10:42 ` Christoph Hellwig [this message]
2021-09-14 11:16 ` Andreas Larsson
2021-09-14 11:26 ` Christoph Hellwig
[not found] ` <YTjfJl6YmBCdZ8XB@ravnborg.org>
2021-09-14 6:12 ` Christoph Hellwig
2021-09-14 11:39 ` David Miller
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=20210914104256.GA14645@lst.de \
--to=hch@lst.de \
--cc=andreas@gaisler.com \
--cc=davem@davemloft.net \
--cc=linux-kernel@vger.kernel.org \
--cc=sam@ravnborg.org \
--cc=software@gaisler.com \
--cc=sparclinux@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox