Re: [PATCH] backends/cryptodev-builtin: Fix local_error leaks

2024-04-24 Thread Michael Tokarev
22.04.2024 11:53, Li Zhijian via wrote: It seems that this error does not need to be propagated to the upper, directly output the error to avoid the leaks Closes: https://gitlab.com/qemu-project/qemu/-/issues/2283 Signed-off-by: Li Zhijian Applied to trivial-patches tree, with

Re: [PATCH] backends/cryptodev-builtin: Fix local_error leaks

2024-04-22 Thread 皮振伟
Hi, Please add the following message: Fixes: 2fda101de07("virtio-crypto: Support asynchronous mode") LGTM. Reviewed-by: zhenwei pi < pizhen...@bytedance.com> > From:"Li Zhijian" > Date:Mon, Apr 22, 2024, 16:50 > Subject:[External] [PATCH] backends/crypt

Re: [PATCH] backends/cryptodev-builtin: Fix local_error leaks

2024-04-22 Thread Philippe Mathieu-Daudé
On 22/4/24 10:53, Li Zhijian wrote: It seems that this error does not need to be propagated to the upper, directly output the error to avoid the leaks Closes: https://gitlab.com/qemu-project/qemu/-/issues/2283 Signed-off-by: Li Zhijian --- backends/cryptodev-builtin.c | 9 + 1 file

[PATCH] backends/cryptodev-builtin: Fix local_error leaks

2024-04-22 Thread Li Zhijian via
It seems that this error does not need to be propagated to the upper, directly output the error to avoid the leaks Closes: https://gitlab.com/qemu-project/qemu/-/issues/2283 Signed-off-by: Li Zhijian --- backends/cryptodev-builtin.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-)