Re: Oops in a driver while using SLUB as a SLAB allocator

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Christoph Lameter
Date: Thursday, June 21, 2007 - 10:10 pm

On Fri, 22 Jun 2007, Hugh Dickins wrote:


Flush dcache page is supposed to run on pages not objects of varying 
length. It is suprising that this has not lead to earlier problems.
Objects allocated this way may straddle a page boundary under some 
conditions and in that case virt_to_page may not lead to a page that 
covers the complete object that is supposed to be flushed. Hopefully the 
"size" of the allocated object were whole pages.


2.6.22 cleans up these issues and this one follows in those footsteps.

The reason for the introduction of the quicklist f.e. was to have a clear 
separation between page sized allocation and the variable allocations 
through slab allocators.
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Oops in a driver while using SLUB as a SLAB allocator, Nicolas Ferre, (Thu Jun 21, 2:30 am)
Re: Oops in a driver while using SLUB as a SLAB allocator, Nicolas Ferre, (Thu Jun 21, 8:54 am)
Re: Oops in a driver while using SLUB as a SLAB allocator, Christoph Lameter, (Thu Jun 21, 6:01 pm)
Re: Oops in a driver while using SLUB as a SLAB allocator, Christoph Lameter, (Thu Jun 21, 6:36 pm)
Re: Oops in a driver while using SLUB as a SLAB allocator, Christoph Lameter, (Thu Jun 21, 6:41 pm)
Re: Oops in a driver while using SLUB as a SLAB allocator, Christoph Lameter, (Thu Jun 21, 10:10 pm)
Re: Oops in a driver while using SLUB as a SLAB allocator, Christoph Lameter, (Thu Jun 21, 10:13 pm)
Re: Oops in a driver while using SLUB as a SLAB allocator, Christoph Lameter, (Thu Jun 21, 10:31 pm)
Re: Oops in a driver while using SLUB as a SLAB allocator, Hugh Dickins, (Thu Jun 21, 10:37 pm)
[PATCH] mmc-atmel : fix kunmap wrong usage, Marc Pignat, (Thu Jun 21, 11:28 pm)
Re: Oops in a driver while using SLUB as a SLAB allocator, Russell King, (Fri Jun 22, 12:00 am)
Re: Oops in a driver while using SLUB as a SLAB allocator, Nicolas Ferre, (Fri Jun 22, 2:09 am)
Re: [PATCH] mmc-atmel : fix kunmap wrong usage, Hugh Dickins, (Fri Jun 22, 5:00 am)
Re: [PATCH] mmc-atmel : fix kunmap wrong usage, Nicolas Ferre, (Fri Jun 22, 6:34 am)
Re: [PATCH] mmc-atmel : fix kunmap wrong usage, Hugh Dickins, (Fri Jun 22, 6:46 am)
Re: [PATCH] mmc-atmel : fix kunmap wrong usage, Marc Pignat, (Fri Jun 22, 7:21 am)
Re: [PATCH] mmc-atmel : fix kunmap wrong usage, Marc Pignat, (Fri Jun 22, 7:58 am)
Re: Oops in a driver while using SLUB as a SLAB allocator, Linus Torvalds, (Fri Jun 22, 9:40 am)
Re: Oops in a driver while using SLUB as a SLAB allocator, Christoph Lameter, (Fri Jun 22, 10:26 am)
Re: Oops in a driver while using SLUB as a SLAB allocator, Christoph Lameter, (Fri Jun 22, 10:41 am)
Re: Oops in a driver while using SLUB as a SLAB allocator, Hugh Dickins, (Fri Jun 22, 11:39 am)
Re: Oops in a driver while using SLUB as a SLAB allocator, Christoph Lameter, (Fri Jun 22, 11:51 am)
Re: [PATCH] mmc-atmel : fix kunmap wrong usage, Jens Axboe, (Fri Jun 22, 12:00 pm)
Re: Oops in a driver while using SLUB as a SLAB allocator, Hugh Dickins, (Fri Jun 22, 12:01 pm)
Re: Oops in a driver while using SLUB as a SLAB allocator, Christoph Lameter, (Fri Jun 22, 12:11 pm)
Re: Oops in a driver while using SLUB as a SLAB allocator, Christoph Lameter, (Fri Jun 22, 1:15 pm)
Re: Oops in a driver while using SLUB as a SLAB allocator, Christoph Lameter, (Fri Jun 22, 3:54 pm)
Re: Oops in a driver while using SLUB as a SLAB allocator, Nicolas Ferre, (Mon Jun 25, 6:55 am)
Re: Oops in a driver while using SLUB as a SLAB allocator, Christoph Lameter, (Mon Jun 25, 7:07 am)
Re: Oops in a driver while using SLUB as a SLAB allocator, Christoph Lameter, (Mon Jun 25, 10:00 am)
Re: Oops in a driver while using SLUB as a SLAB allocator, Hugh Dickins, (Mon Jun 25, 10:23 am)
Re: Oops in a driver while using SLUB as a SLAB allocator, Christoph Lameter, (Mon Jun 25, 11:23 am)
Re: Oops in a driver while using SLUB as a SLAB allocator, Hugh Dickins, (Mon Jun 25, 11:43 am)
Re: Oops in a driver while using SLUB as a SLAB allocator, Christoph Lameter, (Mon Jun 25, 11:50 am)
Re: Oops in a driver while using SLUB as a SLAB allocator, Hugh Dickins, (Mon Jun 25, 12:04 pm)
Re: Oops in a driver while using SLUB as a SLAB allocator, Christoph Lameter, (Tue Jun 26, 11:09 am)