Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1426980

Re: [PATCH v9 04/12] kthread: Allow to call __kthread_create_on_node() with va_list args

From Tejun Heo <tj@kernel.org>
Newsgroups linux.kernel
Subject Re: [PATCH v9 04/12] kthread: Allow to call __kthread_create_on_node() with va_list args
Date 2016-06-20 22:00 +0200
Message-ID <rMdwu-44L-35@gated-at.bofh.it> (permalink)
References <rKDv3-7Hj-3@gated-at.bofh.it> <rKDv3-7Hj-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Thu, Jun 16, 2016 at 01:17:23PM +0200, Petr Mladek wrote:
> kthread_create_on_node() implements a bunch of logic to create
> the kthread. It is already called by kthread_create_on_cpu().
> 
> We are going to extend the kthread worker API and will
> need to call kthread_create_on_node() with va_list args there.
> 
> This patch does only a refactoring and does not modify the existing
> behavior.
> 
> Signed-off-by: Petr Mladek <pmladek@suse.com>

Acked-by: Tejun Heo <tj@kernel.org>

Thanks.

-- 
tejun

Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread


Thread

[PATCH v9 04/12] kthread: Allow to call __kthread_create_on_node() with va_list args Petr Mladek <pmladek@suse.com> - 2016-06-16 13:20 +0200
  Re: [PATCH v9 04/12] kthread: Allow to call  __kthread_create_on_node() with va_list args Tejun Heo <tj@kernel.org> - 2016-06-20 22:00 +0200

csiph-web