login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
May
»
21
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Christoph Lameter
Subject:
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
Date: Monday, May 21, 2007 - 11:48 am
On Mon, 21 May 2007, Hugh Dickins wrote:
quoted text
> On Mon, 21 May 2007, Christoph Lameter wrote: > > On Mon, 21 May 2007, Hugh Dickins wrote: > > > > > Yes, sounded the same to me too: I couldn't reproduce it or see anything > > > wrong in the code back then. But Srihari's info about CONFIG_DEBUG_SLUB > > > off has helped a lot: I was then able to reproduce it on my x86_64, and > > > after a lot of staring at the code, the problem became obvious... > > > > Right. The #ifdef CONFIG_SLUB_DEBUG is at the wrong location. The best fix > > is to moving the #ifdef otherwise the size is still wrong for the > > ctor case. > > ? My patch did handle the ctor case.
True. I was thinking about just checking the problem case that we had here.
quoted text
> > SLUB Debug: Fix object size calculation > > > > The object size calculation is wrong if !CONFIG_SLUB_DEBUG because > > the #ifdef CONFIG_SLUB_DEBUG is now switching off the size adjustments > > for DESTROY_BY_RCU and ctor. > > > > Signed-off-by: Christoph Lameter <clameter@sgi.com> > > Yes, I think that should do it too. The reason behind my repeating > the block was to handle the case where SLAB_POISON is passed to > kmem_cache_create, but CONFIG_SLUB_DEBUG is off. But apparently > that case would hit the BUG_ON(flags & ~CREATE_MASK), therefore > your patch is simpler and better. Quite a maze.
Would you ack my patch? I do not want to repeat the block. -
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:
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
, Srihari Vijayaraghavan
, (Sun May 20, 6:35 am)
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
, Christoph Lameter
, (Mon May 21, 9:30 am)
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
, Hugh Dickins
, (Mon May 21, 10:41 am)
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
, Christoph Lameter
, (Mon May 21, 11:25 am)
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
, Hugh Dickins
, (Mon May 21, 11:44 am)
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
, Christoph Lameter
, (Mon May 21, 11:48 am)
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
, Jens Axboe
, (Mon May 21, 12:00 pm)
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
, Hugh Dickins
, (Mon May 21, 12:04 pm)
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
, Hugh Dickins
, (Mon May 21, 12:06 pm)
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
, Jens Axboe
, (Mon May 21, 12:09 pm)
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
, Christoph Lameter
, (Mon May 21, 12:13 pm)
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
, Jens Axboe
, (Mon May 21, 12:26 pm)
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
, Hugh Dickins
, (Mon May 21, 12:29 pm)
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
, Christoph Lameter
, (Mon May 21, 12:34 pm)
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
, Christoph Lameter
, (Mon May 21, 3:27 pm)
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
, Christoph Lameter
, (Mon May 21, 4:46 pm)
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
, Jens Axboe
, (Tue May 22, 12:07 am)
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
, Srihari Vijayaraghavan
, (Tue May 22, 1:26 am)
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
, Ingo Molnar
, (Tue May 22, 2:24 am)
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
, Srihari Vijayaraghavan
, (Tue May 22, 4:01 am)
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
, Ingo Molnar
, (Tue May 22, 4:20 am)
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
, Srihari Vijayaraghavan
, (Tue May 22, 4:26 am)
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
, Hugh Dickins
, (Tue May 22, 6:01 am)
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
, Jens Axboe
, (Tue May 22, 8:36 am)
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
, Christoph Lameter
, (Tue May 22, 11:30 am)
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
, Jens Axboe
, (Tue May 22, 1:10 pm)
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
, Srihari Vijayaraghavan
, (Tue May 22, 3:15 pm)
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
, Christoph Lameter
, (Tue May 22, 3:25 pm)
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
, Jens Axboe
, (Wed May 23, 12:11 am)
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
, Srihari Vijayaraghavan
, (Wed May 23, 3:18 am)
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
, Christoph Lameter
, (Wed May 23, 10:04 am)
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
, Christoph Lameter
, (Wed May 23, 10:10 am)
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
, Christoph Lameter
, (Wed May 23, 10:19 am)
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
, Srihari Vijayaraghavan
, (Wed May 23, 3:23 pm)
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
, Christoph Lameter
, (Wed May 23, 3:32 pm)
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
, Jens Axboe
, (Thu May 24, 12:25 am)
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
, Srihari Vijayaraghavan
, (Thu May 24, 6:12 am)
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
, Christoph Lameter
, (Thu May 24, 9:55 am)
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
, Christoph Lameter
, (Thu May 24, 9:58 am)
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
, Srihari Vijayaraghavan
, (Thu May 24, 2:30 pm)
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
, Christoph Lameter
, (Thu May 24, 3:19 pm)
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
, Srihari Vijayaraghavan
, (Thu May 24, 3:39 pm)
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
, Jens Axboe
, (Thu May 24, 11:12 pm)
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
, Christoph Lameter
, (Fri May 25, 6:40 am)
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
, Jens Axboe
, (Fri May 25, 7:00 am)
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
, Christoph Lameter
, (Fri May 25, 6:52 pm)
Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub
, Srihari Vijayaraghavan
, (Fri May 25, 7:49 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg KH
Og dreams of kernels
Jens Axboe
[PATCH 31/33] Fusion: sg chaining support
Arnd Bergmann
Re: finding your own dead "CONFIG_" variables
Mark Brown
[PATCH 2/2] Subject: natsemi: Allow users to disable workaround for DspCfg reset
Tony Breeds
[LGUEST] Look in object dir for .config
git
:
Brian Downing
Re: Git in a Nutshell guide
John Benes
Re: master has some toys
Matthias Lederhofer
[PATCH 4/7] introduce GIT_WORK_TREE to specify the work tree
Alexander Sulfrian
[RFC/PATCH] RE: git calls SSH_ASKPASS even if DISPLAY is not set
Junio C Hamano
Re: Rss produced by git is not valid xml?
git-commits-head
:
Linux Kernel Mailing List
iSeries: fix section mismatch in iseries_veth
Linux Kernel Mailing List
ixbge: remove TX lock and redo TX accounting.
Linux Kernel Mailing List
ixgbe: fix several counter register errata
Linux