Re: [PATCH v9 2/8] x86/boot: Copy kstrtoull() to compressed period

From: Baoquan He
Date: Thu Oct 18 2018 - 00:03:45 EST


On 10/17/18 at 06:20pm, Chao Fan wrote:
> Copy kstrtoull() to 'compressed' directory so that
> we can use it to change the address in cmdline from
> string to unsigned long long.

So you don't like simple_strtoull() in arch/x86/boot/string.c which has
been used in boot/compressed/kaslr.c . Why? Are you going to clean up
simple_strtoull()?