Re: [PATCH] arm: 9016/2: Make symbol 'tmp_pmd_table' static

2021-03-28 Thread Liu Shixin
I'm sorry for making such a stupid mistake. There was only one patch committed before(5615f69bc209 "ARM: 9016/2: Initialize the mapping of KASan shadow memory"), and I used the same subject by mistake. Thanks for your correction, I will revise the subject and resend it. How about using "arm:

Re: [PATCH] arm: 9016/2: Make symbol 'tmp_pmd_table' static

2021-03-27 Thread Russell King - ARM Linux admin
Why do you have 9016/2 in the subject line? That's an identifier from the patch system which shouldn't be in the subject line. If you want to refer to something already committed, please do so via the sha1 git hash and quote the first line of the commit description within ("...") in the body of

[PATCH] arm: 9016/2: Make symbol 'tmp_pmd_table' static

2021-03-27 Thread Shixin Liu
Symbol 'tmp_pmd_table' is not used outside of kasan_init.c and only used when CONFIG_ARM_LPAE enabled. So marks it static and add it into CONFIG_ARM_LPAE. Signed-off-by: Shixin Liu --- arch/arm/mm/kasan_init.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git