Displaying 5 results from an estimated 5 matches for "xiant".
Did you mean:
giant
2023 Jun 10
0
[PATCH 1/3] virtio-crypto: fixup potential cpu stall when free unused bufs
On Sat, Jun 10, 2023 at 11:20:49AM +0800, Xianting Tian wrote:
>
> ? 2023/6/9 ??11:57, Michael S. Tsirkin ??:
> > On Fri, Jun 09, 2023 at 09:18:15PM +0800, Xianting Tian wrote:
> > > From: Xianting Tian <tianxianting.txt at alibaba-inc.com>
> > >
> > > Cpu stall issue may happen if device is configu...
2020 Jul 09
0
[PATCH] scsi: virtio_scsi: remove unnecessary condition check
On 09/07/20 17:06, Xianting Tian wrote:
> kmem_cache_destroy and mempool_destroy can correctly handle
> null pointer parameter, so there is no need to check if the
> parameter is null before calling kmem_cache_destroy and
> mempool_destroy.
>
> Signed-off-by: Xianting Tian <xianting_tian at 126.com>...
2020 Jul 09
0
[PATCH] scsi: virtio_scsi: remove unnecessary condition check
On 09/07/20 16:46, Xianting Tian wrote:
> kmem_cache_destroy can correctly handle null pointer parameter,
> so there is no need to check if the parameter is null before
> calling kmem_cache_destroy.
>
> Signed-off-by: Xianting Tian <xianting_tian at 126.com>
> ---
> drivers/scsi/virtio_scsi.c |...
2020 Jul 14
0
[PATCH] scsi: virtio_scsi: remove unnecessary condition check
On Thu, 9 Jul 2020 11:06:07 -0400, Xianting Tian wrote:
> kmem_cache_destroy and mempool_destroy can correctly handle
> null pointer parameter, so there is no need to check if the
> parameter is null before calling kmem_cache_destroy and
> mempool_destroy.
Applied to 5.9/scsi-queue, thanks!
[1/1] scsi: virtio_scsi: Remove u...
2023 Jul 03
1
[GIT PULL] virtio: features, fixes, cleanups
...bar setup for vdpa
pds_vdpa: add vdpa config client commands
pds_vdpa: add support for vdpa and vdpamgmt interfaces
pds_vdpa: subscribe to the pds_core events
pds_vdpa: pds_vdps.rst and Kconfig
Simon Horman (1):
virtio: Add missing documentation for structure fields
Xianting Tian (4):
virtio-crypto: call scheduler when we free unused buffs
virtio-console: call scheduler when we free unused buffs
virtio_bt: call scheduler when we free unused buffs
vhost: Make parameter name match of vhost_get_vq_desc()
Zhu Lingshan (8):
vDPA/ifcvf: virt...