All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mickael Marchand <marchand@kde.org>
To: linux-kernel@vger.kernel.org
Cc: Andrew Morton <akpm@osdl.org>
Subject: Re: 2.6.12-rc2-mm1
Date: Thu, 07 Apr 2005 09:14:19 +0200	[thread overview]
Message-ID: <4254DDCB.2070704@kde.org> (raw)
In-Reply-To: <20050405000524.592fc125.akpm@osdl.org>

Andrew Morton wrote:
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12-rc2/2.6.12-rc2-mm1/
> 
> - x86 NMI handling seems to be bust in 2.6.12-rc2.  Try using
>   `nmi_watchdog=0' if you experience weird crashes.
> 
> - The possible kernel-timer related hangs might possibly be fixed.  We
>   haven't heard yet.
> 
> - Nobody said anything about the PM resume and DRI behaviour in
>   2.6.12-rc1-mm4.  So it's all perfect now?
> 
> - Various fixes and updates.  Nothing earth-shattering.
> 

Hi,

-> compiling 2.6.12-rc2-mm1 on amd64 :

arch/x86_64/kernel/nmi.c:116: error: static declaration of
'check_nmi_watchdog' follows non-static declaration
include/asm/apic.h:102: error: previous declaration of
'check_nmi_watchdog' was here

I guess the fix is easy enough :)

-> while I am it, I got a soft lookup on a bi-opteron using
2.6.12-rc1-mm4 (while stressing reiser4 with rsync so I guess it is
reiser4's fault ;)
config at
http://www-fourier.ujf-grenoble.fr/~mmarcha/config-2.6.12-rc1-mm4.gz

I also got some "flushing like mad" warning messages from reiser4 (which
are safe apparently).

BUG: soft lockup detected on CPU#0!

Modules linked in: ipv6 parport_pc parport eth1394 ehci_hcd uhci_hcd
ohci1394 ieee1394 ohci_hcd usbcore snd_intel8x0 snd_ac97_codec snd_pcm
snd_timer snd snd_page_alloc i2c_amd756 i2c_amd8111 i2c_isa w83781d
i2c_sensor i2c_core e1000
Pid: 25291, comm: pdflush Not tainted 2.6.12-rc1-mm4
RIP: 0010:[<ffffffff8021f7de>] <ffffffff8021f7de>{protect_extent_nodes+382}
RSP: 0018:ffff81007df45678  EFLAGS: 00000202
RAX: ffff810015c7c5e0 RBX: ffff81007c609000 RCX: ffff81001074ba60
RDX: ffff81001074b220 RSI: ffff81001074b1c0 RDI: ffff81001074b210
RBP: 0000002000000000 R08: ffff81007df458a0 R09: ffff810044068e14
R10: 000000000000001c R11: ffffffff802119a0 R12: 00007fe07df455e0
R13: ffff81007c609004 R14: ffff81007df4565c R15: 00007fe000000001
FS:  00002aaaaadfeae0(0000) GS:ffffffff806e7840(0000) knlGS:0000000000000000
CS:  0010 DS: 0018 ES: 0018 CR0: 000000008005003b
CR2: 00002aaaaaac2000 CR3: 000000009bc83000 CR4: 00000000000006e0

Call Trace:<ffffffff8021f7da>{protect_extent_nodes+378}
<ffffffff8021c00e>{extent_size+30}
       <ffffffff801f5df9>{txnh_get_atom+41}
<ffffffff8021ffd2>{alloc_extent+562}
       <ffffffff8020a0bc>{plugin_by_unsafe_id+28}
<ffffffff80220bd1>{item_length_by_coord+17}
       <ffffffff801f8a4f>{handle_pos_on_twig+351}
<ffffffff801fabc6>{flush_current_atom+2022}
       <ffffffff801f7aca>{flush_some_atom+458}
<ffffffff801a2993>{generic_sync_sb_inodes+723}
       <ffffffff8014cc50>{keventd_create_kthread+0}
<ffffffff80203b85>{reiser4_sync_inodes+229}
       <ffffffff801a2bd9>{writeback_inodes+137}
<ffffffff8016012c>{background_writeout+124}
       <ffffffff80160c10>{pdflush+0} <ffffffff80160d4c>{pdflush+316}
       <ffffffff801600b0>{background_writeout+0}
<ffffffff8014cec9>{kthread+217}
       <ffffffff80133160>{schedule_tail+64} <ffffffff8010f59b>{child_rip+8}
       <ffffffff8014cc50>{keventd_create_kthread+0}
<ffffffff8014cdf0>{kthread+0}
       <ffffffff8010f593>{child_rip+0}

Cheers,
Mik

  parent reply	other threads:[~2005-04-07  7:14 UTC|newest]

Thread overview: 85+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-05  7:05 2.6.12-rc2-mm1 Andrew Morton
2005-04-05  7:21 ` 2.6.12-rc2-mm1 Dave Airlie
2005-04-05  7:33 ` 2.6.12-rc2-mm1 Nick Piggin
2005-04-05  7:59   ` 2.6.12-rc2-mm1 Ingo Molnar
2005-04-05 18:51   ` 2.6.12-rc2-mm1 Siddha, Suresh B
2005-04-05 23:42     ` 2.6.12-rc2-mm1 Nick Piggin
2005-04-06 17:11     ` 2.6.12-rc2-mm1 Nick Piggin
2005-04-08  1:08       ` 2.6.12-rc2-mm1 Siddha, Suresh B
2005-04-08  2:28         ` 2.6.12-rc2-mm1 Nick Piggin
2005-04-05  7:39 ` 2.6.12-rc2-mm1 Brice Goglin
2005-04-05  7:45   ` 2.6.12-rc2-mm1 Andrew Morton
2005-04-05  7:59     ` 2.6.12-rc2-mm1 Brice Goglin
2005-04-05  8:05       ` 2.6.12-rc2-mm1 Andrew Morton
2005-04-07 17:00     ` 2.6.12-rc2-mm1 - printk timing broken Damir Perisa
2005-04-05  8:30   ` 2.6.12-rc2-mm1 Ingo Molnar
2005-04-05  8:40     ` 2.6.12-rc2-mm1 Brice Goglin
2005-04-05 18:34       ` 2.6.12-rc2-mm1 Ingo Molnar
2005-04-06  9:09         ` 2.6.12-rc2-mm1 Brice Goglin
2005-04-05  7:44 ` 2.6.12-rc2-mm1 Christoph Hellwig
2005-04-05  9:07   ` 2.6.12-rc2-mm1 Dave Airlie
2005-04-05  9:20     ` 2.6.12-rc2-mm1 Paul Mackerras
2005-04-05  9:25       ` 2.6.12-rc2-mm1 Dave Airlie
2005-04-05  9:30       ` 2.6.12-rc2-mm1 Christoph Hellwig
2005-04-05  9:44         ` 2.6.12-rc2-mm1 Paul Mackerras
2005-04-05  9:45           ` 2.6.12-rc2-mm1 Christoph Hellwig
2005-04-05  9:51             ` 2.6.12-rc2-mm1 Paul Mackerras
2005-04-05  9:54               ` 2.6.12-rc2-mm1 Christoph Hellwig
2005-04-05  9:58                 ` 2.6.12-rc2-mm1 Dave Airlie
2005-04-05 10:03                   ` 2.6.12-rc2-mm1 Christoph Hellwig
2005-04-05  9:58                 ` 2.6.12-rc2-mm1 Paul Mackerras
2005-04-05  9:33       ` 2.6.12-rc2-mm1 Arjan van de Ven
2005-04-05  9:11   ` 2.6.12-rc2-mm1 Paul Mackerras
2005-04-05  9:12     ` 2.6.12-rc2-mm1 Christoph Hellwig
2005-04-05  9:35       ` 2.6.12-rc2-mm1 Paul Mackerras
2005-04-05  9:36         ` 2.6.12-rc2-mm1 Christoph Hellwig
2005-04-05  7:45 ` 2.6.12-rc2-mm1 Christoph Hellwig
2005-04-05  7:51   ` 2.6.12-rc2-mm1 Andrew Morton
2005-04-05 16:48   ` 2.6.12-rc2-mm1 David Woodhouse
2005-04-05  8:18 ` 2.6.12-rc2-mm1 Brice Goglin
2005-04-05  8:46 ` 2.6.12-rc2-mm1 Rafael J. Wysocki
2005-04-05 10:08 ` 2.6.12-rc2-mm1 Jindrich Makovicka
2005-04-06 22:07   ` 2.6.12-rc2-mm1 Andrew Morton
2005-04-05 10:18 ` 2.6.12-rc2-mm1 Andrey Panin
2005-04-05 12:21 ` [-mm patch] Makefile: fix spaces instead of tab Adrian Bunk
2005-04-05 13:19   ` Sam Ravnborg
2005-04-05 12:40 ` 2.6.12-rc2-mm1 Borislav Petkov
2005-04-05 13:44 ` 2.6.12-rc2-mm1 Barry K. Nathan
2005-04-05 14:14   ` 2.6.12-rc2-mm1 Barry K. Nathan
2005-04-05 22:03     ` 2.6.12-rc2-mm1 Barry K. Nathan
2005-04-06  0:56     ` 2.6.12-rc2-mm1 Andrew Morton
2005-04-06  7:19       ` 2.6.12-rc2-mm1 Barry K. Nathan
2005-04-06 12:59       ` 2.6.12-rc2-mm1 Barry K. Nathan
2005-04-06 21:27         ` 2.6.12-rc2-mm1 Andrew Morton
2005-04-07  3:06           ` 2.6.12-rc2-mm1 Barry K. Nathan
2005-04-07  6:55             ` 2.6.12-rc2-mm1 Barry K. Nathan
2005-04-08 10:33             ` 2.6.12-rc2-mm1 Pavel Machek
2005-04-10 21:18               ` 2.6.12-rc2-mm1 Barry K. Nathan
2005-04-10 21:27                 ` 2.6.12-rc2-mm1 Pavel Machek
2005-04-10 22:57                   ` 2.6.12-rc2-mm1 Barry K. Nathan
2005-04-10 23:00                     ` 2.6.12-rc2-mm1 Pavel Machek
2005-04-11  4:31                       ` 2.6.12-rc2-mm1 Barry K. Nathan
2005-04-11 10:57                         ` swsusp vs. xfs [was Re: 2.6.12-rc2-mm1] Pavel Machek
2005-04-11 23:12                           ` [xfs-masters] " Nathan Scott
2005-04-11 23:51                             ` Pavel Machek
2005-04-12  0:26                               ` Nathan Scott
2005-04-12 11:04                                 ` Pavel Machek
2005-04-12 11:50                                   ` Barry K. Nathan
2005-04-12 12:47                               ` Rafael J. Wysocki
2005-04-11  7:38                     ` 2.6.12-rc2-mm1 Stefan Seyfried
2005-04-05 14:24 ` [-mm patch] drivers/infiniband/hw/mthca/mthca_main.c: remove an unused label Adrian Bunk
2005-04-05 14:37   ` Hal Rosenstock
2005-04-05 16:53   ` Roland Dreier
2005-04-05 15:45 ` 2.6.12-rc2-mm1 Jan Dittmer
2005-04-05 21:38   ` 2.6.12-rc2-mm1 Sam Ravnborg
2005-04-05 17:11 ` 2.6.12-rc2-mm1 Christophe Saout
2005-04-06  1:44 ` 2.6.12-rc2-mm1 Neil Brown
2005-04-06 22:19   ` 2.6.12-rc2-mm1 Andrew Morton
2005-04-07  0:40 ` 2.6.12-rc2-mm1 Ed Tomlinson
2005-04-07  7:14 ` Mickael Marchand [this message]
2005-04-08 18:13   ` [-mm patch] x86_64: kill obsolete check_nmi_watchdog prototype Adrian Bunk
2005-04-08 18:21     ` Mickael Marchand
  -- strict thread matches above, loose matches on Subject: below --
2005-04-05  7:05 2.6.12-rc2-mm1 Andrew Morton
     [not found] <fa.gcqu6i7.1o6qrhn@ifi.uio.no>
2005-04-05  8:34 ` 2.6.12-rc2-mm1 Reuben Farrelly
2005-04-05 12:14   ` 2.6.12-rc2-mm1 Adrian Bunk
2005-04-05 12:32     ` 2.6.12-rc2-mm1 Reuben Farrelly

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=4254DDCB.2070704@kde.org \
    --to=marchand@kde.org \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.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.