Re: [PATCH v2 1/6] kexec: Initialize ELF lowest address to ULONG_MAX

2025-01-23 Thread Sourabh Jain
Hello Hari, On 23/01/25 15:34, Hari Bathini wrote: On 21/01/25 5:24 pm, Sourabh Jain wrote: kexec_elf_load() loads an ELF executable and sets the address of the lowest PT_LOAD section to the address held by the lowest_load_addr function argument. To determine the lowest PT_LOAD address, a l

Re: [PATCH v2 1/6] kexec: Initialize ELF lowest address to ULONG_MAX

2025-01-23 Thread Hari Bathini
On 21/01/25 5:24 pm, Sourabh Jain wrote: kexec_elf_load() loads an ELF executable and sets the address of the lowest PT_LOAD section to the address held by the lowest_load_addr function argument. To determine the lowest PT_LOAD address, a local variable lowest_addr (type unsigned long) is ini

[PATCH v2 1/6] kexec: Initialize ELF lowest address to ULONG_MAX

2025-01-21 Thread Sourabh Jain
kexec_elf_load() loads an ELF executable and sets the address of the lowest PT_LOAD section to the address held by the lowest_load_addr function argument. To determine the lowest PT_LOAD address, a local variable lowest_addr (type unsigned long) is initialized to UINT_MAX. After loading each PT_LO