On Wed, 18 Jul 2007 09:18:36 +0900
Paul Mundt <[EMAIL PROTECTED]> wrote:
> With the slab zeroing allocations cleanups Christoph stubbed in a
> generic kzalloc(), which was missed on SLOB. Follow the SLAB/SLUB
> changes and kill off the __kzalloc() wrapper that SLOB was using.
Patches conflicted i
On Wed, Jul 18, 2007 at 09:18:36AM +0900, Paul Mundt wrote:
> On Tue, Jul 17, 2007 at 10:00:08PM +0200, Jan Engelhardt wrote:
> > 81cda6626178cd55297831296ba8ecedbfd8b52d is first bad commit
> > commit 81cda6626178cd55297831296ba8ecedbfd8b52d
> > Author: Christoph Lameter <[EMAIL PROTECTED]>
> > Da
On Wed, 18 Jul 2007 09:18:36 +0900
Paul Mundt <[EMAIL PROTECTED]> wrote:
> --- a/include/linux/slob_def.h
> +++ b/include/linux/slob_def.h
> @@ -33,14 +33,4 @@ static inline void *__kmalloc(size_t size, gfp_t flags)
> return kmalloc(size, flags);
> }
>
> -/**
> - * kzalloc - allocate memo
On Tue, Jul 17, 2007 at 10:00:08PM +0200, Jan Engelhardt wrote:
> 81cda6626178cd55297831296ba8ecedbfd8b52d is first bad commit
> commit 81cda6626178cd55297831296ba8ecedbfd8b52d
> Author: Christoph Lameter <[EMAIL PROTECTED]>
> Date: Tue Jul 17 04:03:29 2007 -0700
>
> Slab allocators: Cleanup
Hi,
I have a compile failure. git-bisect tells me:
81cda6626178cd55297831296ba8ecedbfd8b52d is first bad commit
commit 81cda6626178cd55297831296ba8ecedbfd8b52d
Author: Christoph Lameter <[EMAIL PROTECTED]>
Date: Tue Jul 17 04:03:29 2007 -0700
Slab allocators: Cleanup zeroing allocations
5 matches
Mail list logo