Re: [PATCH v2] bus/fslmc: unlock spinlock in case of timeout

2023-01-03 Thread Alvaro Karsz
Hi David, Thanks for your review. I'll create a new version without the comment, and will cc sta...@dpdk.org.

Re: [PATCH v2] bus/fslmc: unlock spinlock in case of timeout

2023-01-03 Thread David Marchand
On Mon, Dec 26, 2022 at 8:47 AM Alvaro Karsz wrote: > > Bug in function mc_send_command, > A spinlock is not unlocked in case of timeouts. > > Fixes: 79711846f676 ("bus/fslmc: add timeout in MC send command") This is worth backporting to 22.11 LTS. Please add: Cc: sta...@dpdk.org > Signed-off-by

[PATCH v2] bus/fslmc: unlock spinlock in case of timeout

2022-12-25 Thread Alvaro Karsz
Bug in function mc_send_command, A spinlock is not unlocked in case of timeouts. Fixes: 79711846f676 ("bus/fslmc: add timeout in MC send command") Signed-off-by: Alvaro Karsz -- v2: - Fix code indentation. - Fix "Fixes: " tag format. --- drivers/bus/fslmc/mc/mc_sys.c | 6 +-