>> Since load_image_targphys is declared as taking an int for max_sz, this will >> fail for ram sizes > INT_MAX. >> Lets change the max_sz parameter to a uint64_t. >> >> Signed-off-by: Christian Borntraeger <borntrae...@de.ibm.com> > > A patch equivalent to this has already been submitted: > http://patchwork.ozlabs.org/patch/146165/ > We should be applying that one, it has already been reviewed.
Right. > > Anthony? AFAIK Anthony is on holiday. It would be good, if we could have that before 1.1, so shall we wait or are there other maintainers willing to accept that patch? Christian