Re: [PATCH v1] gpu/cuda: fix memory list cleanup

2022-01-20 Thread Thomas Monjalon
21/12/2021 21:50, eagost...@nvidia.com: > From: Elena Agostini > > Memory list cleanup (called by cuda_mem_free) > was not properly set the new head of the list > when deleting an entry. > > Fixes: 1306a73b1958 ("gpu/cuda: introduce CUDA driver") > > Signed-off-by: Elena Agostini Applied, tha

[PATCH v1] gpu/cuda: fix memory list cleanup

2021-12-21 Thread eagostini
From: Elena Agostini Memory list cleanup (called by cuda_mem_free) was not properly set the new head of the list when deleting an entry. Fixes: 1306a73b1958 ("gpu/cuda: introduce CUDA driver") Signed-off-by: Elena Agostini --- drivers/gpu/cuda/cuda.c | 6 -- 1 file changed, 4 insertions(+