On 2018-02-28 03:41 PM, Christian König wrote: > The 32bit address range end is exclusive, not inclusive. The other way around. :) Inclusive means [a,b], i.e. an interval including the endpoints, whereas exclusive means ]a,b[, i.e. an interval not including the endpoints. The patch changes the 32-bit address range endpoint from exclusive to inclusive. > This fixes crashes when 32bit addresses are in use. > > Signed-off-by: Christian König <christian.koenig at amd.com> With the above fixed, Reviewed-and-Tested-by: Michel Dänzer <michel.daenzer at amd.com> -- Earthling Michel Dänzer | http://www.amd.com Libre software enthusiast | Mesa and X developer