Re: [PATCH 3/3] arm64: alpine: select AL_POS

2019-09-09 Thread Shenhar, Talel
On 9/9/2019 6:08 PM, Arnd Bergmann wrote: On Mon, Sep 9, 2019 at 3:59 PM Shenhar, Talel wrote: On 9/9/2019 4:45 PM, Arnd Bergmann wrote: Its not that something will get broken. its error event detector for POS events which allows seeing bad accesses to registers. What is the general rule of

Re: [PATCH 3/3] arm64: alpine: select AL_POS

2019-09-09 Thread Arnd Bergmann
On Mon, Sep 9, 2019 at 3:59 PM Shenhar, Talel wrote: > On 9/9/2019 4:45 PM, Arnd Bergmann wrote: > > Its not that something will get broken. its error event detector for POS > events which allows seeing bad accesses to registers. > > What is the general rule of which configs to put under select an

Re: [PATCH 3/3] arm64: alpine: select AL_POS

2019-09-09 Thread Shenhar, Talel
On 9/9/2019 4:45 PM, Arnd Bergmann wrote: On Mon, Sep 9, 2019 at 12:17 PM Shenhar, Talel wrote: On 9/9/2019 12:40 PM, Arnd Bergmann wrote: On Mon, Sep 9, 2019 at 11:14 AM Talel Shenhar wrote: diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 4778c77..bd86b15 10

Re: [PATCH 3/3] arm64: alpine: select AL_POS

2019-09-09 Thread Arnd Bergmann
On Mon, Sep 9, 2019 at 12:17 PM Shenhar, Talel wrote: > On 9/9/2019 12:40 PM, Arnd Bergmann wrote: > > On Mon, Sep 9, 2019 at 11:14 AM Talel Shenhar wrote: > >> diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms > >> index 4778c77..bd86b15 100644 > >> --- a/arch/arm64/Kconfi

Re: [PATCH 3/3] arm64: alpine: select AL_POS

2019-09-09 Thread Shenhar, Talel
On 9/9/2019 12:40 PM, Arnd Bergmann wrote: On Mon, Sep 9, 2019 at 11:14 AM Talel Shenhar wrote: Amazon's Annapurna Labs SoCs uses al-pos driver, enable it. Signed-off-by: Talel Shenhar --- arch/arm64/Kconfig.platforms | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/Kconfig

Re: [PATCH 3/3] arm64: alpine: select AL_POS

2019-09-09 Thread Arnd Bergmann
On Mon, Sep 9, 2019 at 11:14 AM Talel Shenhar wrote: > > Amazon's Annapurna Labs SoCs uses al-pos driver, enable it. > > Signed-off-by: Talel Shenhar > --- > arch/arm64/Kconfig.platforms | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.pl