[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <87d1pvnv1g.fsf@rustcorp.com.au>
Date: Tue, 12 Apr 2016 17:00:35 +0930
From: Rusty Russell <rusty@...tcorp.com.au>
To: Jiri Kosina <jikos@...nel.org>
Cc: linux-kernel@...r.kernel.org,
Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: [PATCH v2] module: fix noreturn attribute for __module_put_and_exit()
Jiri Kosina <jikos@...nel.org> writes:
> On Wed, 30 Mar 2016, Jiri Kosina wrote:
>
>> > __module_put_and_exit() is makred noreturn in module.h declaration, but is
>> > lacking the attribute in the definition, which makes some tools (such as
>> > sparse) unhappy. Amend the definition with the attribute as well (and
>> > reformat the declaration so that it uses more common format).
>> >
>> > Signed-off-by: Jiri Kosina <jkosina@...e.cz>
>> > ---
>> >
>> > v1 -> v2: use __noreturn instead of __attribute__((noreturn)) as requested
>> > by Rusty
>>
>> Rusty, friendly ping on this one.
>
> Not seeing this in your tree, let me send another friendly ping :)
Just pushed it into modules-next.
Cheers,
Rusty.
Powered by blists - more mailing lists