From: Christoph Hellwig <hch@lst.de>
To: Yangyu Chen <cyy@cyyself.name>
Cc: iommu@lists.linux.dev, linux-kernel@vger.kernel.org,
Christoph Hellwig <hch@lst.de>,
Marek Szyprowski <m.szyprowski@samsung.com>,
Robin Murphy <robin.murphy@arm.com>
Subject: Re: [PATCH -fixes] dma-mapping: add default implementation to arch_dma_{set|clear}_uncached
Date: Tue, 9 Jul 2024 13:19:01 +0200 [thread overview]
Message-ID: <20240709111901.GC4421@lst.de> (raw)
In-Reply-To: <tencent_A5ED71472ADCAF18F59085464CBE23C12A07@qq.com>
On Tue, Jul 09, 2024 at 05:25:29PM +0800, Yangyu Chen wrote:
> Currently, we have some code in kernel/dma/direct.c which references
> arch_dma_set_uncached and arch_dma_clear_uncached. However, many
> architectures do not provide these symbols, and the code currently
> relies on compiler optimization to cut the unnecessary code. When the
> compiler fails to optimize it, the code will reference the symbol and
> cause a link error. I found this bug when developing some new extensions
> for RISC-V on LLVM. The error message is shown below:
Same comment as for the last one. I think your compiler misbehaves,
and the typical reason for that would be if you disable all
optimizations.
next prev parent reply other threads:[~2024-07-09 11:19 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-09 9:25 [PATCH -fixes] dma-mapping: add default implementation to arch_dma_{set|clear}_uncached Yangyu Chen
2024-07-09 11:19 ` Christoph Hellwig [this message]
2024-07-09 11:39 ` Yangyu Chen
2024-07-09 11:46 ` Christoph Hellwig
2024-07-09 12:22 ` Yangyu Chen
2024-07-09 15:52 ` Robin Murphy
2024-07-09 16:29 ` Yangyu Chen
2024-07-09 11:53 ` Robin Murphy
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=20240709111901.GC4421@lst.de \
--to=hch@lst.de \
--cc=cyy@cyyself.name \
--cc=iommu@lists.linux.dev \
--cc=linux-kernel@vger.kernel.org \
--cc=m.szyprowski@samsung.com \
--cc=robin.murphy@arm.com \
/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