Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761978AbXFEM5X (ORCPT ); Tue, 5 Jun 2007 08:57:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755290AbXFEM5P (ORCPT ); Tue, 5 Jun 2007 08:57:15 -0400 Received: from smtpq1.groni1.gr.home.nl ([213.51.130.200]:38709 "EHLO smtpq1.groni1.gr.home.nl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757344AbXFEM5P (ORCPT ); Tue, 5 Jun 2007 08:57:15 -0400 Message-ID: <46655CEC.7070900@gmail.com> Date: Tue, 05 Jun 2007 14:54:04 +0200 From: Rene Herman User-Agent: Thunderbird 1.5.0.12 (X11/20070509) MIME-Version: 1.0 To: "John Anthony Kazos Jr." CC: Christoph Lameter , Andrew Morton , Pekka Enberg , Linus Torvalds , linux-kernel@vger.kernel.org, Jeremy Fitzhardinge Subject: Re: SLUB: Return ZERO_SIZE_PTR for kmalloc(0) References: <84144f020706041213x1d241794u98e9b3ca29865033@mail.gmail.com> <46646747.2080803@cs.helsinki.fi> <20070604155355.bf29a3a8.akpm@linux-foundation.org> <466523E0.3050605@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-AtHome-MailScanner-Information: Please contact support@home.nl for more information X-AtHome-MailScanner: Found to be clean Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 731 Lines: 17 On 06/05/2007 02:07 PM, John Anthony Kazos Jr. wrote: > The name says exactly what it is. It's not at all dreadful. If we're going > to return a special value in the zero-size case (and in only that case) as > a valid pointer instead of actually allocating one byte and treating it as > zero, what we have is...a zero-size pointer. No, what we have is a sizeof(pointer) sized pointer pointing to an object of size zero. ZERO_SIZE_PTR is butt-ugly. With a really ugly butt. Rene. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/