[PATCH] vdpa/mlx5: should not activate virtq object when suspended

2023-02-10 Thread Si-Wei Liu
Otherwise the virtqueue object to instate could point to invalid address that was unmapped from the MTT: mlx5_core :41:04.2: mlx5_cmd_out_err:782:(pid 8321): CREATE_GENERAL_OBJECT(0xa00) op_mod(0xd) failed, status bad parameter(0x3), syndrome (0x5fa1c), err(-22) While at it, add warning

Re: [PATCH] virtio-crypto: Do not use GFP_ATOMIC when not needed

2023-02-10 Thread Herbert Xu
On Sat, Feb 04, 2023 at 09:54:08PM +0100, Christophe JAILLET wrote: > There is no need to use GFP_ATOMIC here. GFP_KERNEL is already used for > another memory allocation just the line after. > > Signed-off-by: Christophe JAILLET > --- > This patch is speculative ! ! ! > > Maybe it is the other m