Re: [PATCH v2] tpm: Disable tpm verifier if tpm is not present

2023-02-23 Thread Daniel Kiper
Adding James, Stefan and Robbie... On Mon, Feb 20, 2023 at 12:57:01PM +0800, Michael Chang via Grub-devel wrote: > On Tue, Nov 29, 2022 at 04:11:48PM +0100, Daniel Kiper wrote: > > On Fri, Nov 25, 2022 at 03:00:48PM +0800, Michael Chang via Grub-devel > > wrote: > > > On Thu, Nov 24, 2022 at 05:0

Re: [PATCH v2] osdep/hurd/getroot: Remove unused variables in grub_util_find_hurd_root_device()

2023-02-23 Thread Daniel Kiper
On Wed, Feb 22, 2023 at 09:58:44AM +0100, Samuel Thibault wrote: > John Paul Adrian Glaubitz, le mer. 22 févr. 2023 09:43:02 +0100, a ecrit: > > Found during a test build on Debian/hurd-i386 with --disable-werror enabled: > > > > In file included from grub-core/osdep/getroot.c:12: > > grub-core/osd

Re: [PATCH v3] loader/i386/linux.c Correct wrong initrd address for debug

2023-02-23 Thread Daniel Kiper
On Tue, Feb 21, 2023 at 07:42:51AM +0800, Jeremy Szu wrote: > The 'addr' is used to request the memory with specific ranges but the > real loadable address come from the relocator. > Thus, print the final retrieved addresses (virtual and physical) for > initrd. > > v2: append SOB > > v3: fix wrong

Re: [PATCH] efi: Allow expression as func argument to efi_call_* macros on all platforms

2023-02-23 Thread Daniel Kiper
On Tue, Feb 21, 2023 at 12:20:32PM -0600, Glenn Washburn wrote: > On EFI platforms where EFI calls do not require a wrapper (notably i386-efi > and arm64-efi), the func argument needs to be wrapped in parenthesis to > allow valid syntax when func is an expression which evaluates to a function > poi

Re: [PATCH 0/3] GDB script fixes

2023-02-23 Thread Daniel Kiper
On Tue, Feb 21, 2023 at 12:28:45PM -0600, Glenn Washburn wrote: > This series is the first 3 patches of the previous series "GDB script fixes > and improvements", which I think it better to break into separate logical > series. These are (most of) the fixes from that that series that stand alone. >

[PATCH] risc-v: Handle R_RISCV_CALL_PLT reloc

2023-02-23 Thread Khem Raj
GNU assembler starting 2.40 release always generates R_RISCV_CALL_PLT reloc for call in assembler [1], similarly llvm does not make distinction between R_RISCV_CALL_PLT and R_RISCV_CALL [2] Fixes grub-mkimage: error: relocation 0x13 is not implemented yet. [1] https://sourceware.org/git/?p=binut