Re: [PATCH] lib/dynamic_debug.c: use kstrdup_const

2015-09-10 Thread Jason Baron
Looks fine to me. Acked-by: Jason Baron Andrew, want to pick this up? Thanks, -Jason On 09/09/2015 05:40 PM, Rasmus Villemoes wrote: > Using kstrdup_const, thus reusing .rodata when possible, saves around > 2 kB of runtime memory on my laptop/.config combination. > > Signed-off-by: Rasmus Vi

[PATCH] lib/dynamic_debug.c: use kstrdup_const

2015-09-09 Thread Rasmus Villemoes
Using kstrdup_const, thus reusing .rodata when possible, saves around 2 kB of runtime memory on my laptop/.config combination. Signed-off-by: Rasmus Villemoes --- lib/dynamic_debug.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/dynamic_debug.c b/lib/dynamic_deb