Re: [PATCH 3/4] common: bootm: add checks to verify if ramdisk / fdtimage overlaps OS image

2020-10-20 Thread Jaehoon Chung
On 10/20/20 8:47 PM, Tero Kristo wrote: > On 20/10/2020 14:07, Jaehoon Chung wrote: >> Dear Tero, >> >> On 6/12/20 9:41 PM, Tero Kristo wrote: >>> These cases are typically fatal and are difficult to debug for random >>> users. Add checks for detecting overlapping images and abort if overlap >>>

Re: [PATCH 3/4] common: bootm: add checks to verify if ramdisk / fdtimage overlaps OS image

2020-10-20 Thread Tero Kristo
On 20/10/2020 14:07, Jaehoon Chung wrote: Dear Tero, On 6/12/20 9:41 PM, Tero Kristo wrote: These cases are typically fatal and are difficult to debug for random users. Add checks for detecting overlapping images and abort if overlap is detected. I have a question about your patch.. because

Re: [PATCH 3/4] common: bootm: add checks to verify if ramdisk / fdtimage overlaps OS image

2020-10-20 Thread Jaehoon Chung
Dear Tero, On 6/12/20 9:41 PM, Tero Kristo wrote: > These cases are typically fatal and are difficult to debug for random > users. Add checks for detecting overlapping images and abort if overlap > is detected. I have a question about your patch.. because I have confused... So i want to clear

Re: [PATCH 3/4] common: bootm: add checks to verify if ramdisk / fdtimage overlaps OS image

2020-07-17 Thread Tom Rini
On Fri, Jun 12, 2020 at 03:41:20PM +0300, Tero Kristo wrote: > These cases are typically fatal and are difficult to debug for random > users. Add checks for detecting overlapping images and abort if overlap > is detected. > > Signed-off-by: Tero Kristo Applied to u-boot/master, thanks! --

[PATCH 3/4] common: bootm: add checks to verify if ramdisk / fdtimage overlaps OS image

2020-06-12 Thread Tero Kristo
These cases are typically fatal and are difficult to debug for random users. Add checks for detecting overlapping images and abort if overlap is detected. Signed-off-by: Tero Kristo --- cmd/booti.c | 2 +- cmd/bootz.c | 2 +- common/bootm.c| 29 +++--