Re: [PATCH] mem: warn if address hint is not respected
From: Thomas Monjalon <hidden>
Date: 2018-01-11 23:36:43
From: Thomas Monjalon <hidden>
Date: 2018-01-11 23:36:43
07/11/2017 14:54, Burakov, Anatoly:
On 06-Nov-17 8:26 PM, Thomas Monjalon wrote:quoted
31/10/2017 10:08, Jonas Pfefferle:quoted
Print a warning if the --base-virtaddr hint is not respected since this might lead to problems when mapping memory in the secondary process. Signed-off-by: Jonas Pfefferle <redacted>Anatoly, please review this patch. It does not seem to fix something, so it is candidate for 18.02.For some reason my Thunderbird ate the original email, so i'll reply to this one. One nitpick would be that we're calling get_virtual_area many times and it would probably be a good idea to make pagesize static and call sysconf only once. Otherwise, Acked-by: Anatoly Burakov <redacted>
Applied, thanks