Message ID | 20240621093223.37893-1-luxu.kernel@bytedance.com (mailing list archive) |
---|---|
Headers | show |
Series | riscv: Idle thread using Zawrs extension | expand |
> This is the second version of idle thread based on Zawrs extension. We > rebased our code on Andrew's patch series[1] which provides basic > support for Zawrs as well as optimization for spinlock. There's some feedback on Andrew's v2 [1] which seems to equally apply to the later, mentioned series/submission, and hence to the series in question (although only indirectly admittedly). As an additional comment, please do add linux-kernel@vger.kernel.org (the LKML) to your Cc: list on patch submission (again, this applies to both Andrew's and the present submissions). Andrea [1] https://lore.kernel.org/linux-riscv/ZiWCP6f6zZ3dKXfN@andrea/
On Fri, Jun 21, 2024 at 01:16:50PM +0200, Andrea Parri wrote: > > This is the second version of idle thread based on Zawrs extension. We > > rebased our code on Andrew's patch series[1] which provides basic > > support for Zawrs as well as optimization for spinlock. > > There's some feedback on Andrew's v2 [1] which seems to equally apply > to the later, mentioned series/submission, and hence to the series in > question (although only indirectly admittedly). > > As an additional comment, please do add linux-kernel@vger.kernel.org > (the LKML) to your Cc: list on patch submission (again, this applies > to both Andrew's and the present submissions). Ah, yes, and possibly people mentioned in the changelog! :-) + Andrew Andrea
On Fri, Jun 21, 2024 at 7:17 PM Andrea Parri <parri.andrea@gmail.com> wrote: > > > This is the second version of idle thread based on Zawrs extension. We > > rebased our code on Andrew's patch series[1] which provides basic > > support for Zawrs as well as optimization for spinlock. > > There's some feedback on Andrew's v2 [1] which seems to equally apply > to the later, mentioned series/submission, and hence to the series in > question (although only indirectly admittedly). > > As an additional comment, please do add linux-kernel@vger.kernel.org > (the LKML) to your Cc: list on patch submission (again, this applies > to both Andrew's and the present submissions). > > Andrea > > [1] https://lore.kernel.org/linux-riscv/ZiWCP6f6zZ3dKXfN@andrea/ Hi Andrea, Thanks a lot for your reminder. I will check the feedback and add this email in the next patch series! Xu Lu