Re: [PATCH] drm/etnaviv: Remove GFP_HIGHUSER in systems with 32 address limits

2024-08-06 Thread wang xiaolei
On 8/6/24 11:23 PM, Lucas Stach wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. Hi Xiaolei, Am Dienstag, dem 06.08.2024 um 18:47 +0800 schrieb Xiaolei Wang: GFP_HIGHUSE

Re: [PATCH] drm/etnaviv: Remove GFP_HIGHUSER in systems with 32 address limits

2024-08-06 Thread Lucas Stach
Hi Xiaolei, Am Dienstag, dem 06.08.2024 um 18:47 +0800 schrieb Xiaolei Wang: > GFP_HIGHUSER is for userspace allocations that may be mapped > to userspace,An example may be a hardware allocation that maps > data directly into userspace but has no addressing limitations, > this conflicts with GFP_D

[PATCH] drm/etnaviv: Remove GFP_HIGHUSER in systems with 32 address limits

2024-08-06 Thread Xiaolei Wang
GFP_HIGHUSER is for userspace allocations that may be mapped to userspace,An example may be a hardware allocation that maps data directly into userspace but has no addressing limitations, this conflicts with GFP_DMA32,The kernel reports a BUG: kernel BUG at include/linux/gfp.h:139! Internal error: