Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 7 Oct 2002 06:30:12 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 7 Oct 2002 06:30:12 -0400 Received: from pizda.ninka.net ([216.101.162.242]:45207 "EHLO pizda.ninka.net") by vger.kernel.org with ESMTP id ; Mon, 7 Oct 2002 06:30:11 -0400 Date: Mon, 07 Oct 2002 03:29:00 -0700 (PDT) Message-Id: <20021007.032900.51704978.davem@redhat.com> To: rth@twiddle.net Cc: jakub@redhat.com, ak@muc.de, torvalds@transmeta.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Use __attribute__((malloc)) for gcc 3.2 From: "David S. Miller" In-Reply-To: <20021007030541.A3910@twiddle.net> References: <20020929152731.GA10631@averell> <20020929160113.K5659@devserv.devel.redhat.com> <20021007030541.A3910@twiddle.net> X-FalunGong: Information control. X-Mailer: Mew version 2.1 on Emacs 21.1 / Mule 5.0 (SAKAKI) 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 Content-Length: 591 Lines: 14 From: Richard Henderson Date: Mon, 7 Oct 2002 03:05:41 -0700 On Sun, Sep 29, 2002 at 04:01:13PM -0400, Jakub Jelinek wrote: > Does this matter when the kernel is compiled with -fno-strict-aliasing? Yes. The malloc attribute uses REG_NOALIAS, not alias sets. Great, I'm all for Andi's patch in that case. - 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/