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 - 1:32 am
On Wed, Oct 24 2007, FUJITA Tomonori wrote:
quoted text
> On Tue, 23 Oct 2007 20:49:40 +0530 > Kamalesh Babulal <kamalesh@linux.vnet.ibm.com> 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 > > Does this work? > > > diff --git a/arch/x86/kernel/pci-gart_64.c b/arch/x86/kernel/pci-gart_64.c > index c56e9ee..ae7e016 100644 > --- a/arch/x86/kernel/pci-gart_64.c > +++ b/arch/x86/kernel/pci-gart_64.c > @@ -338,7 +338,6 @@ static int __dma_map_cont(struct scatterlist *start, int nelems, > > BUG_ON(s != start && s->offset); > if (s == start) { > - *sout = *s; > sout->dma_address = iommu_bus_base; > sout->dma_address += iommu_page*PAGE_SIZE + s->offset; > sout->dma_length = s->length; > @@ -365,7 +364,7 @@ static inline int dma_map_cont(struct scatterlist *start, int nelems, > { > if (!need) { > BUG_ON(nelems != 1); > - *sout = *start; > + sout->dma_address = start->dma_address; > sout->dma_length = start->length; > return 0; > } > -- > 1.5.2.4
Care to write up a proper changelog? -- 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)