On Thu, 19 Sep 2019, Anup Patel wrote: > > From: Xiang Wang <me...@hardenedlinux.org> > > Date: Fri, 6 Sep 2019 11:56:09 +0800 > > Subject: [PATCH] arch/riscv: disable excess harts before picking main boot > > hart > > > > Harts with id greater than or equal to CONFIG_NR_CPUS need to be > > disabled. But the kernel can pick any hart as the main hart. So, > > before picking the main hart, the kernel must disable harts with ids > > greater than or equal to CONFIG_NR_CPUS. > > > > Signed-off-by: Xiang Wang <me...@hardenedlinux.org> > > You missed my Reviewed-by here.
Thanks, added. - Paul