Re: [PATCH] accel/ivpu: ivpu_ipc needs GENERIC_ALLOCATOR

2023-06-06 Thread Stanislaw Gruszka
On Thu, May 25, 2023 at 09:45:19PM -0700, Randy Dunlap wrote: > Drivers that use the gen_pool*() family of functions should > select GENERIC_ALLOCATOR to prevent build errors like these: > > ld: drivers/accel/ivpu/ivpu_ipc.o: in function `gen_pool_free': > include/linux/genalloc.h:172: undefined r

Re: [PATCH] accel/ivpu: ivpu_ipc needs GENERIC_ALLOCATOR

2023-06-02 Thread Jeffrey Hugo
On 5/25/2023 10:45 PM, Randy Dunlap wrote: Drivers that use the gen_pool*() family of functions should select GENERIC_ALLOCATOR to prevent build errors like these: ld: drivers/accel/ivpu/ivpu_ipc.o: in function `gen_pool_free': include/linux/genalloc.h:172: undefined reference to `gen_pool_free_

Re: [PATCH] accel/ivpu: ivpu_ipc needs GENERIC_ALLOCATOR

2023-05-26 Thread Stanislaw Gruszka
On Thu, May 25, 2023 at 09:45:19PM -0700, Randy Dunlap wrote: > Drivers that use the gen_pool*() family of functions should > select GENERIC_ALLOCATOR to prevent build errors like these: > > ld: drivers/accel/ivpu/ivpu_ipc.o: in function `gen_pool_free': > include/linux/genalloc.h:172: undefined r

[PATCH] accel/ivpu: ivpu_ipc needs GENERIC_ALLOCATOR

2023-05-25 Thread Randy Dunlap
Drivers that use the gen_pool*() family of functions should select GENERIC_ALLOCATOR to prevent build errors like these: ld: drivers/accel/ivpu/ivpu_ipc.o: in function `gen_pool_free': include/linux/genalloc.h:172: undefined reference to `gen_pool_free_owner' ld: drivers/accel/ivpu/ivpu_ipc.o: in