From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932703AbXGQOwW (ORCPT ); Tue, 17 Jul 2007 10:52:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755032AbXGQOwP (ORCPT ); Tue, 17 Jul 2007 10:52:15 -0400 Received: from mx2.suse.de ([195.135.220.15]:38974 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751676AbXGQOwO (ORCPT ); Tue, 17 Jul 2007 10:52:14 -0400 Date: Tue, 17 Jul 2007 16:52:12 +0200 Message-ID: From: Takashi Iwai To: Sam Ravnborg Cc: Domen Puncer , linux-kernel@vger.kernel.org Subject: Re: [PATCH] introduce __init_exit function annotation In-Reply-To: <20070717130230.GB24780@uranus.ravnborg.org> References: <20070717080248.GK4375@moe.telargo.com> <20070717130230.GB24780@uranus.ravnborg.org> User-Agent: Wanderlust/2.15.5 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 MULE XEmacs/21.5 (beta27) (fiddleheads) (+CVS-20060704) (i386-suse-linux) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org At Tue, 17 Jul 2007 15:02:30 +0200, Sam Ravnborg wrote: > > On Tue, Jul 17, 2007 at 10:02:48AM +0200, Domen Puncer wrote: > > Introduce __init_exit, which is useful ie. for drivers that call > > cleanup functions when they fail in __init functions. > > This is wrong. > On arm (just one example of several) the __exit section are discarded > at buildtime so any reference from __init to __exit will cause the > linker to error out. Hmm, from what I see, it adds __init to the function. There is no reference to __exit. Takashi