All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jiri Slaby <jirislaby@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: mm-commits@vger.kernel.org, akpm@linux-foundation.org,
	Ingo Molnar <mingo@elte.hu>, "H. Peter Anvin" <hpa@zytor.com>,
	tglx@linutronix.de, x86@kernel.org, oleg@redhat.com
Subject: Re: mmotm 2009-02-17-12-33 uploaded
Date: Wed, 18 Feb 2009 10:35:23 +0100	[thread overview]
Message-ID: <499BD65B.2080307@gmail.com> (raw)
In-Reply-To: <499BD2AE.2020205@gmail.com>

On 18.2.2009 10:19, Jiri Slaby wrote:
> On 18.2.2009 00:21, Jiri Slaby wrote:
>> On 17.2.2009 21:33, akpm@linux-foundation.org wrote:
>>> The mm-of-the-moment snapshot 2009-02-17-12-33 has been uploaded to
>
> This one:
> kthreads-move-sched-realeted-initialization-from-kthreadd-context.patch

This hunk fixes the problem for me. I have no idea if it is correct though.

diff --git a/kernel/kthread.c b/kernel/kthread.c
index c1c3763..caed471 100644
--- a/kernel/kthread.c
+++ b/kernel/kthread.c
@@ -73,6 +73,7 @@ static int kthread(void *_create)

         /* OK, tell user we're spawned, wait for stop or wakeup */
         __set_current_state(TASK_UNINTERRUPTIBLE);
+       create->result = current;
         complete(&create->done);
         schedule();

  reply	other threads:[~2009-02-18  9:35 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-17 20:33 mmotm 2009-02-17-12-33 uploaded akpm
2009-02-17 23:21 ` Jiri Slaby
2009-02-17 23:31   ` Andrew Morton
2009-02-18  8:45     ` Jiri Slaby
2009-02-18  9:19   ` Jiri Slaby
2009-02-18  9:35     ` Jiri Slaby [this message]
2009-02-18  9:53       ` Andrew Morton
2009-02-18 12:15         ` Rusty Russell
2009-02-18 14:50           ` Oleg Nesterov
2009-04-28 19:22             ` Oleg Nesterov
2009-04-28 19:48               ` Andrew Morton
2009-04-28 20:13                 ` Oleg Nesterov
2009-02-18  0:52 ` mmotm 2009-02-17-12-33 uploaded (nr_pdflush_threads_min sysctl build error) Randy Dunlap
2009-02-18  1:40   ` Andrew Morton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=499BD65B.2080307@gmail.com \
    --to=jirislaby@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=mm-commits@vger.kernel.org \
    --cc=oleg@redhat.com \
    --cc=tglx@linutronix.de \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.