Re: [PATCH v5 1/5] efi/boot.c: Make file->ptr const void*

2020-09-18 Thread Jan Beulich
On 17.09.2020 17:40, Trammell Hudson wrote: > Other than the config file parser that edits the image inplace, > no other users of the file sections requires write access to the > data. > > Signed-off-by: Trammell Hudson Reviewed-by: Jan Beulich albeit ... > @@ -592,7 +593,7 @@ static bool __in

[PATCH v5 1/5] efi/boot.c: Make file->ptr const void*

2020-09-17 Thread Trammell Hudson
Other than the config file parser that edits the image inplace, no other users of the file sections requires write access to the data. Signed-off-by: Trammell Hudson --- xen/common/efi/boot.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/xen/common/efi/boot.c b/