Re: [PATCH 3/5] drm/amdkfd: use vma_is_stack() and vma_is_heap()

From: Christoph Hellwig
Date: Wed Jul 12 2023 - 10:42:40 EST


On Wed, Jul 12, 2023 at 10:38:29PM +0800, Kefeng Wang wrote:
> Use the helpers to simplify code.

Nothing against your addition of a helper, but a GPU driver really
should have no business even looking at this information..