lkml.org 
[lkml]   [2008]   [Oct]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [BUG] SLOB's krealloc() seems bust
Peter Zijlstra wrote:

> kernel/module.c: perpcu_modinit() reads:
>
> pcpu_size = kmalloc(sizeof(pcpu_size[0]) * pcpu_num_allocated,
> GFP_KERNEL);
>
> kernel/module.c: split_block() reads:
>
> new = krealloc(pcpu_size, sizeof(new[0])*pcpu_num_allocated*2,
> GFP_KERNEL);
>

That code is on the way out btw. cpu_alloc support removes this code.


\
 
 \ /
  Last update: 2008-10-07 16:31    [W:0.150 / U:0.200 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site