RE: [PATCH] arch/riscv: disable too many harts before pick main boot hart

2019-09-19 Thread Paul Walmsley
On Thu, 19 Sep 2019, Anup Patel wrote: > > From: Xiang Wang > > 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

RE: [PATCH] arch/riscv: disable too many harts before pick main boot hart

2019-09-19 Thread Anup Patel
ead.org; linux-kernel@vger.kernel.org; > cit...@hardenedlinux.org > Subject: Re: [PATCH] arch/riscv: disable too many harts before pick main > boot hart > > On Fri, 6 Sep 2019, Xiang Wang wrote: > > > From 12300865d1103618c9d4c375f7d7fbe601b6618c Mon Sep 17 00:00:00 > 2001 > >

Re: [PATCH] arch/riscv: disable too many harts before pick main boot hart

2019-09-19 Thread Xiang Wang
Sep 2019 11:56:09 +0800 > > Subject: [PATCH] arch/riscv: disable too many harts before pick main boot > > hart > > These harts with id greater than or equal to CONFIG_NR_CPUS need to be > > disabled. > > But pick the main Hart can choose any one. So, before pick the ma

Re: [PATCH] arch/riscv: disable too many harts before pick main boot hart

2019-09-19 Thread Paul Walmsley
On Fri, 6 Sep 2019, Xiang Wang wrote: > From 12300865d1103618c9d4c375f7d7fbe601b6618c Mon Sep 17 00:00:00 2001 > From: Xiang Wang > Date: Fri, 6 Sep 2019 11:56:09 +0800 > Subject: [PATCH] arch/riscv: disable too many harts before pick main boot hart > > These harts with id gre

Re: [PATCH] arch/riscv: disable too many harts before pick main boot hart

2019-09-10 Thread Anup Patel
On Fri, Sep 6, 2019 at 12:26 PM Xiang Wang wrote: > > From 12300865d1103618c9d4c375f7d7fbe601b6618c Mon Sep 17 00:00:00 2001 > From: Xiang Wang > Date: Fri, 6 Sep 2019 11:56:09 +0800 > Subject: [PATCH] arch/riscv: disable too many harts before pick main boot hart > > These

[PATCH] arch/riscv: disable too many harts before pick main boot hart

2019-09-05 Thread Xiang Wang
>From 12300865d1103618c9d4c375f7d7fbe601b6618c Mon Sep 17 00:00:00 2001 From: Xiang Wang Date: Fri, 6 Sep 2019 11:56:09 +0800 Subject: [PATCH] arch/riscv: disable too many harts before pick main boot hart These harts with id greater than or equal to CONFIG_NR_CPUS need to be disabled. But p