All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+linux-riscv@kernel.org
To: Chunyan Zhang <zhangchunyan@iscas.ac.cn>
Cc: linux-riscv@lists.infradead.org, paul.walmsley@sifive.com,
	palmer@dabbelt.com, aou@eecs.berkeley.edu, alex@ghiti.fr,
	charlie@rivosinc.com, song@kernel.org, yukuai3@huawei.com,
	linux-raid@vger.kernel.org, linux-kernel@vger.kernel.org,
	zhang.lyra@gmail.com
Subject: Re: [PATCH V3 0/5] Add an optimization also raid6test for RISC-V support
Date: Wed, 06 Aug 2025 17:15:43 +0000	[thread overview]
Message-ID: <175450054334.2863135.1157154910946265186.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250718072711.3865118-1-zhangchunyan@iscas.ac.cn>

Hello:

This series was applied to riscv/linux.git (for-next)
by Alexandre Ghiti <alexghiti@rivosinc.com>:

On Fri, 18 Jul 2025 15:27:06 +0800 you wrote:
> The 1st patch is a cleanup;
> Patch 2/4 is an optimization that takes Palmer's suggestion;
> The last two patches add raid6test support and make the raid6 RVV code buildable on user space.
> 
> V3:
> - Rephrased the commit message of patch 3;
> - Added Alex's Reviewed-by on patch 1-2;
> 
> [...]

Here is the summary with links:
  - [V3,1/5] raid6: riscv: Clean up unused header file inclusion
    https://git.kernel.org/riscv/c/37b36d582c02
  - [V3,2/5] raid6: riscv: replace one load with a move to speed up the caculation
    https://git.kernel.org/riscv/c/ae1e25a17cee
  - [V3,3/5] raid6: riscv: Prevent compiler with vector support to build already vectorized code
    https://git.kernel.org/riscv/c/eda46027e4b6
  - [V3,4/5] raid6: riscv: Allow code to be compiled in userspace
    https://git.kernel.org/riscv/c/e3493fde9c22
  - [V3,5/5] raid6: test: Add support for RISC-V
    https://git.kernel.org/riscv/c/db001a4e2eca

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



WARNING: multiple messages have this Message-ID (diff)
From: patchwork-bot+linux-riscv@kernel.org
To: Chunyan Zhang <zhangchunyan@iscas.ac.cn>
Cc: linux-riscv@lists.infradead.org, paul.walmsley@sifive.com,
	palmer@dabbelt.com, aou@eecs.berkeley.edu, alex@ghiti.fr,
	charlie@rivosinc.com, song@kernel.org, yukuai3@huawei.com,
	linux-raid@vger.kernel.org, linux-kernel@vger.kernel.org,
	zhang.lyra@gmail.com
Subject: Re: [PATCH V3 0/5] Add an optimization also raid6test for RISC-V support
Date: Wed, 06 Aug 2025 17:15:43 +0000	[thread overview]
Message-ID: <175450054334.2863135.1157154910946265186.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250718072711.3865118-1-zhangchunyan@iscas.ac.cn>

Hello:

This series was applied to riscv/linux.git (for-next)
by Alexandre Ghiti <alexghiti@rivosinc.com>:

On Fri, 18 Jul 2025 15:27:06 +0800 you wrote:
> The 1st patch is a cleanup;
> Patch 2/4 is an optimization that takes Palmer's suggestion;
> The last two patches add raid6test support and make the raid6 RVV code buildable on user space.
> 
> V3:
> - Rephrased the commit message of patch 3;
> - Added Alex's Reviewed-by on patch 1-2;
> 
> [...]

Here is the summary with links:
  - [V3,1/5] raid6: riscv: Clean up unused header file inclusion
    https://git.kernel.org/riscv/c/37b36d582c02
  - [V3,2/5] raid6: riscv: replace one load with a move to speed up the caculation
    https://git.kernel.org/riscv/c/ae1e25a17cee
  - [V3,3/5] raid6: riscv: Prevent compiler with vector support to build already vectorized code
    https://git.kernel.org/riscv/c/eda46027e4b6
  - [V3,4/5] raid6: riscv: Allow code to be compiled in userspace
    https://git.kernel.org/riscv/c/e3493fde9c22
  - [V3,5/5] raid6: test: Add support for RISC-V
    https://git.kernel.org/riscv/c/db001a4e2eca

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

  parent reply	other threads:[~2025-08-06 17:15 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-18  7:27 [PATCH V3 0/5] Add an optimization also raid6test for RISC-V support Chunyan Zhang
2025-07-18  7:27 ` Chunyan Zhang
2025-07-18  7:27 ` [PATCH V3 1/5] raid6: riscv: Clean up unused header file inclusion Chunyan Zhang
2025-07-18  7:27   ` Chunyan Zhang
2025-07-18  7:27 ` [PATCH V3 2/5] raid6: riscv: replace one load with a move to speed up the caculation Chunyan Zhang
2025-07-18  7:27   ` Chunyan Zhang
2025-07-18  7:27 ` [PATCH V3 3/5] raid6: riscv: Prevent compiler with vector support to build already vectorized code Chunyan Zhang
2025-07-18  7:27   ` Chunyan Zhang
2025-11-25  9:26   ` Paul Walmsley
2025-11-25  9:26     ` Paul Walmsley
2025-11-25  9:43     ` Chunyan Zhang
2025-11-25  9:43       ` Chunyan Zhang
2025-07-18  7:27 ` [PATCH V3 4/5] raid6: riscv: Allow code to be compiled in userspace Chunyan Zhang
2025-07-18  7:27   ` Chunyan Zhang
2025-07-18  7:27 ` [PATCH V3 5/5] raid6: test: Add support for RISC-V Chunyan Zhang
2025-07-18  7:27   ` Chunyan Zhang
2025-07-18 14:08   ` Alexandre Ghiti
2025-07-18 14:08     ` Alexandre Ghiti
2025-10-13  1:42     ` Chunyan Zhang
2025-10-13  1:42       ` Chunyan Zhang
2025-11-25  9:29       ` Paul Walmsley
2025-11-25  9:29         ` Paul Walmsley
2025-08-06 17:15 ` patchwork-bot+linux-riscv [this message]
2025-08-06 17:15   ` [PATCH V3 0/5] Add an optimization also raid6test for RISC-V support 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=175450054334.2863135.1157154910946265186.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+linux-riscv@kernel.org \
    --cc=alex@ghiti.fr \
    --cc=aou@eecs.berkeley.edu \
    --cc=charlie@rivosinc.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-raid@vger.kernel.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=palmer@dabbelt.com \
    --cc=paul.walmsley@sifive.com \
    --cc=song@kernel.org \
    --cc=yukuai3@huawei.com \
    --cc=zhang.lyra@gmail.com \
    --cc=zhangchunyan@iscas.ac.cn \
    /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.