Re: [PATCH] sh: kdump: add some attribute to function

2021-01-18 Thread John Paul Adrian Glaubitz
On 12/10/20 7:49 AM, Yejune Deng wrote: > add '__iomem' for ioremap() and '__user' for copy_to_user(). > > Signed-off-by: Yejune Deng > --- > arch/sh/kernel/crash_dump.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/sh/kernel/crash_dump.c

[PATCH] sh: kdump: add some attribute to function

2020-12-09 Thread Yejune Deng
add '__iomem' for ioremap() and '__user' for copy_to_user(). Signed-off-by: Yejune Deng --- arch/sh/kernel/crash_dump.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/sh/kernel/crash_dump.c b/arch/sh/kernel/crash_dump.c index a908612..5b41b59 100644 ---