Re: [PATCH] arc: Fix spelling mistake and grammar in Kconfig

2021-07-13 Thread Vineet Gupta
On 7/4/21 2:28 AM, Colin King wrote:
> From: Colin Ian King 
>
> There is a spelling mistake and incorrect grammar in the Kconfig
> text. Fix them.
>
> Signed-off-by: Colin Ian King 

Thx for the fix. Added to for-curr

-Vineet
___
linux-snps-arc mailing list
linux-snps-arc@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-snps-arc


Re: [PATCH] ARC: Fix CONFIG_STACKDEPOT

2021-07-13 Thread Vineet Gupta
On 7/10/21 7:50 AM, Guenter Roeck wrote:
> Enabling CONFIG_STACKDEPOT results in the following build error.
>
> arc-elf-ld: lib/stackdepot.o: in function `filter_irq_stacks':
> stackdepot.c:(.text+0x456): undefined reference to `__irqentry_text_start'
> arc-elf-ld: stackdepot.c:(.text+0x456): undefined reference to 
> `__irqentry_text_start'
> arc-elf-ld: stackdepot.c:(.text+0x476): undefined reference to 
> `__irqentry_text_end'
> arc-elf-ld: stackdepot.c:(.text+0x476): undefined reference to 
> `__irqentry_text_end'
> arc-elf-ld: stackdepot.c:(.text+0x484): undefined reference to 
> `__softirqentry_text_start'
> arc-elf-ld: stackdepot.c:(.text+0x484): undefined reference to 
> `__softirqentry_text_start'
> arc-elf-ld: stackdepot.c:(.text+0x48c): undefined reference to 
> `__softirqentry_text_end'
> arc-elf-ld: stackdepot.c:(.text+0x48c): undefined reference to 
> `__softirqentry_text_end'
>
> Other architectures address this problem by adding IRQENTRY_TEXT and
> SOFTIRQENTRY_TEXT to the text segment, so do the same here.
>
> Signed-off-by: Guenter Roeck 

Thx for the fix. Added to for-curr

-Vineet
___
linux-snps-arc mailing list
linux-snps-arc@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-snps-arc


Re: [PATCH] arc: Prefer unsigned int to bare use of unsigned

2021-07-13 Thread Vineet Gupta
On 6/25/21 10:58 PM, Jinchao Wang wrote:
> Fix checkpatch warnings:
>  WARNING: Prefer 'unsigned int' to bare use of 'unsigned'
>
> Signed-off-by: Jinchao Wang 

Thx for the fix. Added to for-curr

-Vineet
___
linux-snps-arc mailing list
linux-snps-arc@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-snps-arc