From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933990AbXGWUPw (ORCPT ); Mon, 23 Jul 2007 16:15:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753769AbXGWUPo (ORCPT ); Mon, 23 Jul 2007 16:15:44 -0400 Received: from netops-testserver-4-out.sgi.com ([192.48.171.29]:47068 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755053AbXGWUPm (ORCPT ); Mon, 23 Jul 2007 16:15:42 -0400 Date: Mon, 23 Jul 2007 13:15:40 -0700 From: Christoph Lameter To: Paul Mundt Cc: Jan Engelhardt , Linux Kernel Mailing List , Linus Torvalds , Andrew Morton , Matt Mackall Subject: Re: 2.6.23 compile failure - slab/slob interspanking Message-ID: <20070723131540.27f11b89@schroedinger.engr.sgi.com> In-Reply-To: <20070718001836.GA30154@linux-sh.org> References: <20070718001836.GA30154@linux-sh.org> Organization: Silicon Graphics, Inc. X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.13; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 18 Jul 2007 09:18:36 +0900 Paul Mundt 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 it seems .... Acked-by: Christoph Lameter