Re: [RESEND PATCH v6 2/4] mm: move is_kernel_rodata() to asm-generic/sections.h

2018-10-19 Thread Bartosz Golaszewski
wt., 16 paź 2018 o 12:53 Greg Kroah-Hartman napisał(a): > > On Sun, Oct 14, 2018 at 05:20:08PM +0200, Bartosz Golaszewski wrote: > > Export this routine so that we can use it later in devm_kstrdup_const() > > and devm_kfree(). > > > > Signed-off-by: Bartosz Golaszewski > > Reviewed-by: Bjorn Ande

Re: [RESEND PATCH v6 2/4] mm: move is_kernel_rodata() to asm-generic/sections.h

2018-10-16 Thread Greg Kroah-Hartman
On Sun, Oct 14, 2018 at 05:20:08PM +0200, Bartosz Golaszewski wrote: > Export this routine so that we can use it later in devm_kstrdup_const() > and devm_kfree(). > > Signed-off-by: Bartosz Golaszewski > Reviewed-by: Bjorn Andersson > Acked-by: Mike Rapoport > Acked-by: Rasmus Villemoes > Revi