Re: [PATCH v3 0/2] virtiofs: fix the warning for kernel direct IO

2024-08-14 Thread Jingbo Xu
On 8/14/24 3:46 PM, Hou Tao wrote: > Hi, > > On 8/14/2024 2:34 PM, Jingbo Xu wrote: >> Hi, Tao, >> >> On 4/26/24 10:39 PM, Hou Tao wrote: >>> From: Hou Tao >>> >>> Hi, >>> >>> The patch set aims to fix the warning related to an abnormal size >>> parameter of kmalloc() in virtiofs. Patch #1 fix

Re: [PATCH v3 0/2] virtiofs: fix the warning for kernel direct IO

2024-08-14 Thread Hou Tao
Hi, On 8/14/2024 2:34 PM, Jingbo Xu wrote: > Hi, Tao, > > On 4/26/24 10:39 PM, Hou Tao wrote: >> From: Hou Tao >> >> Hi, >> >> The patch set aims to fix the warning related to an abnormal size >> parameter of kmalloc() in virtiofs. Patch #1 fixes it by introducing >> use_pages_for_kvec_io option

Re: [PATCH v3 0/2] virtiofs: fix the warning for kernel direct IO

2024-08-13 Thread Jingbo Xu
Hi, Tao, On 4/26/24 10:39 PM, Hou Tao wrote: > From: Hou Tao > > Hi, > > The patch set aims to fix the warning related to an abnormal size > parameter of kmalloc() in virtiofs. Patch #1 fixes it by introducing > use_pages_for_kvec_io option in fuse_conn and enabling it in virtiofs. > Beside the

[PATCH v3 0/2] virtiofs: fix the warning for kernel direct IO

2024-04-26 Thread Hou Tao
From: Hou Tao Hi, The patch set aims to fix the warning related to an abnormal size parameter of kmalloc() in virtiofs. Patch #1 fixes it by introducing use_pages_for_kvec_io option in fuse_conn and enabling it in virtiofs. Beside the abnormal size parameter for kmalloc, the gfp parameter is als