lkml.org 
[lkml]   [2012]   [Jul]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: linux-next: Early crashed kernel on CONFIG_SLOB
On Tue, 10 Jul 2012, Christoph Lameter wrote:
> Here is the patch:
>
> Subject: slob: Undo slob hunk
>
> Commit fd3142a59af2012a7c5dc72ec97a4935ff1c5fc6 broke
> slob since a piece of a change for a later patch slipped into
> it.
>
> Signed-off-by: Christoph Lameter <cl@linux.com>
>
> ---
> mm/slob.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> Index: linux-2.6/mm/slob.c
> ===================================================================
> --- linux-2.6.orig/mm/slob.c 2012-07-06 08:38:18.851205889 -0500
> +++ linux-2.6/mm/slob.c 2012-07-06 08:38:47.259205237 -0500
> @@ -516,7 +516,7 @@ struct kmem_cache *kmem_cache_create(con
>
> if (c) {
> c->name = name;
> - c->size = c->object_size;
> + c->size = size;
> if (flags & SLAB_DESTROY_BY_RCU) {
> /* leave room for rcu footer at the end of object */
> c->size += sizeof(struct slob_rcu);
>

Applied, thanks!


\
 
 \ /
  Last update: 2012-07-12 10:01    [W:0.057 / U:0.028 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site