From: patchwork-bot+linux-riscv@kernel.org
To: Yunhui Cui <cuiyunhui@bytedance.com>
Cc: linux-riscv@lists.infradead.org, paul.walmsley@sifive.com,
palmer@dabbelt.com, aou@eecs.berkeley.edu, alex@ghiti.fr,
akpm@linux-foundation.org, catalin.marinas@arm.com,
anshuman.khandual@arm.com, kas@kernel.org, ryan.roberts@arm.com,
samuel.holland@sifive.com, namcao@linutronix.de,
willy@infradead.org, abrestic@rivosinc.com,
yongxuan.wang@sifive.com, apopple@nvidia.com,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/1] introduce ioremap_wc()
Date: Wed, 06 Aug 2025 17:15:47 +0000 [thread overview]
Message-ID: <175450054774.2863135.12249630773089785493.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250722091504.45974-1-cuiyunhui@bytedance.com>
Hello:
This patch was applied to riscv/linux.git (for-next)
by Alexandre Ghiti <alexghiti@rivosinc.com>:
On Tue, 22 Jul 2025 17:15:03 +0800 you wrote:
> Compared with IO attributes, NC attributes can improve performance,
> specifically in these aspects: Relaxed Order, Gathering, Supports Read
> Speculation, Supports Unaligned Access.
>
> When I replied to this patch (https://lore.kernel.org/all/CAEEQ3wmVPrZ6s8msM8RgcyZePGhXM1ikYMc5wW2n8q3Bf90EVw@mail.gmail.com/),
> I found the author's email address was invalid. So, based on this patch,
> I made slight modifications and resubmitted it.
>
> [...]
Here is the summary with links:
- [1/1] riscv: introduce ioremap_wc()
https://git.kernel.org/riscv/c/5ec6b493183c
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
WARNING: multiple messages have this Message-ID (diff)
From: patchwork-bot+linux-riscv@kernel.org
To: Yunhui Cui <cuiyunhui@bytedance.com>
Cc: linux-riscv@lists.infradead.org, paul.walmsley@sifive.com,
palmer@dabbelt.com, aou@eecs.berkeley.edu, alex@ghiti.fr,
akpm@linux-foundation.org, catalin.marinas@arm.com,
anshuman.khandual@arm.com, kas@kernel.org, ryan.roberts@arm.com,
samuel.holland@sifive.com, namcao@linutronix.de,
willy@infradead.org, abrestic@rivosinc.com,
yongxuan.wang@sifive.com, apopple@nvidia.com,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/1] introduce ioremap_wc()
Date: Wed, 06 Aug 2025 17:15:47 +0000 [thread overview]
Message-ID: <175450054774.2863135.12249630773089785493.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250722091504.45974-1-cuiyunhui@bytedance.com>
Hello:
This patch was applied to riscv/linux.git (for-next)
by Alexandre Ghiti <alexghiti@rivosinc.com>:
On Tue, 22 Jul 2025 17:15:03 +0800 you wrote:
> Compared with IO attributes, NC attributes can improve performance,
> specifically in these aspects: Relaxed Order, Gathering, Supports Read
> Speculation, Supports Unaligned Access.
>
> When I replied to this patch (https://lore.kernel.org/all/CAEEQ3wmVPrZ6s8msM8RgcyZePGhXM1ikYMc5wW2n8q3Bf90EVw@mail.gmail.com/),
> I found the author's email address was invalid. So, based on this patch,
> I made slight modifications and resubmitted it.
>
> [...]
Here is the summary with links:
- [1/1] riscv: introduce ioremap_wc()
https://git.kernel.org/riscv/c/5ec6b493183c
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
next prev parent reply other threads:[~2025-08-06 17:19 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-22 9:15 [PATCH 0/1] introduce ioremap_wc() Yunhui Cui
2025-07-22 9:15 ` Yunhui Cui
2025-07-22 9:15 ` [PATCH 1/1] riscv: " Yunhui Cui
2025-07-22 9:15 ` Yunhui Cui
2025-07-31 14:39 ` Alexandre Ghiti
2025-07-31 14:39 ` Alexandre Ghiti
2025-08-06 17:15 ` patchwork-bot+linux-riscv [this message]
2025-08-06 17:15 ` [PATCH 0/1] " patchwork-bot+linux-riscv
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=175450054774.2863135.12249630773089785493.git-patchwork-notify@kernel.org \
--to=patchwork-bot+linux-riscv@kernel.org \
--cc=abrestic@rivosinc.com \
--cc=akpm@linux-foundation.org \
--cc=alex@ghiti.fr \
--cc=anshuman.khandual@arm.com \
--cc=aou@eecs.berkeley.edu \
--cc=apopple@nvidia.com \
--cc=catalin.marinas@arm.com \
--cc=cuiyunhui@bytedance.com \
--cc=kas@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=namcao@linutronix.de \
--cc=palmer@dabbelt.com \
--cc=paul.walmsley@sifive.com \
--cc=ryan.roberts@arm.com \
--cc=samuel.holland@sifive.com \
--cc=willy@infradead.org \
--cc=yongxuan.wang@sifive.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 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.