public inbox for kernel-janitors@vger.kernel.org
 help / color / mirror / Atom feed
From: Miklos Vajna <vmiklos@frugalware.org>
To: Peter Zijlstra <peterz@infradead.org>
Cc: Mike Galbraith <efault@gmx.de>,
	shenghui <crosslonelyover@gmail.com>,
	kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org,
	mingo@elte.hu, Greg KH <greg@kroah.com>
Subject: Re: [PATCH] avoid race condition in pick_next_task_fair in
Date: Wed, 22 Dec 2010 13:31:55 +0000	[thread overview]
Message-ID: <20101222133154.GS10557@genesis.frugalware.org> (raw)
In-Reply-To: <1293008842.2170.70.camel@laptop>

[-- Attachment #1: Type: text/plain, Size: 1713 bytes --]

On Wed, Dec 22, 2010 at 10:07:22AM +0100, Peter Zijlstra <peterz@infradead.org> wrote:
> On Wed, 2010-12-22 at 09:41 +0100, Mike Galbraith wrote:
> > On Wed, 2010-12-22 at 09:29 +0100, Peter Zijlstra wrote:
> > > On Wed, 2010-12-22 at 01:22 +0100, Miklos Vajna wrote:
> > > > Please let me know if you need more info.
> > > 
> > > What distro are you using? it looks like systemd is involved and I'm
> > > actively avoiding anything using that crap.

First, sorry about the systemd list, I did not know it's
subscriber-only.

This is Frugalware Linux, and it's disabled by default here as well.

> > Heh, gearing up to hunt a bug it triggers, just doing all I had to do to
> > get the thing built and installed blew my box _all up_.  I still have
> > smoldering bits lying about a week later.
> 
> There's a reason I was asking for a qemu image ;-), I'm not letting that
> stuff anywhere near my regular machines.

Sure - here is a qcow image (871M):

http://frugalware.org/~vmiklos/files/systemd.img

Here is how I started it:

qemu-kvm -vnc :0 -m 1G -hda systemd.img

$ qemu-kvm -version
QEMU PC emulator version 0.12.3 (qemu-kvm-0.12.3), Copyright (c) 2003-2008 Fabrice Bellard

There are two menu entries in grub config - first is sysvinit, that
boots up correctly here, you can login using root / root. The second is
systemd, that just panics here almost all the time. In case it would
not, use 'systemctl emergency' as root and that will trigger the bug. :)

If you need more packages in the virtual machine and the pacman package
manager sounds exotic, here is a quick help:

http://frugalware.org/docs/pacman-g2#_apt_pacman_g2_cross_reference

Thanks,

Miklos

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

  reply	other threads:[~2010-12-22 13:31 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-29  7:10 [PATCH] avoid race condition in pick_next_task_fair in shenghui
2010-06-29 10:43 ` Peter Zijlstra
2010-06-29 11:24   ` shenghui
2010-06-29 11:35     ` Peter Zijlstra
2010-06-29 12:44       ` shenghui
2010-12-19  2:03   ` Miklos Vajna
2010-12-22  0:22     ` Miklos Vajna
2010-12-22  8:29       ` Peter Zijlstra
2010-12-22  8:41         ` Peter Zijlstra
2010-12-22  8:41         ` Mike Galbraith
2010-12-22  9:07           ` Peter Zijlstra
2010-12-22 13:31             ` Miklos Vajna [this message]
2010-12-22 14:00               ` Peter Zijlstra
2010-12-22 14:11                 ` Peter Zijlstra
2010-12-22 15:14                   ` Miklos Vajna
2010-12-22 15:25                     ` Peter Zijlstra
2010-12-22 17:08                     ` Peter Zijlstra
2010-12-22 17:16                       ` Ingo Molnar
2010-12-22 17:25                         ` Peter Zijlstra
2010-12-22 20:36                       ` Peter Zijlstra
2010-12-23  2:08                         ` [PATCH] avoid race condition in pick_next_task_fair in kernel/sched_fair.c Yong Zhang
2010-12-23 12:12                           ` [PATCH] avoid race condition in pick_next_task_fair in Peter Zijlstra
2010-12-23 12:33                             ` Peter Zijlstra
2010-12-23 18:24                               ` Peter Zijlstra
     [not found]                                 ` <1293132304.6798.6.camel@marge.simson.net>
     [not found]                                   ` <1293132862.25981.22.camel@laptop>
     [not found]                                     ` <1293187425.7138.2.camel@marge.simson.net>
     [not found]                                       ` <1293188091.25981.200.camel@laptop>
     [not found]                                         ` <1293192999.18035.4.camel@marge.simson.net>
2010-12-24 15:59                                           ` [PATCH] sched, cgroup: Use exit hook to avoid use-after-free crash Peter Zijlstra
2010-12-24 16:40                                             ` [PATCH] sched, cgroup: Use exit hook to avoid use-after-free Miklos Vajna
2010-12-24 16:48                                             ` Mike Galbraith
2010-12-24 17:07                                               ` Peter Zijlstra
2010-12-24 17:24                                                 ` Mike Galbraith
2010-12-25 18:07                                             ` Balbir Singh
2010-12-25 20:59                                             ` [PATCH] sched, cgroup: Use exit hook to avoid use-after-free crash Paul Menage
2011-01-03  7:06                                               ` [PATCH] sched, cgroup: Use exit hook to avoid use-after-free Peter Zijlstra
2010-12-29 15:25                                             ` Ingo Molnar
2010-12-31  8:32                                               ` [PATCH] Re: [PATCH] sched, cgroup: Use exit hook to avoid Mike Galbraith
2011-01-03  8:21                                                 ` Peter Zijlstra
     [not found]                                               ` <20101229230744.GA10557@genesis.frugalware.org>
2010-12-31 10:04                                                 ` [PATCH] sched, cgroup: Use exit hook to avoid use-after-free Mike Galbraith
2010-12-31 10:46                                                   ` Miklos Vajna
2010-12-22 21:11                       ` [PATCH] avoid race condition in pick_next_task_fair in Miklos Vajna
2010-12-22 23:39                         ` Miklos Vajna

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=20101222133154.GS10557@genesis.frugalware.org \
    --to=vmiklos@frugalware.org \
    --cc=crosslonelyover@gmail.com \
    --cc=efault@gmx.de \
    --cc=greg@kroah.com \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=peterz@infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox