From: "Paul E. McKenney" <paulmck-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
To: Ingo Molnar <mingo-X9Un+BFzKDI@public.gmane.org>
Cc: Linus Torvalds
<torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>,
"Rafael J. Wysocki" <rjw-KKrjLPT3xs0@public.gmane.org>,
Linux Kernel Mailing List
<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
Adrian Bunk <bunk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Andrew Morton
<akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>,
Natalie Protasevich
<protasnb-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
Kernel Testers List
<kernel-testers-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
Maximilian Engelhardt
<maxi-OwNUvPV92VfddJNmlsFzeA@public.gmane.org>,
Randy Dunlap
<randy.dunlap-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>,
James Bottomley
<James.Bottomley-d9PhHud1JfjCXq6kfMZ53/egYHeGw8Jk@public.gmane.org>
Subject: Re: 2.6.26-rc9: Reported regressions from 2.6.25
Date: Fri, 1 Aug 2008 14:09:24 -0700 [thread overview]
Message-ID: <20080801210924.GE14851@linux.vnet.ibm.com> (raw)
In-Reply-To: <20080706165810.GA16189-X9Un+BFzKDI@public.gmane.org>
On Sun, Jul 06, 2008 at 06:58:10PM +0200, Ingo Molnar wrote:
>
> * Linus Torvalds <torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org> wrote:
>
> > > Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10815
> > > Subject : 2.6.26-rc4: RIP find_pid_ns+0x6b/0xa0
> > > Submitter : Alexey Dobriyan <adobriyan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> > > Date : 2008-05-27 09:23 (41 days old)
> > > References : http://lkml.org/lkml/2008/5/27/9
> > > http://lkml.org/lkml/2008/6/14/87
> > > Handled-By : Oleg Nesterov <oleg-6lXkIZvqkOAvJsYlp49lxw@public.gmane.org>
> > > Linus Torvalds <torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
> > > Paul E. McKenney <paulmck-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
> > > Patch : http://lkml.org/lkml/2008/5/28/16
> >
> > This one is the same thing that is reported as unresolved, and no, I
> > don't think that existing patch was ever really tested to fix
> > anything. Paul?
> >
> > I suspect SRCU will need to be simply marked BROKEN for now, because
> > nobody knows what the problem Alexey sees is. Apparently it's been
> > seen by a few other people too.
>
> I'm not sure it's directly related to SRCU - it can change timings and
> freeing patterns enough to tickle other bugs. Since Alexey Dobriyan has
> reported it - are perhaps namespaces in use during this stress-test?
> Maybe it's some namespaces related bug that is more easily reproduced
> under SRCU - namespaces is not a commonly tested feature.
I have CONFIG_NAMESPACES=y. Should I also set one or more of
CONFIG_UTS_NS, CONFIG_IPC_NS, CONFIG_USER_NS, or CONFIG_PID_NS?
What the heck, I will just set them all and pound away on kernbenchx170
and rcutorture.
Thanx, Paul
> Also, i've been running rcutorture stress-tests on a number of
> test-systems ever since this got reported (and they are running
> currently as well) and cannot see it - neither could Paul reproduce it.
>
> ( and Paul is very good in producing RCU related problems - he's
> triggered and fixed many RCU related problems that no-one else saw
> before. )
>
> Ingo
WARNING: multiple messages have this Message-ID (diff)
From: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
To: Ingo Molnar <mingo@elte.hu>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
"Rafael J. Wysocki" <rjw@sisk.pl>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Adrian Bunk <bunk@kernel.org>,
Andrew Morton <akpm@linux-foundation.org>,
Natalie Protasevich <protasnb@gmail.com>,
Kernel Testers List <kernel-testers@vger.kernel.org>,
Maximilian Engelhardt <maxi@daemonizer.de>,
Randy Dunlap <randy.dunlap@oracle.com>,
James Bottomley <James.Bottomley@HansenPartnership.com>
Subject: Re: 2.6.26-rc9: Reported regressions from 2.6.25
Date: Fri, 1 Aug 2008 14:09:24 -0700 [thread overview]
Message-ID: <20080801210924.GE14851@linux.vnet.ibm.com> (raw)
In-Reply-To: <20080706165810.GA16189@elte.hu>
On Sun, Jul 06, 2008 at 06:58:10PM +0200, Ingo Molnar wrote:
>
> * Linus Torvalds <torvalds@linux-foundation.org> wrote:
>
> > > Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10815
> > > Subject : 2.6.26-rc4: RIP find_pid_ns+0x6b/0xa0
> > > Submitter : Alexey Dobriyan <adobriyan@gmail.com>
> > > Date : 2008-05-27 09:23 (41 days old)
> > > References : http://lkml.org/lkml/2008/5/27/9
> > > http://lkml.org/lkml/2008/6/14/87
> > > Handled-By : Oleg Nesterov <oleg@tv-sign.ru>
> > > Linus Torvalds <torvalds@linux-foundation.org>
> > > Paul E. McKenney <paulmck@linux.vnet.ibm.com>
> > > Patch : http://lkml.org/lkml/2008/5/28/16
> >
> > This one is the same thing that is reported as unresolved, and no, I
> > don't think that existing patch was ever really tested to fix
> > anything. Paul?
> >
> > I suspect SRCU will need to be simply marked BROKEN for now, because
> > nobody knows what the problem Alexey sees is. Apparently it's been
> > seen by a few other people too.
>
> I'm not sure it's directly related to SRCU - it can change timings and
> freeing patterns enough to tickle other bugs. Since Alexey Dobriyan has
> reported it - are perhaps namespaces in use during this stress-test?
> Maybe it's some namespaces related bug that is more easily reproduced
> under SRCU - namespaces is not a commonly tested feature.
I have CONFIG_NAMESPACES=y. Should I also set one or more of
CONFIG_UTS_NS, CONFIG_IPC_NS, CONFIG_USER_NS, or CONFIG_PID_NS?
What the heck, I will just set them all and pound away on kernbenchx170
and rcutorture.
Thanx, Paul
> Also, i've been running rcutorture stress-tests on a number of
> test-systems ever since this got reported (and they are running
> currently as well) and cannot see it - neither could Paul reproduce it.
>
> ( and Paul is very good in producing RCU related problems - he's
> triggered and fixed many RCU related problems that no-one else saw
> before. )
>
> Ingo
next prev parent reply other threads:[~2008-08-01 21:09 UTC|newest]
Thread overview: 208+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-06 11:39 2.6.26-rc9: Reported regressions from 2.6.25 Rafael J. Wysocki
2008-07-06 11:39 ` Rafael J. Wysocki
2008-07-06 11:39 ` [Bug #10493] mips BCM47XX compile error Rafael J. Wysocki
2008-07-06 11:39 ` Rafael J. Wysocki
2008-07-06 13:39 ` Adrian Bunk
2008-07-06 13:39 ` Adrian Bunk
2008-07-06 11:45 ` [Bug #10724] ACPI: EC: GPE storm detected, disabling EC GPE Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 17:44 ` Justin Mattock
2008-07-06 17:44 ` Justin Mattock
2008-07-06 11:45 ` [Bug #10629] 2.6.26-rc1-$sha1: RIP __d_lookup+0x8c/0x160 Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #10741] bug in `tty: BKL pushdown'? Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 14:47 ` Johannes Weiner
2008-07-06 14:47 ` Johannes Weiner
2008-07-06 11:45 ` [Bug #10714] powerpc: Badness seen on 2.6.26-rc2 with lockdep enabled Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #10843] Display artifacts on XOrg logout with PAT kernel and VESA framebuffer Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 23:08 ` Frans Pop
2008-07-06 11:45 ` [Bug #10725] USB Mass storage mount fails: Write protect on Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #10821] rt25xx: lock dependency warning, association failure, and kmalloc corruption Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #10860] total system freeze at boot with 2.6.26-rc Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #10726] x86-64 NODES_SHIFT compile failure Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #10786] parisc: 64bit SMP does not boot on J5600 Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-10 13:42 ` Domenico Andreoli
2008-07-10 13:42 ` Domenico Andreoli
[not found] ` <20080710134159.GA4331-sEfEhJr8Tr7lLLHJGgvKiAC/G2K4zDHf@public.gmane.org>
2008-07-24 16:43 ` Domenico Andreoli
2008-07-24 16:43 ` Domenico Andreoli
2008-07-06 11:45 ` [Bug #10815] 2.6.26-rc4: RIP find_pid_ns+0x6b/0xa0 Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #10865] Oops trying to mount an ntfs partition on thinkpad Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 16:07 ` Alex Romosan
2008-07-06 11:45 ` [Bug #10862] forcedeth: lockdep warning on ethtool -s Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #10985] backlight doesn't come on after resume with i915 video Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #10861] 2.6.26-rc4-git2 - long pause during boot Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 14:33 ` James Bottomley
2008-07-06 14:33 ` James Bottomley
[not found] ` <1215354787.4197.1.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2008-07-06 17:16 ` Rafael J. Wysocki
2008-07-06 17:16 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #11025] [problem] raid performance loss with 2.6.26-rc8 on 32-bit x86 (bisected) Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-07 16:16 ` Mel Gorman
2008-07-07 16:16 ` Mel Gorman
[not found] ` <20080707161620.GA30381-wPRd99KPJ+uzQB+pC5nmwQ@public.gmane.org>
2008-07-07 22:30 ` Rafael J. Wysocki
2008-07-07 22:30 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #10984] MMC print trace information when resume from suspend Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #9791] Clock is running too fast^Wslow using acpi_pm clocksource Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #11008] after laptop re-dock: usb-storage device no longer detected Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #11035] System hangs on 2.6.26-rc8 Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-10 12:29 ` Roman Mindalev
2008-07-10 12:29 ` Roman Mindalev
[not found] ` <487600B3.2010008-ioAbOcnQCpJeoWH0uzbU5w@public.gmane.org>
2008-07-10 18:08 ` Luiz Fernando N. Capitulino
2008-07-10 18:08 ` Luiz Fernando N. Capitulino
[not found] ` <20080710150841.139c2a71-nIupHZaCssooJnjsDhvDDvd9D2ou9A/h@public.gmane.org>
2008-07-12 15:07 ` Roman Mindalev
2008-07-12 15:07 ` Roman Mindalev
2008-07-12 15:48 ` Roman Mindalev
2008-07-12 15:48 ` Roman Mindalev
[not found] ` <4878D259.7050403-ioAbOcnQCpJeoWH0uzbU5w@public.gmane.org>
2008-07-15 13:40 ` Roman Mindalev
2008-07-15 13:40 ` Roman Mindalev
[not found] ` <487CA8E5.8020208-ioAbOcnQCpJeoWH0uzbU5w@public.gmane.org>
2008-07-18 7:11 ` Ingo Molnar
2008-07-18 7:11 ` Ingo Molnar
2008-07-18 7:17 ` Nigel Cunningham
[not found] ` <20080718071121.GB6875-X9Un+BFzKDI@public.gmane.org>
2008-07-18 7:28 ` Vegard Nossum
2008-07-18 7:28 ` Vegard Nossum
[not found] ` <19f34abd0807180028y2be61c06ueab5fcc305956f80-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-07-18 22:25 ` Ingo Molnar
2008-07-18 22:25 ` Ingo Molnar
2008-07-06 11:45 ` [Bug #10954] hda_intel: azx_get_response timeout, switching to polling mode: last cmd=0x011f000c Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 17:47 ` Justin Mattock
2008-07-06 17:47 ` Justin Mattock
2008-07-06 11:45 ` [Bug #11042] build issue #477 for v2.6.26-rc8-290-gb8a0b6c : input_event" [drivers/media/dvb/ttpci/dvb-ttpci.ko] undefined! Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #10989] kernel oopses when wiggling the mouse to make it known to hidd Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #10906] repeatable slab corruption with LTP msgctl08 Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #10971] radeonfb : radeon X800 family support (atombios) Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #10955] v2.6.26-rc7: BUG task_struct: Poison overwritten Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #10872] x86_64 boot hang when CONFIG_NUMA=n Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 18:17 ` Randy Dunlap
2008-07-06 18:17 ` Randy Dunlap
[not found] ` <20080706111750.a6d77e81.randy.dunlap-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
2008-07-06 18:33 ` Linus Torvalds
2008-07-06 18:33 ` Linus Torvalds
[not found] ` <alpine.LFD.1.10.0807061133230.3016-5CScLwifNT1QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org>
2008-07-07 6:32 ` Ingo Molnar
2008-07-07 6:32 ` Ingo Molnar
[not found] ` <20080707063218.GC23583-X9Un+BFzKDI@public.gmane.org>
2008-07-07 6:57 ` Yinghai Lu
2008-07-07 6:57 ` Yinghai Lu
2008-07-07 18:39 ` Randy Dunlap
2008-07-07 18:39 ` Randy Dunlap
[not found] ` <20080707113917.6fda3f7d.randy.dunlap-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
2008-07-07 22:40 ` Randy Dunlap
2008-07-07 22:40 ` Randy Dunlap
2008-07-08 0:24 ` Yinghai Lu
[not found] ` <86802c440807071724i1a186879h479460ada28e1b26-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-07-08 5:28 ` Randy Dunlap
2008-07-08 5:28 ` Randy Dunlap
[not found] ` <20080707222829.d79b6e2f.randy.dunlap-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
2008-07-08 7:07 ` Yinghai Lu
2008-07-08 7:07 ` Yinghai Lu
2008-07-08 15:44 ` Randy Dunlap
2008-07-08 19:02 ` Yinghai Lu
[not found] ` <20080707154042.04bb492e.randy.dunlap-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
2008-07-08 5:16 ` Ingo Molnar
2008-07-08 5:16 ` Ingo Molnar
[not found] ` <20080708051629.GA12595-X9Un+BFzKDI@public.gmane.org>
2008-07-08 15:39 ` Randy Dunlap
2008-07-08 15:39 ` Randy Dunlap
2008-07-07 6:42 ` Ingo Molnar
2008-07-07 6:42 ` Ingo Molnar
[not found] ` <20080707064227.GA27622-X9Un+BFzKDI@public.gmane.org>
2008-07-07 7:15 ` Yinghai Lu
2008-07-07 7:15 ` Yinghai Lu
2008-07-07 7:24 ` Ingo Molnar
2008-07-06 11:45 ` [Bug #10960] 2.6.26-rc: SPARC: Sun Ultra 10 can not boot Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #11023] 2.6.26-rc8-git2 - kernel BUG at mm/page_alloc.c:585 Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #10919] [regression] display dimming is slow and laggy - Acer Travelmate 661lci Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #11039] 2.6.28-rc8-git3 forcedeth WARNING (kills the interface) Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 13:44 ` Brad Campbell
2008-07-06 13:44 ` Brad Campbell
2008-07-06 11:45 ` [Bug #11009] No console on Riva TNT since 2.6.26-0.rc4 Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #11040] 2.6.26-rc: host can not shutdown: ata problem Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #11006] 2.6.26-rc6: pcmcia stopped working Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #11024] 2.6.25 to 2.6.26-rc8 regression (related to ahci and acpi _GTF) Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #11041] All 2.6.26-rcX hang immediately after loading ohci_hcd Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 11:45 ` [Bug #10957] pata_pcmcia with Sandisk Extreme III 8GB Rafael J. Wysocki
2008-07-06 11:45 ` Rafael J. Wysocki
2008-07-06 14:14 ` 2.6.26-rc9: Reported regressions from 2.6.25 Ingo Molnar
2008-07-06 14:14 ` Ingo Molnar
2008-07-06 15:46 ` Linus Torvalds
2008-07-06 15:46 ` Linus Torvalds
[not found] ` <alpine.LFD.1.10.0807060816070.3016-5CScLwifNT1QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org>
2008-07-06 15:58 ` Adrian Bunk
2008-07-06 15:58 ` Adrian Bunk
2008-07-06 17:05 ` Rafael J. Wysocki
[not found] ` <200807061905.50261.rjw-KKrjLPT3xs0@public.gmane.org>
2008-07-06 17:40 ` Adrian Bunk
2008-07-06 17:40 ` Adrian Bunk
[not found] ` <20080706174006.GD21669-re2QNgSbS3j4D6uPqz5PAwR5/fbUUdgG@public.gmane.org>
2008-07-06 18:02 ` Rafael J. Wysocki
2008-07-06 18:02 ` Rafael J. Wysocki
[not found] ` <200807062002.46863.rjw-KKrjLPT3xs0@public.gmane.org>
2008-07-06 18:26 ` Adrian Bunk
2008-07-06 18:26 ` Adrian Bunk
[not found] ` <20080706182648.GE21669-re2QNgSbS3j4D6uPqz5PAwR5/fbUUdgG@public.gmane.org>
2008-07-06 21:04 ` Rafael J. Wysocki
2008-07-06 21:04 ` Rafael J. Wysocki
[not found] ` <200807062304.07443.rjw-KKrjLPT3xs0@public.gmane.org>
2008-07-06 21:32 ` Adrian Bunk
2008-07-06 21:32 ` Adrian Bunk
[not found] ` <20080706213214.GH21669-re2QNgSbS3j4D6uPqz5PAwR5/fbUUdgG@public.gmane.org>
2008-07-06 21:47 ` Linus Torvalds
2008-07-06 21:47 ` Linus Torvalds
[not found] ` <alpine.LFD.1.10.0807061443420.3016-5CScLwifNT1QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org>
2008-07-06 22:19 ` Adrian Bunk
2008-07-06 22:19 ` Adrian Bunk
[not found] ` <20080706221932.GJ21669-re2QNgSbS3j4D6uPqz5PAwR5/fbUUdgG@public.gmane.org>
2008-07-06 22:27 ` Linus Torvalds
2008-07-06 22:27 ` Linus Torvalds
[not found] ` <alpine.LFD.1.10.0807061524510.3016-5CScLwifNT1QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org>
2008-07-06 23:06 ` Adrian Bunk
2008-07-06 23:06 ` Adrian Bunk
[not found] ` <20080706230610.GK21669-re2QNgSbS3j4D6uPqz5PAwR5/fbUUdgG@public.gmane.org>
2008-07-06 23:55 ` Johannes Weiner
2008-07-06 23:55 ` Johannes Weiner
[not found] ` <87skumr2jg.fsf-BfM5BwqdGSkPyMaTEpOvjQ@public.gmane.org>
2008-07-07 8:58 ` Adrian Bunk
2008-07-07 8:58 ` Adrian Bunk
2008-07-06 21:47 ` Rafael J. Wysocki
2008-07-06 21:47 ` Rafael J. Wysocki
[not found] ` <200807062347.59962.rjw-KKrjLPT3xs0@public.gmane.org>
2008-07-06 21:56 ` Rafael J. Wysocki
2008-07-06 21:56 ` Rafael J. Wysocki
[not found] ` <200807062356.47908.rjw-KKrjLPT3xs0@public.gmane.org>
2008-07-06 22:10 ` Rene Herman
2008-07-06 22:10 ` Rene Herman
[not found] ` <487142BA.1080508-cENuUygGYd//D1n+0JDH9g@public.gmane.org>
2008-07-06 22:57 ` Rafael J. Wysocki
2008-07-06 22:57 ` Rafael J. Wysocki
2008-07-06 23:05 ` Rene Herman
[not found] ` <48714FD0.4090300-cENuUygGYd//D1n+0JDH9g@public.gmane.org>
2008-07-06 23:15 ` Rafael J. Wysocki
2008-07-06 23:15 ` Rafael J. Wysocki
[not found] ` <200807070057.51663.rjw-KKrjLPT3xs0@public.gmane.org>
2008-07-06 23:11 ` Nigel Cunningham
2008-07-06 23:11 ` Nigel Cunningham
2008-07-06 22:07 ` Adrian Bunk
2008-07-06 22:07 ` Adrian Bunk
2008-07-06 16:11 ` James Bottomley
2008-07-06 16:11 ` James Bottomley
2008-07-06 16:58 ` Ingo Molnar
2008-07-06 16:58 ` Ingo Molnar
[not found] ` <20080706165810.GA16189-X9Un+BFzKDI@public.gmane.org>
2008-08-01 21:09 ` Paul E. McKenney [this message]
2008-08-01 21:09 ` Paul E. McKenney
2008-07-07 17:37 ` Pavel Machek
2008-07-07 17:37 ` Pavel Machek
2008-07-07 18:26 ` Maximilian Engelhardt
2008-08-01 21:09 ` Paul E. McKenney
2008-08-01 21:09 ` Paul E. McKenney
2008-07-06 21:54 ` Linus Torvalds
2008-07-06 21:54 ` Linus Torvalds
[not found] ` <alpine.LFD.1.10.0807061453340.3016-5CScLwifNT1QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org>
2008-07-06 22:00 ` Rafael J. Wysocki
2008-07-06 22:00 ` Rafael J. Wysocki
2008-07-07 0:51 ` Benjamin Herrenschmidt
2008-07-07 0:51 ` Benjamin Herrenschmidt
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=20080801210924.GE14851@linux.vnet.ibm.com \
--to=paulmck-23vcf4htsmix0ybbhkvfkdbpr1lh4cv8@public.gmane.org \
--cc=James.Bottomley-d9PhHud1JfjCXq6kfMZ53/egYHeGw8Jk@public.gmane.org \
--cc=akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org \
--cc=bunk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=kernel-testers-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=maxi-OwNUvPV92VfddJNmlsFzeA@public.gmane.org \
--cc=mingo-X9Un+BFzKDI@public.gmane.org \
--cc=protasnb-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=randy.dunlap-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org \
--cc=rjw-KKrjLPT3xs0@public.gmane.org \
--cc=torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.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.