On 28/10/2024 4:03 pm, Jan Beulich wrote: > As with 9cbf61445cda ("xen/earlycpio: Drop nextoff parameter"): While > this is imported from Linux, the parameter not being pointer-to-const is > dubious in the first place and we're not plausibly going to gain a write > through it. > > Signed-off-by: Jan Beulich <jbeul...@suse.com>
You haven't tried compiling this, have you? There's a reason why the only user us non-const and staying that way. ~Andrew