From: Alistair John Strachan <s0348365@sms.ed.ac.uk>
To: linux-kernel@vger.kernel.org
Cc: "David Martínez Moreno" <ender@debian.org>,
"Andrew Morton" <akpm@osdl.org>,
linux-mm@kvack.org
Subject: Re: 2.6.2-rc2-mm1 (Breakage?)
Date: Wed, 28 Jan 2004 12:25:37 +0000 [thread overview]
Message-ID: <200401281225.37234.s0348365@sms.ed.ac.uk> (raw)
In-Reply-To: <200401281313.03790.ender@debian.org>
On Wednesday 28 January 2004 12:13, David Martinez Moreno wrote:
> El Miercoles, 28 de Enero de 2004 08:34, Andrew Morton escribio:
> > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.2-rc2/2
> >.6 .2-rc2-mm1/
> >
> >
> > - From now on, -mm kernels will contain the latest contents of:
> >
> > Linus's tree: linus.patch
> > The ACPI tree: acpi.patch
> > Vojtech's tree: input.patch
> > Jeff's tree: netdev.patch
> > The ALSA tree: alsa.patch
> >
> > If anyone has any more external trees which need similar treatment,
> > please let me know.
> >
> > - Various fixes. Nothing stands out.
>
> Hello, Andrew, I've switched from 2.6.2-rc1-mm1 to 2.6.2-rc1-mm1, and I've
> encountered this:
>
[snip]
Decided to build my first kernel with preempt since the early 2.5 days. I'm
seeing the same warnings in 2.6.2-rc2-mm1.
gkrellm 0 waking gkrellm: 897 1485
Badness in try_to_wake_up at kernel/sched.c:722
Call Trace:
[<c011a6a7>] try_to_wake_up+0x97/0x1d0
[<c011b0b0>] __wake_up_common+0x30/0x60
[<c011b109>] __wake_up+0x29/0x50
[<c0131f1b>] wake_futex+0x2b/0x70
[<c013259a>] do_futex+0x3fa/0x6e0
[<c011d9d0>] copy_process+0x7b0/0x10a0
[<c011e3a9>] do_fork+0xe9/0x179
[<c011a142>] schedule+0x1d2/0x640
[<c0132988>] sys_futex+0x108/0x130
[<c03e1b9e>] sysenter_past_esp+0x43/0x65
Every five seconds. This is when it reads the sensor information from /sys, I
think. And during boot, similar messages to those already reported (from
kern.log this time).
Badness in interruptible_sleep_on at kernel/sched.c:2239
Call Trace:
[interruptible_sleep_on+233/288] interruptible_sleep_on+0xe9/0x120
[default_wake_function+0/32] default_wake_function+0x0/0x20
[pagebuf_daemon+0/656] pagebuf_daemon+0x0/0x290
[pagebuf_daemon+597/656] pagebuf_daemon+0x255/0x290
[ret_from_fork+6/20] ret_from_fork+0x6/0x14
[pagebuf_daemon_wakeup+0/48] pagebuf_daemon_wakeup+0x0/0x30
[pagebuf_daemon+0/656] pagebuf_daemon+0x0/0x290
[kernel_thread_helper+5/16] kernel_thread_helper+0x5/0x10
Badness in interruptible_sleep_on at kernel/sched.c:2239
Call Trace:
[interruptible_sleep_on+233/288] interruptible_sleep_on+0xe9/0x120
[default_wake_function+0/32] default_wake_function+0x0/0x20
[msp3400c_setbass+144/176] msp3400c_setbass+0x90/0xb0
[msp3410d_thread+162/1600] msp3410d_thread+0xa2/0x640
[msp3410d_thread+0/1600] msp3410d_thread+0x0/0x640
[kernel_thread_helper+5/16] kernel_thread_helper+0x5/0x10
Etc.
--
Cheers,
Alistair.
personal: alistair()devzero!co!uk
university: s0348365()sms!ed!ac!uk
student: CS/AI Undergraduate
contact: 7/10 Darroch Court,
University of Edinburgh.
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org"> aart@kvack.org </a>
next prev parent reply other threads:[~2004-01-28 12:25 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-28 7:34 2.6.2-rc2-mm1 Andrew Morton
2004-01-28 7:55 ` 2.6.2-rc2-mm1 Mike Fedyk
2004-01-28 8:18 ` ALSA noise (was: Re: 2.6.2-rc2-mm1) Joshua Kwan
2004-01-28 9:41 ` 2.6.2-rc2-mm1 Christoph Hellwig
2004-01-28 19:38 ` 2.6.2-rc2-mm1 David S. Miller
2004-01-28 12:08 ` 2.6.2-rc2-mm1 Ramon Rey Vicente
2004-01-28 12:13 ` 2.6.2-rc2-mm1 (Breakage?) David Martínez Moreno
2004-01-28 12:25 ` Alistair John Strachan [this message]
2004-01-28 13:33 ` Fix sleep_on abuse in XFS, Was: " Christoph Hellwig
2004-01-28 14:28 ` David Woodhouse
2004-01-28 15:02 ` Christoph Hellwig
2004-01-29 6:20 ` Nathan Scott
2004-01-29 23:37 ` Alexander Hoogerhuis
2004-01-28 12:17 ` 2.6.2-rc2-mm1 Nikita Danilov
2004-01-28 13:08 ` 2.6.2-rc2-mm1 Stian Jordet
2004-01-28 15:32 ` 2.6.2-rc2-mm1 Randy.Dunlap
2004-01-28 21:25 ` 2.6.2-rc2-mm1 Andrew Morton
2004-01-28 17:02 ` [BUG] [2.6.2-rc2-mm1] Badness in try_to_wake_up at kernel/sched.c:722 (was Re: 2.6.2-rc2-mm1) Ramon Rey Vicente
2004-01-28 19:55 ` 2.6.2-rc2-mm1 Torrey Hoffman
2004-01-29 16:15 ` 2.6.2-rc2-mm1 Zephaniah E. Hull
2004-01-30 10:48 ` 2.6.2-rc2-mm1 Zephaniah E. Hull
2004-01-30 11:02 ` 2.6.2-rc2-mm1 Vojtech Pavlik
2004-01-30 11:18 ` 2.6.2-rc2-mm1 Zephaniah E. Hull
2004-01-30 11:20 ` 2.6.2-rc2-mm1 Vojtech Pavlik
2004-01-30 12:41 ` 2.6.2-rc2-mm1 Zephaniah E. Hull
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=200401281225.37234.s0348365@sms.ed.ac.uk \
--to=s0348365@sms.ed.ac.uk \
--cc=akpm@osdl.org \
--cc=ender@debian.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.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