Re: [PATCH v3 1/5] workqueue: Make workqueue_set_unbound_cpumask() static

2023-11-15 Thread Waiman Long
queue-Make-workqueue_set_unbound_cpumask-static/20231116-010940 base: https://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git next patch link: https://lore.kernel.org/r/20231115170359.163299-2-longman%40redhat.com patch subject: [PATCH v3 1/5] workq

Re: [PATCH v3 1/5] workqueue: Make workqueue_set_unbound_cpumask() static

2023-11-15 Thread kernel test robot
c/20231116-010940 base: https://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git next patch link: https://lore.kernel.org/r/20231115170359.163299-2-longman%40redhat.com patch subject: [PATCH v3 1/5] workqueue: Make workqueue_set_unbound_cpumask() static config: i386-tinyconf

[PATCH v3 1/5] workqueue: Make workqueue_set_unbound_cpumask() static

2023-11-15 Thread Waiman Long
The workqueue_set_unbound_cpumask() function is only used inside workqueue.c with CONFIG_SYSFS. Make it static and move it down to within the ifdef CONFIG_SYSFS block. Also mark workqueue_apply_unbound_cpumask() as __maybe_unused for now as it will be used by another function introduced in a later