Re: [PATCH] kernel/resource.c: fix stack overflow in __reserve_region_with_split

From: Thavatchai Makphaibulchoke
Date: Tue Aug 28 2012 - 01:53:23 EST


On 08/27/2012 10:30 PM, Ram Pai wrote:
> For example:
> if the region requested is 1 to 100, but 20-30 is already reserved, than
> the earlier behavior would reserve 1-20 and 30-100. With your
> patch, it will just reserve 1-20.
>
> RP
>

Thanks RP for pointing the problem. Sorry for missing part of the logic. I'll fix the problem and resubmit. Again, thank you very much for your comments.

Thanks,
Mak.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/