Re: [uml-devel] [PATCH 5/6] slab: Annotate slab

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Steve VanDeBogart
Date: Wednesday, September 3, 2008 - 8:42 am

Hello Pekka,

On Wed, 3 Sep 2008, Pekka Enberg wrote:


But which bits of a slab object should be marked as initialized at
kmem_cache_alloc() time?  We can't mark all of them as initialized
because the constructor may not initialize all of them (in fact, I've
programmatically confirmed that there are constructors that don't
initialize all the bytes of an object).  The only place to get the
information of interest is to mark all bytes uninitialized and then
run the constructor on the memory region.


This question has the same answer as above.

--
Steve
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/6] support valgrinding uml, Steve VanDeBogart, (Fri Aug 29, 4:12 pm)
[PATCH 1/6] base: Valgrind headers and Kconfig, Steve VanDeBogart, (Fri Aug 29, 4:14 pm)
[PATCH 2/6] UML: Don't valgrind userspace, Steve VanDeBogart, (Fri Aug 29, 4:15 pm)
[PATCH 3/6] UML and sched: Annotate stacks, Steve VanDeBogart, (Fri Aug 29, 4:16 pm)
[PATCH 4/6] VM: Annotate pagealloc, Steve VanDeBogart, (Fri Aug 29, 4:16 pm)
[PATCH 5/6] slab: Annotate slab, Steve VanDeBogart, (Fri Aug 29, 4:17 pm)
[PATCH 6/6] VM: Annotate vmalloc, Steve VanDeBogart, (Fri Aug 29, 4:18 pm)
Re: [PATCH 5/6] slab: Annotate slab, Pekka Enberg, (Sat Aug 30, 3:50 am)
Re: [PATCH 4/6] VM: Annotate pagealloc, Pekka Enberg, (Sat Aug 30, 3:57 am)
Re: [PATCH 1/6] base: Valgrind headers and Kconfig, Andi Kleen, (Mon Sep 1, 2:32 am)
Re: [PATCH 1/6] base: Valgrind headers and Kconfig, Andi Kleen, (Mon Sep 1, 7:22 am)
Re: [uml-devel] [PATCH 5/6] slab: Annotate slab, John Reiser, (Tue Sep 2, 7:54 pm)
Re: [uml-devel] [PATCH 5/6] slab: Annotate slab, Steve VanDeBogart, (Tue Sep 2, 10:08 pm)
Re: [uml-devel] [PATCH 4/6] VM: Annotate pagealloc, Steve VanDeBogart, (Tue Sep 2, 10:25 pm)
Re: [uml-devel] [PATCH 5/6] slab: Annotate slab, Pekka Enberg, (Wed Sep 3, 2:27 am)
Re: [uml-devel] [PATCH 4/6] VM: Annotate pagealloc, Pekka Enberg, (Wed Sep 3, 2:35 am)
Re: [uml-devel] [PATCH 5/6] slab: Annotate slab, Pekka J Enberg, (Wed Sep 3, 2:39 am)
Re: [uml-devel] [PATCH 5/6] slab: Annotate slab, Pekka Enberg, (Wed Sep 3, 2:40 am)
Re: [uml-devel] [PATCH 5/6] slab: Annotate slab, Steve VanDeBogart, (Wed Sep 3, 8:42 am)
Re: [uml-devel] [PATCH 5/6] slab: Annotate slab, Pekka Enberg, (Thu Sep 4, 12:33 am)