Re: [PATCH 1/2] lib/cmdline: add new function get_option_ull()

2021-01-11 Thread Andy Shevchenko
On Mon, Jan 11, 2021 at 08:33:17AM -0800, Wesley Zhao wrote: > From: "Wesley.Zhao" > > In the future we would pass the unsigned long long parameter > like(0x123456781234) in cmdline on the 64bit platform, so add a new > option parse function get_option_ull() No negative numbers? No test cases?

[PATCH 1/2] lib/cmdline: add new function get_option_ull()

2021-01-11 Thread Wesley Zhao
From: "Wesley.Zhao" In the future we would pass the unsigned long long parameter like(0x123456781234) in cmdline on the 64bit platform, so add a new option parse function get_option_ull() Signed-off-by: Wesley.Zhao --- include/linux/kernel.h | 1 + lib/cmdline.c | 35