On 12/16/25 at 09:48am, Pingfan Liu wrote:
> The kexec segment index will be required to extract the corresponding
> information for that segment in kimage_map_segment(). Additionally,
> kexec_segment already holds the kexec relocation destination address and
> size. Therefore, the prototype of kimage_map_segment() can be changed.
>
> Fixes: 07d24902977e ("kexec: enable CMA based contiguous allocation")
> Signed-off-by: Pingfan Liu <[email protected]>
> Cc: Andrew Morton <[email protected]>
> Cc: Baoquan He <[email protected]>
> Cc: Mimi Zohar <[email protected]>
> Cc: Roberto Sassu <[email protected]>
> Cc: Alexander Graf <[email protected]>
> Cc: Steven Chen <[email protected]>
> Cc: [email protected]
> Cc: <[email protected]>
> To: [email protected]
> To: [email protected]
> ---
> include/linux/kexec.h | 4 ++--
> kernel/kexec_core.c | 9 ++++++---
> security/integrity/ima/ima_kexec.c | 4 +---
> 3 files changed, 9 insertions(+), 8 deletions(-)
Ack the series:
Acked-by: Baoquan He <[email protected]>