Re: [PATCH v1 2/7] vhost: Add kthread support in function vhost_worker_queue()

2024-09-11 Thread kernel test robot
linux-next patch link: https://lore.kernel.org/r/20240909013531.1243525-3-lulu%40redhat.com patch subject: [PATCH v1 2/7] vhost: Add kthread support in function vhost_worker_queue() config: arc-randconfig-001-20240911 (https://download.01.org/0day-ci/archive/20240911/202409111842.o3eeppu6-...

[RESEND PATCH v1 2/7] vhost: Add kthread support in function vhost_worker_queue()

2024-09-08 Thread Cindy Lu
Added back the previously removed function vhost_worker_queue() and renamed it to vhost_worker_queue_khtread(). The new vhost_worker_queue() will select the different mode based on the value of the parameter. The old function vhost_work_queue() was change to support task in commit 6e890c5d5021 ('

[PATCH v1 2/7] vhost: Add kthread support in function vhost_worker_queue()

2024-09-08 Thread Cindy Lu
Added back the previously removed function vhost_worker_queue() and renamed it to vhost_worker_queue_khtread(). The new vhost_worker_queue() will select the different mode based on the value of the parameter. The old function vhost_work_queue() was change to support task in commit 6e890c5d5021 ('