Re: AW: AW: Adding --set to videoinfo to retrieve current video resolution

2022-12-12 Thread Markus Scholz
Hi, thank you again for your reply and explanation. Despite the different focus, I am still looking forward to try out your additions. Regarding my videoinfo patch I submitted them using git to the mailing list. What is the best way forward here? Since its just a single file and no deep changes

Re: Possible memory fault in fs/iso9660 (correction)

2022-12-12 Thread Daniel Kiper
Hi, Sorry for top posting... I have just realized colleague of mine is doing some work in the ISO 9660 code including part which we are discussing here. I asked her to post the patches on the grub-devel. You can expect them soon. Please take a look at them and comment/review. Daniel On Tue, Nov

[PATCH] templates/linux_xen: fix detecting xsm policy

2022-12-12 Thread Marek Marczykowski-Górecki
xsmpolicy variable was left set from previous function call. This resulted in all-but-first menu entries including XSM policy, even if it did not exist. Fix this by initializing the xenpolicy variable. Signed-off-by: Marek Marczykowski-Górecki --- util/grub.d/20_linux_xen.in | 1 + 1 file chang