Re: False positive kmemleak report for dtb properties names on powerpc

2022-04-09 Thread Ariel Marcovitch
Hi Christophe, did you get the chance to look at this? On 23/03/2022 21:06, Mike Rapoport wrote: Hi Catalin, On Wed, Mar 23, 2022 at 05:22:38PM +, Catalin Marinas wrote: Hi Ariel, On Fri, Feb 18, 2022 at 09:45:51PM +0200, Ariel Marcovitch wrote: I was running a powerpc 32bit kernel

Re: False positive kmemleak report for dtb properties names on powerpc

2022-03-18 Thread Ariel Marcovitch
Pinging again :) On 25/02/2022 0:27, Ariel Marcovitch wrote: Ping :) On 18/02/2022 21:45, Ariel Marcovitch wrote: Hello! I was running a powerpc 32bit kernel (built using qemu_ppc_mpc8544ds_defconfig buildroot config, with enabling DEBUGFS+KMEMLEAK+HIGHMEM in the kernel config) on qemu and

Re: False positive kmemleak report for dtb properties names on powerpc

2022-02-24 Thread Ariel Marcovitch
Ping :) On 18/02/2022 21:45, Ariel Marcovitch wrote: Hello! I was running a powerpc 32bit kernel (built using qemu_ppc_mpc8544ds_defconfig buildroot config, with enabling DEBUGFS+KMEMLEAK+HIGHMEM in the kernel config) on qemu and invoked the kmemleak scan (twice. for some reason the first

False positive kmemleak report for dtb properties names on powerpc

2022-02-18 Thread Ariel Marcovitch
Hello! I was running a powerpc 32bit kernel (built using qemu_ppc_mpc8544ds_defconfig buildroot config, with enabling DEBUGFS+KMEMLEAK+HIGHMEM in the kernel config) on qemu and invoked the kmemleak scan (twice. for some reason the first time wasn't enough). (Actually the problem will probabl

[PATCH v2] powerpc: fix alignment bug whithin the init sections

2021-01-02 Thread Ariel Marcovitch
t segments. Fixes: 060ef9d89d18 ("powerpc32: PAGE_EXEC required for inittext") Signed-off-by: Ariel Marcovitch --- arch/powerpc/kernel/vmlinux.lds.S | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/powerpc/kernel/vmlinux.lds.S b/arch/powerpc/kernel/vmlinux.lds.

Re: [PATCH] powerpc: fix alignment bug whithin the init sections

2020-12-18 Thread ariel marcovitch
e sections page aligned. > > Should write this unpersonal, something like "To avoid this, make these > sections page aligned" > Noted, thanks. > > > > > Fixes: 060ef9d89d18 ("powerpc32: PAGE_EXEC required for inittext") > > Signed-off-by: Ariel Marcovit

Re: [PATCH] powerpc: fix alignment bug whithin the init sections

2020-12-18 Thread ariel marcovitch
e sections page aligned. > > Should write this unpersonal, something like "To avoid this, make these > sections page aligned" > Noted, thanks. > > > > > Fixes: 060ef9d89d18 ("powerpc32: PAGE_EXEC required for inittext") > > Signed-off-by: Ariel Marcovit

[PATCH] powerpc: fix alignment bug whithin the init sections

2020-12-13 Thread Ariel Marcovitch
xt") Signed-off-by: Ariel Marcovitch --- arch/powerpc/kernel/vmlinux.lds.S | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/powerpc/kernel/vmlinux.lds.S b/arch/powerpc/kernel/vmlinux.lds.S index 326e113d2e45..e3a7c90c03f4 100644 --- a/arch/powerpc/kernel/vmlinux.lds.S +++ b