OSDN Git Service

dma-buf: system_heap: Make sure to return an error if we abort
authorJohn Stultz <john.stultz@linaro.org>
Tue, 19 Jan 2021 20:45:06 +0000 (20:45 +0000)
committerSumit Semwal <sumit.semwal@linaro.org>
Fri, 22 Jan 2021 08:04:21 +0000 (13:34 +0530)
commit14a117252f57839bdf0123a1c888a96102e3a843
tree73ce7f4970d4733dd2bbbfcef9fd7179d586c0e2
parent6a56d09bdab7c9d17ca2cf70c62ec162bbb972f7
dma-buf: system_heap: Make sure to return an error if we abort

If we abort from the allocation due to a fatal_signal_pending(),
be sure we report an error so any return code paths don't trip
over the fact that the allocation didn't succeed.

Cc: Sumit Semwal <sumit.semwal@linaro.org>
Cc: Liam Mark <lmark@codeaurora.org>
Cc: Laura Abbott <labbott@kernel.org>
Cc: Brian Starkey <Brian.Starkey@arm.com>
Cc: Hridya Valsaraju <hridya@google.com>
Cc: Suren Baghdasaryan <surenb@google.com>
Cc: Sandeep Patil <sspatil@google.com>
Cc: Daniel Mentz <danielmentz@google.com>
Cc: Chris Goldsworthy <cgoldswo@codeaurora.org>
Cc: Ørjan Eide <orjan.eide@arm.com>
Cc: Robin Murphy <robin.murphy@arm.com>
Cc: Ezequiel Garcia <ezequiel@collabora.com>
Cc: Simon Ser <contact@emersion.fr>
Cc: James Jones <jajones@nvidia.com>
Cc: linux-media@vger.kernel.org
Cc: dri-devel@lists.freedesktop.org
Suggested-by: Suren Baghdasaryan <surenb@google.com>
Signed-off-by: John Stultz <john.stultz@linaro.org>
Signed-off-by: Sumit Semwal <sumit.semwal@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20210119204508.9256-1-john.stultz@linaro.org
drivers/dma-buf/heaps/system_heap.c