login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
October
»
24
Re: [BUG] 2.6.23-git18 Kernel oops in sg helpers
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Jens Axboe
Subject:
Re: [BUG] 2.6.23-git18 Kernel oops in sg helpers
Date: Wednesday, October 24, 2007 - 5:25 am
On Wed, Oct 24 2007, Andy Whitcroft wrote:
quoted text
> On Tue, Oct 23, 2007 at 08:44:20PM +0200, Jens Axboe wrote: > > On Tue, Oct 23 2007, Kamalesh Babulal wrote: > > > Hi, > > > > > > Kernel oops is triggered while running fsx-linux test, followed by cpu softlock > > > over the AMD box > > > > > > Unable to handle kernel NULL pointer dereference at 0000000000000018 RIP: > > > [<ffffffff8021f2f6>] gart_map_sg+0x26c/0x406 > > > PGD 10185b067 PUD 10075b067 PMD 0 > > > Oops: 0002 [1] SMP > > > CPU 3 > > > Modules linked in: > > > Pid: 18676, comm: fsx-linux Not tainted 2.6.23-git18-autokern1 #1 > > > RIP: 0010:[<ffffffff8021f2f6>] [<ffffffff8021f2f6>] gart_map_sg+0x26c/0x406 > > > RSP: 0000:ffff810181edf948 EFLAGS: 00010002 > > > > Can you check where gart_map_sg+0x26c is at? Make sure you have > > CONFIG_DEBUG_INFO defined, then do: > > > > $ gdb vmlinux > > $ l *gart_map_sg+0x26c > > Ok, this problem still seems to be about in 2.6.24-rc1. Here is the gdb > output from that version, the panic (also below) seems the same: > > (gdb) l *gart_map_sg+0x26c > 0xffffffff8022011e is in gart_map_sg (arch/x86/kernel/pci-gart_64.c:433). > 428 goto error; > 429 out++; > 430 flush_gart(); > 431 if (out < nents) { > 432 sgmap = sg_next(sgmap); > 433 sgmap->dma_length = 0; > 434 } > 435 return out; > 436 > 437 error: > > So it seems sg_next has returned 0.
Interesting. Can you add a printk("mapped %d of %d\n", out, nents); prior to that sg_next() call and reproduce? -- Jens Axboe -
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[BUG] 2.6.23-git18 Kernel oops in sg helpers
, Kamalesh Babulal
, (Tue Oct 23, 8:19 am)
Re: [BUG] 2.6.23-git18 Kernel oops in sg helpers
, Jens Axboe
, (Tue Oct 23, 11:44 am)
Re: [BUG] 2.6.23-git18 Kernel oops in sg helpers
, FUJITA Tomonori
, (Tue Oct 23, 3:42 pm)
Re: [BUG] 2.6.23-git18 Kernel oops in sg helpers
, Jens Axboe
, (Wed Oct 24, 1:32 am)
Re: [BUG] 2.6.23-git18 Kernel oops in sg helpers
, Benny Halevy
, (Wed Oct 24, 1:50 am)
Re: [BUG] 2.6.23-git18 Kernel oops in sg helpers
, Andy Whitcroft
, (Wed Oct 24, 4:54 am)
Re: [BUG] 2.6.23-git18 Kernel oops in sg helpers
, Jens Axboe
, (Wed Oct 24, 5:25 am)
Re: [BUG] 2.6.23-git18 Kernel oops in sg helpers
, FUJITA Tomonori
, (Wed Oct 24, 5:40 am)
Re: [BUG] 2.6.23-git18 Kernel oops in sg helpers
, Kamalesh Babulal
, (Wed Oct 24, 9:08 am)
Re: [BUG] 2.6.23-git18 Kernel oops in sg helpers
, Jens Axboe
, (Wed Oct 24, 11:06 am)
Re: [BUG] 2.6.23-git18 Kernel oops in sg helpers
, FUJITA Tomonori
, (Wed Oct 24, 3:09 pm)
Re: [BUG] 2.6.23-git18 Kernel oops in sg helpers
, Jens Axboe
, (Wed Oct 24, 10:34 pm)
Re: [BUG] 2.6.23-git18 Kernel oops in sg helpers
, Benny Halevy
, (Thu Oct 25, 1:53 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
David Brownell
Re: build #337 failed for 2.6.24-rc1-gb1d08ac In function `usbnet_set_settings':
Matthew Garrett
Re: 2.6.25-rc6 regression - hang on resume [Bug 10319]
Andy Walls
Re: [PATCH 11/32] v4l/cx18: update workqueue usage
Greg Kroah-Hartman
[PATCH 17/36] sysdev: detect multiple driver registrations
Thomas Gleixner
[patch -mm 19/28] x86_64: Use generic cmos update
git
:
Mark Junker
git on MacOSX and files with decomposed utf-8 file names
Johannes Schindelin
Re: error: cannot lock ref 'refs/remotes/origin/*'
Pat Thoyts
[PATCH] git-gui: use themed tk widgets with Tk 8.5
Michael Witten
Re: 'git gc --aggressive' effectively unusable
Jonathan Nieder
Re: [PATCH v2] git-send-email.perl: fix In-Reply-To for second and subsequent patc...
linux-netdev
:
David Miller
Re: [PATCH 32/53] netns xfrm: finding policy in netns
Jean-Louis Dupond
Re: tg3 driver not advertising 1000mbit
Jan Engelhardt
[PATCH 1/3] net: tcp: make hybla selectable as default congestion module
Matt Mackall
Re: [regression] nf_iterate(), BUG: unable to handle kernel NULL pointer dereference
Eric Dumazet
Re: HTB accuracy on 10GbE
git-commits-head
:
Linux Kernel Mailing List
V4L/DVB (8018): Add em2860 chip ID
Linux Kernel Mailing List
ipv6: fix an oops when force unload ipv6 module
Linux Kernel Mailing List
[ARM] unconditionally define __virt_to_phys and __phys_to_virt
Linux Kernel Mailing List
ixgbe: fix automatic LRO/RSC settings for low latency
Linux Kernel Mailing List
3c515: convert to net_device_ops
openbsd-misc
:
Samuel Baldwin
Re: Forum engine
Robert
disklabel - cylinder rounding
nixlists
Re: Which laptops do the developers use?
Claudio Jeker
Re: OT: Python (was Re: vi in /bin)
Darrin Chandler
Re: That whole "Linux stealing our code" thing
Colocation donated by:
Syndicate