Re: [RESEND PATCH v1 1/7] vhost: Add a new module_param for enable kthread

2024-09-09 Thread kernel test robot
el/git/mst/vhost.git linux-next patch link: https://lore.kernel.org/r/20240909020138.1245873-2-lulu%40redhat.com patch subject: [RESEND PATCH v1 1/7] vhost: Add a new module_param for enable kthread config: x86_64-randconfig-123-20240910 (https://download.01.org/0day-ci/archive/20240910/20240910125

[RESEND PATCH v1 1/7] vhost: Add a new module_param for enable kthread

2024-09-08 Thread Cindy Lu
Add a new module parameter to enable kthread while loading modules. This parameter will identify if the vhost will use kthread or a task. The default value will be true. Signed-off-by: Cindy Lu --- drivers/vhost/vhost.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/vhost/vhost.c