On 7/7/26 19:40, Zhuoying Cai wrote: > Add address range tracking and overlap checks to ensure that no > component overlaps with a signed component during secure IPL. > > Signed-off-by: Zhuoying Cai <[email protected]> > Reviewed-by: Jared Rossi <[email protected]> > Reviewed-by: Matthew Rosato <[email protected]> > --- > pc-bios/s390-ccw/secure-ipl.c | 19 +++++++++++++++++++ > pc-bios/s390-ccw/secure-ipl.h | 10 ++++++++++ > 2 files changed, 29 insertions(+) > > diff --git a/pc-bios/s390-ccw/secure-ipl.c b/pc-bios/s390-ccw/secure-ipl.c > index 1ab41e5543..cd2d18bfa0 100644 > --- a/pc-bios/s390-ccw/secure-ipl.c > +++ b/pc-bios/s390-ccw/secure-ipl.c > @@ -193,6 +193,23 @@ static void init_lists(IplDeviceComponentList *comp_list, > cert_list->ipl_info_header.len = sizeof(IplInfoBlockHeader); > } > Reviewed-by: Collin Walling <[email protected]>
-- Regards, Collin
