From: Alexander Nyberg <alexn@dsv.su.se>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org, mpm@selenic.com
Subject: Re: 2.6.10-rc1-mm5
Date: Fri, 12 Nov 2004 20:00:03 +0100 [thread overview]
Message-ID: <1100286003.18492.0.camel@boxen> (raw)
In-Reply-To: <20041111012333.1b529478.akpm@osdl.org>
On Thu, 2004-11-11 at 10:23, Andrew Morton wrote:
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.10-rc1/2.6.10-rc1-mm5/
>
>
> - Various updates to various things. Nothing really stands out.
Got a few of these running LTP (the second -x 4 run). I was beating up
NFS a bit when I saw this (this coming from the server side). UP x86 box
with netconsole using tulip NIC. No preempt involved and it doesn't
appear to happen if I don't put some IO pressure on it, seems
reproducible otherwise.
Badness in local_bh_enable at kernel/softirq.c:140
[<c011c3c6>] local_bh_enable+0x86/0x90
[<c038c4b7>] svc_write_space+0x27/0x90
[<c0335ebb>] sock_wfree+0x5b/0x60
[<c0337229>] __kfree_skb+0x49/0xe0
[<c03469b9>] zap_completion_queue+0x39/0x60
[<c03468cf>] netpoll_poll+0x7f/0xc0
[<c0346b1e>] netpoll_send_skb+0x7e/0xc0
[<c02dbf72>] write_msg+0x32/0x40
[<c02dbf40>] write_msg+0x0/0x40
[<c01178d5>] __call_console_drivers+0x45/0x50
[<c01179c5>] call_console_drivers+0x75/0x100
[<c0117d4e>] release_console_sem+0x5e/0xf0
[<c0117c3e>] vprintk+0xfe/0x160
[<c0117b37>] printk+0x17/0x20
[<c014880e>] sys_swapon+0x58e/0x790
[<c0103db3>] syscall_call+0x7/0xb
Badness in local_bh_enable at kernel/softirq.c:140
[<c0104db7>] dump_stack+0x17/0x20
[<c011cf45>] local_bh_enable+0x85/0x90
[<c038fde8>] svc_write_space+0x28/0x90
[<c0338e48>] sock_wfree+0x58/0x60
[<c033a179>] __kfree_skb+0x49/0xd0
[<c0349b6a>] zap_completion_queue+0x3a/0x60
[<c0349a7b>] netpoll_poll+0x7b/0xb0
[<c0349cc7>] netpoll_send_skb+0x87/0xd0
[<c02de37a>] write_msg+0x3a/0x50
[<c0118202>] __call_console_drivers+0x52/0x60
[<c01182ff>] call_console_drivers+0x7f/0x100
[<c011869a>] release_console_sem+0x6a/0x100
[<c011856e>] vprintk+0xfe/0x160
[<c0118468>] printk+0x18/0x20
[<c014abe7>] sys_swapon+0x5b7/0x7d0
[<c0103fb7>] syscall_call+0x7/0xb
Badness in local_bh_enable at kernel/softirq.c:140
[<c0104db7>] dump_stack+0x17/0x20
[<c011cf45>] local_bh_enable+0x85/0x90
[<c038fde8>] svc_write_space+0x28/0x90
[<c0338e48>] sock_wfree+0x58/0x60
[<c033a179>] __kfree_skb+0x49/0xd0
[<c0349b6a>] zap_completion_queue+0x3a/0x60
[<c0349a7b>] netpoll_poll+0x7b/0xb0
[<c0349cc7>] netpoll_send_skb+0x87/0xd0
[<c02de37a>] write_msg+0x3a/0x50
[<c0118202>] __call_console_drivers+0x52/0x60
[<c01182ff>] call_console_drivers+0x7f/0x100
[<c011869a>] release_console_sem+0x6a/0x100
[<c011856e>] vprintk+0xfe/0x160
[<c0118468>] printk+0x18/0x20
[<c014abe7>] sys_swapon+0x5b7/0x7d0
[<c0103fb7>] syscall_call+0x7/0xb
next prev parent reply other threads:[~2004-11-12 19:00 UTC|newest]
Thread overview: 72+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-11 9:23 2.6.10-rc1-mm5 Andrew Morton
2004-11-11 10:09 ` 2.6.10-rc1-mm5 Magnus Damm
2004-11-11 10:11 ` 2.6.10-rc1-mm5 Andrew Morton
2004-11-11 10:24 ` 2.6.10-rc1-mm5 Magnus Damm
2004-11-11 10:45 ` 2.6.10-rc1-mm5 Brice Goglin
2004-11-11 11:00 ` 2.6.10-rc1-mm5 Stefano Rivoir
2004-11-11 11:13 ` 2.6.10-rc1-mm5 Andrew Morton
2004-11-11 11:04 ` 2.6.10-rc1-mm5 Markus Trippelsdorf
2004-11-11 11:08 ` 2.6.10-rc1-mm5 Andrew Morton
2004-11-11 21:55 ` 2.6.10-rc1-mm5 Martin J. Bligh
2004-11-11 22:14 ` 2.6.10-rc1-mm5 Andrew Morton
2004-11-12 9:27 ` 2.6.10-rc1-mm5 Jens Axboe
2004-11-11 22:41 ` 2.6.10-rc1-mm5 Andrew Morton
2004-11-12 10:50 ` [PATCH] Fix SHMEM options David Howells
2004-11-12 16:45 ` Christoph Hellwig
2004-11-11 12:11 ` 2.6.10-rc1-mm5: yenta_socket issue Rafael J. Wysocki
2004-11-11 12:21 ` Andrew Morton
2004-11-11 12:43 ` Rafael J. Wysocki
2004-11-12 3:55 ` Rusty Russell
2004-11-11 16:50 ` 2.6.10-rc1-mm5: REISER4_LARGE_KEY is still selectable Adrian Bunk
2004-11-12 7:07 ` Vladimir Saveliev
2004-11-12 13:23 ` Adrian Bunk
2004-11-12 16:16 ` DaMouse
2004-11-12 16:37 ` Vladimir Saveliev
2004-11-12 17:15 ` Adrian Bunk
2004-12-11 17:25 ` Hans Reiser
2004-11-11 21:45 ` Reiser{3,4}: problem with the copyright statement Adrian Bunk
2004-11-11 21:59 ` Linus Torvalds
2004-11-12 16:47 ` Christoph Hellwig
2004-11-12 17:06 ` Christoph Hellwig
2004-11-12 17:11 ` Adrian Bunk
2004-11-12 17:13 ` Christoph Hellwig
2004-11-12 19:33 ` Hans Reiser
2004-11-11 22:51 ` Stephen Pollei
2004-11-12 2:08 ` Zan Lynx
2004-11-11 23:28 ` 2.6.10-rc1-mm5: reiser4: print_clog in debug.c useless? Adrian Bunk
2004-11-12 2:39 ` 2.6.10-rc1-mm5: strange fs/reiser4/linux-5_reiser4_syscall.patch Adrian Bunk
2004-11-12 14:30 ` [patch] 2.6.10-rc1-mm5: some reiser4 cleanups Adrian Bunk
2004-11-12 19:00 ` Alexander Nyberg [this message]
2004-11-13 0:11 ` 2.6.10-rc1-mm5 Greg KH
2004-11-13 17:55 ` 2.6.10-rc1-mm5 [u] Martin Schlemmer [c]
2004-11-13 21:16 ` Martin Schlemmer [c]
2004-11-13 21:22 ` Andrew Morton
2004-11-13 22:19 ` Jedi/Sector One
2004-11-13 22:22 ` Martin Schlemmer [c]
2004-11-13 23:24 ` Andrew Morton
2004-11-14 0:07 ` Martin Schlemmer [c]
2004-11-14 9:10 ` Jamie Lokier
-- strict thread matches above, loose matches on Subject: below --
2004-11-13 0:30 2.6.10-rc1-mm5 Keshavamurthy, Anil S
2004-11-13 21:02 2.6.10-rc1-mm5 Stas Sergeev
2004-11-13 21:38 ` 2.6.10-rc1-mm5 Andrew Morton
2004-11-15 18:21 ` 2.6.10-rc1-mm5 Stas Sergeev
2004-11-13 22:13 ` 2.6.10-rc1-mm5 Zwane Mwaikambo
2004-11-13 22:47 ` 2.6.10-rc1-mm5 Stas Sergeev
2004-11-15 1:16 ` 2.6.10-rc1-mm5 Zwane Mwaikambo
2004-11-15 1:49 ` 2.6.10-rc1-mm5 Maciej W. Rozycki
2004-11-15 2:14 ` 2.6.10-rc1-mm5 Zwane Mwaikambo
2004-11-14 9:24 ` 2.6.10-rc1-mm5 Dave Airlie
2004-11-14 13:48 ` 2.6.10-rc1-mm5 Stas Sergeev
2004-11-15 1:19 ` 2.6.10-rc1-mm5 Maciej W. Rozycki
2004-11-15 18:05 ` 2.6.10-rc1-mm5 Stas Sergeev
2004-11-15 23:33 ` 2.6.10-rc1-mm5 Maciej W. Rozycki
2004-11-15 23:53 ` 2.6.10-rc1-mm5 Andrew Morton
2004-11-16 1:47 ` 2.6.10-rc1-mm5 Maciej W. Rozycki
2004-11-16 17:29 ` 2.6.10-rc1-mm5 Stas Sergeev
2004-11-16 23:35 ` 2.6.10-rc1-mm5 Maciej W. Rozycki
2004-11-18 14:53 ` 2.6.10-rc1-mm5 Stas Sergeev
2004-11-18 16:17 ` 2.6.10-rc1-mm5 Maciej W. Rozycki
2004-11-18 17:27 ` 2.6.10-rc1-mm5 Stas Sergeev
2004-11-18 18:37 ` 2.6.10-rc1-mm5 Maciej W. Rozycki
2004-11-14 12:11 2.6.10-rc1-mm5 Mikael Pettersson
2004-11-14 13:27 ` 2.6.10-rc1-mm5 Stas Sergeev
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=1100286003.18492.0.camel@boxen \
--to=alexn@dsv.su.se \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mpm@selenic.com \
/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