[PATCH] dma-buf: heaps: Set allocation limit for system heap

John Stultz john.stultz at linaro.org
Tue Aug 3 02:18:09 UTC 2021


On Thu, Jul 22, 2021 at 12:07 PM Hridya Valsaraju <hridya at google.com> wrote:
> This patch limits the size of total memory that can be requested in a
> single allocation from the system heap. This would prevent a
> buggy/malicious client from depleting system memory by requesting for an
> extremely large allocation which might destabilize the system.
>
> The limit is set to half the size of the device's total RAM which is the
> same as what was set by the deprecated ION system heap.
>
> Signed-off-by: Hridya Valsaraju <hridya at google.com>

Seems sane to me, unless folks have better suggestions for allocation limits.

Reviewed-by: John Stultz <john.stultz at linaro.org>

thanks
-john


More information about the dri-devel mailing list