From: patchwork-bot+linux-riscv@kernel.org
To: Andrew Jones <ajones@ventanamicro.com>
Cc: linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org,
linux-doc@vger.kernel.org, paul.walmsley@sifive.com,
palmer@dabbelt.com, charlie@rivosinc.com, cleger@rivosinc.com,
alex@ghiti.fr, apatel@ventanamicro.com, corbet@lwn.net
Subject: Re: [PATCH v3 0/8] riscv: Unaligned access speed probing fixes and skipping
Date: Thu, 27 Mar 2025 03:24:29 +0000 [thread overview]
Message-ID: <174304586925.1549280.17943998836701933910.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250304120014.143628-10-ajones@ventanamicro.com>
Hello:
This series was applied to riscv/linux.git (for-next)
by Alexandre Ghiti <alexghiti@rivosinc.com>:
On Tue, 4 Mar 2025 13:00:15 +0100 you wrote:
> The first six patches of this series are fixes and cleanups of the
> unaligned access speed probing code. The next patch introduces a
> kernel command line option that allows the probing to be skipped.
> This command line option is a different approach than Jesse's [1].
> [1] takes a cpu-list for a particular speed, supporting heterogeneous
> platforms. With this approach, the kernel command line should only
> be used for homogeneous platforms. [1] also only allowed 'fast' and
> 'slow' to be selected. This parameter also supports 'unsupported',
> which could be useful for testing code paths gated on that. The final
> patch adds the documentation.
>
> [...]
Here is the summary with links:
- [v3,1/8] riscv: Annotate unaligned access init functions
https://git.kernel.org/riscv/c/a00e022be531
- [v3,2/8] riscv: Fix riscv_online_cpu_vec
https://git.kernel.org/riscv/c/5af72a818612
- [v3,3/8] riscv: Fix check_unaligned_access_all_cpus
https://git.kernel.org/riscv/c/e6d0adf2eb5b
- [v3,4/8] riscv: Change check_unaligned_access_speed_all_cpus to void
https://git.kernel.org/riscv/c/813d39baee32
- [v3,5/8] riscv: Fix set up of cpu hotplug callbacks
https://git.kernel.org/riscv/c/05ee21f0fcb8
- [v3,6/8] riscv: Fix set up of vector cpu hotplug callback
https://git.kernel.org/riscv/c/2744ec472de3
- [v3,7/8] riscv: Add parameter for skipping access speed tests
https://git.kernel.org/riscv/c/aecb09e091dc
- [v3,8/8] Documentation/kernel-parameters: Add riscv unaligned speed parameters
https://git.kernel.org/riscv/c/9fe58530a8cd
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: Andrew Jones <ajones@ventanamicro.com>
Cc: linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org,
linux-doc@vger.kernel.org, paul.walmsley@sifive.com,
palmer@dabbelt.com, charlie@rivosinc.com, cleger@rivosinc.com,
alex@ghiti.fr, apatel@ventanamicro.com, corbet@lwn.net
Subject: Re: [PATCH v3 0/8] riscv: Unaligned access speed probing fixes and skipping
Date: Thu, 27 Mar 2025 03:24:29 +0000 [thread overview]
Message-ID: <174304586925.1549280.17943998836701933910.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250304120014.143628-10-ajones@ventanamicro.com>
Hello:
This series was applied to riscv/linux.git (for-next)
by Alexandre Ghiti <alexghiti@rivosinc.com>:
On Tue, 4 Mar 2025 13:00:15 +0100 you wrote:
> The first six patches of this series are fixes and cleanups of the
> unaligned access speed probing code. The next patch introduces a
> kernel command line option that allows the probing to be skipped.
> This command line option is a different approach than Jesse's [1].
> [1] takes a cpu-list for a particular speed, supporting heterogeneous
> platforms. With this approach, the kernel command line should only
> be used for homogeneous platforms. [1] also only allowed 'fast' and
> 'slow' to be selected. This parameter also supports 'unsupported',
> which could be useful for testing code paths gated on that. The final
> patch adds the documentation.
>
> [...]
Here is the summary with links:
- [v3,1/8] riscv: Annotate unaligned access init functions
https://git.kernel.org/riscv/c/a00e022be531
- [v3,2/8] riscv: Fix riscv_online_cpu_vec
https://git.kernel.org/riscv/c/5af72a818612
- [v3,3/8] riscv: Fix check_unaligned_access_all_cpus
https://git.kernel.org/riscv/c/e6d0adf2eb5b
- [v3,4/8] riscv: Change check_unaligned_access_speed_all_cpus to void
https://git.kernel.org/riscv/c/813d39baee32
- [v3,5/8] riscv: Fix set up of cpu hotplug callbacks
https://git.kernel.org/riscv/c/05ee21f0fcb8
- [v3,6/8] riscv: Fix set up of vector cpu hotplug callback
https://git.kernel.org/riscv/c/2744ec472de3
- [v3,7/8] riscv: Add parameter for skipping access speed tests
https://git.kernel.org/riscv/c/aecb09e091dc
- [v3,8/8] Documentation/kernel-parameters: Add riscv unaligned speed parameters
https://git.kernel.org/riscv/c/9fe58530a8cd
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
next prev parent reply other threads:[~2025-03-27 3:23 UTC|newest]
Thread overview: 60+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-04 12:00 [PATCH v3 0/8] riscv: Unaligned access speed probing fixes and skipping Andrew Jones
2025-03-04 12:00 ` Andrew Jones
2025-03-04 12:00 ` [PATCH v3 1/8] riscv: Annotate unaligned access init functions Andrew Jones
2025-03-04 12:00 ` Andrew Jones
2025-03-04 12:00 ` [PATCH v3 2/8] riscv: Fix riscv_online_cpu_vec Andrew Jones
2025-03-04 12:00 ` Andrew Jones
2025-03-04 12:00 ` [PATCH v3 3/8] riscv: Fix check_unaligned_access_all_cpus Andrew Jones
2025-03-04 12:00 ` Andrew Jones
2025-03-04 12:00 ` [PATCH v3 4/8] riscv: Change check_unaligned_access_speed_all_cpus to void Andrew Jones
2025-03-04 12:00 ` Andrew Jones
2025-03-04 12:00 ` [PATCH v3 5/8] riscv: Fix set up of cpu hotplug callbacks Andrew Jones
2025-03-04 12:00 ` Andrew Jones
2025-03-04 12:00 ` [PATCH v3 6/8] riscv: Fix set up of vector cpu hotplug callback Andrew Jones
2025-03-04 12:00 ` Andrew Jones
2025-03-04 12:00 ` [PATCH v3 7/8] riscv: Add parameter for skipping access speed tests Andrew Jones
2025-03-04 12:00 ` Andrew Jones
2025-03-17 14:39 ` Alexandre Ghiti
2025-03-17 14:39 ` Alexandre Ghiti
2025-03-18 8:48 ` Andrew Jones
2025-03-18 8:48 ` Andrew Jones
2025-03-18 9:00 ` Andrew Jones
2025-03-18 9:00 ` Andrew Jones
2025-03-18 14:09 ` Clément Léger
2025-03-18 14:09 ` Clément Léger
2025-03-18 14:57 ` Andrew Jones
2025-03-18 14:57 ` Andrew Jones
2025-03-18 12:13 ` Alexandre Ghiti
2025-03-18 12:13 ` Alexandre Ghiti
2025-03-18 12:45 ` Andrew Jones
2025-03-18 12:45 ` Andrew Jones
2025-03-18 12:58 ` Alexandre Ghiti
2025-03-18 12:58 ` Alexandre Ghiti
2025-03-18 13:04 ` Andrew Jones
2025-03-18 13:04 ` Andrew Jones
2025-03-18 14:09 ` Alexandre Ghiti
2025-03-18 14:09 ` Alexandre Ghiti
2025-03-18 14:22 ` Clément Léger
2025-03-18 14:22 ` Clément Léger
2025-03-18 15:09 ` Andrew Jones
2025-03-18 15:09 ` Andrew Jones
2025-03-18 15:40 ` Anup Patel
2025-03-18 15:40 ` Anup Patel
2025-04-07 9:49 ` Geert Uytterhoeven
2025-04-07 9:49 ` Geert Uytterhoeven
2025-04-07 13:45 ` Andrew Jones
2025-04-07 13:45 ` Andrew Jones
2025-04-08 12:25 ` Geert Uytterhoeven
2025-04-08 12:25 ` Geert Uytterhoeven
2025-04-08 13:03 ` Andrew Jones
2025-04-08 13:03 ` Andrew Jones
2025-04-08 15:32 ` Geert Uytterhoeven
2025-04-08 15:32 ` Geert Uytterhoeven
2025-03-04 12:00 ` [PATCH v3 8/8] Documentation/kernel-parameters: Add riscv unaligned speed parameters Andrew Jones
2025-03-04 12:00 ` Andrew Jones
2025-03-05 22:48 ` [PATCH v3 0/8] riscv: Unaligned access speed probing fixes and skipping Charlie Jenkins
2025-03-05 22:48 ` Charlie Jenkins
2025-03-06 8:13 ` Andrew Jones
2025-03-06 8:13 ` Andrew Jones
2025-03-27 3:24 ` patchwork-bot+linux-riscv [this message]
2025-03-27 3:24 ` 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=174304586925.1549280.17943998836701933910.git-patchwork-notify@kernel.org \
--to=patchwork-bot+linux-riscv@kernel.org \
--cc=ajones@ventanamicro.com \
--cc=alex@ghiti.fr \
--cc=apatel@ventanamicro.com \
--cc=charlie@rivosinc.com \
--cc=cleger@rivosinc.com \
--cc=corbet@lwn.net \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=palmer@dabbelt.com \
--cc=paul.walmsley@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.