Skip to content
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.

Call kthread_create() correctly with fixed arguments. #348

Closed
wants to merge 1 commit into from

Conversation

dweeezil
Copy link
Contributor

The kernel's kthread_create() function is defined as "..." and there is
no va_list variant at the moment. The task name is pre-formatted into
a local buffer and passed to kthread_create() with fixed arguments.

Fixes #347.

The kernel's kthread_create() function is defined as "..." and there is
no va_list variant at the moment.  The task name is pre-formatted into
a local buffer and passed to kthread_create() with fixed arguments.
@behlendorf
Copy link
Contributor

Merged as:

3ceb71e Call kthread_create() correctly with fixed arguments.

@behlendorf behlendorf closed this Apr 14, 2014
@behlendorf behlendorf added this to the 0.6.3 milestone Apr 14, 2014
@behlendorf behlendorf added the Bug label Apr 14, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

kthread name corrupted
2 participants