[PATCH RT v2 0/3] riscv: add PREEMPT_RT support

Jisheng Zhang jszhang at kernel.org
Tue Oct 31 08:49:29 PDT 2023


On Tue, Oct 31, 2023 at 04:32:42PM +0100, Sebastian Andrzej Siewior wrote:
> On 2023-10-31 22:35:19 [+0800], Jisheng Zhang wrote:
> > This series is to add PREEMPT_RT support to riscv. Compared with last
> > year's try[1], there are two major changes:
> > 
> > 1. riscv has been converted to Generic Entry. And RT maintainers has
> > introduced PREEMPT_AUTO, so its support for riscv as well.
> > 
> > 2. three preparation patches(patch1/2/3 in [1]) has been merged in
> > mainline.
> 
> There is no third patch in the series, right? If so then the amount in
> shortlog is consistent with I received.

Yes there's no third patch. I didn't use the correct number in patch0's
subject.

> 
> > Jisheng Zhang (2):
> >   riscv: add PREEMPT_AUTO support
> >   riscv: allow to enable RT
> > 
> >  arch/riscv/Kconfig                   | 2 ++
> >  arch/riscv/include/asm/thread_info.h | 2 ++
> >  2 files changed, 4 insertions(+)
> 
> Sebastian



More information about the linux-riscv mailing list