Re: [PATCH] x86, e820: clean up around sanitize_e820_map()

2015-01-21 Thread WANG Chao
Hi, David On 01/21/15 at 02:51pm, David Rientjes wrote: > On Wed, 7 Jan 2015, WANG Chao wrote: > > > The argument 3 of sanitize_e820_map() will only update upon a successful > > sanitization. Some of the callers may not be aware of this in the past. > > Now clean up these callers. > > > > Signed

Re: [PATCH] x86, e820: clean up around sanitize_e820_map()

2015-01-21 Thread David Rientjes
On Wed, 7 Jan 2015, WANG Chao wrote: > The argument 3 of sanitize_e820_map() will only update upon a successful > sanitization. Some of the callers may not be aware of this in the past. > Now clean up these callers. > > Signed-off-by: WANG Chao Nice, but it's incomplete: it should also cleanup

[PATCH] x86, e820: clean up around sanitize_e820_map()

2015-01-06 Thread WANG Chao
The argument 3 of sanitize_e820_map() will only update upon a successful sanitization. Some of the callers may not be aware of this in the past. Now clean up these callers. Signed-off-by: WANG Chao --- arch/x86/kernel/e820.c | 22 ++ 1 file changed, 6 insertions(+), 16 deleti