All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Cooper <andrew.cooper3@citrix.com>
To: Jan Beulich <JBeulich@suse.com>
Cc: Keir Fraser <keir@xen.org>,
	Stefano Stabellini <stefano.stabellini@citrix.com>,
	Ian Campbell <ian.campbell@citrix.com>,
	Xen-devel <xen-devel@lists.xen.org>
Subject: Re: [PATCH v3 3/5] xen: Identify panic and reboot/halt functions as noreturn
Date: Mon, 24 Feb 2014 16:19:41 +0000	[thread overview]
Message-ID: <530B711D.2080408@citrix.com> (raw)
In-Reply-To: <530B7B42020000780011EE5E@nat28.tlf.novell.com>

On 24/02/14 16:02, Jan Beulich wrote:
>>>> On 24.02.14 at 16:01, Andrew Cooper <andrew.cooper3@citrix.com> wrote:
> This patch shows a somewhat undesirable inconsistency (having been
> present in I think les obvious ways in earlier patches too):
>
>> --- a/xen/arch/arm/shutdown.c
>> +++ b/xen/arch/arm/shutdown.c
>> @@ -11,7 +11,7 @@ static void raw_machine_reset(void)
>>      platform_reset();
>>  }
>>  
>> -static void halt_this_cpu(void *arg)
>> +static void noreturn halt_this_cpu(void *arg)
> For function definitions you place the attribute where I personally
> would expect it to be (iirc it can't go between the closing paren
> after the parameter declarations and the opening brace of the
> function body), yet ...

Hmm - I thought I had fixed all of these - I shall audit and respin.  I
certainly did intend to be consistent.

~Andrew

  reply	other threads:[~2014-02-24 16:19 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-24 15:01 [PATCH v3 1/5] xen/compiler: Replace opencoded __attribute__((noreturn)) Andrew Cooper
2014-02-24 15:01 ` [PATCH v3 2/5] x86/crash: Fix up declaration of do_nmi_crash() Andrew Cooper
2014-02-27 14:54   ` Tim Deegan
2014-02-24 15:01 ` [PATCH v3 3/5] xen: Identify panic and reboot/halt functions as noreturn Andrew Cooper
2014-02-24 16:02   ` Jan Beulich
2014-02-24 16:19     ` Andrew Cooper [this message]
2014-02-24 17:39       ` Andrew Cooper
2014-02-25  7:52         ` Jan Beulich
2014-02-24 15:01 ` [PATCH v3 4/5] xen: Misc cleanup as a result of the previous patches Andrew Cooper
2014-02-24 16:06   ` Jan Beulich
2014-02-24 16:22     ` Andrew Cooper
2014-02-24 16:29       ` Jan Beulich
2014-02-27 14:52   ` Tim Deegan
2014-02-24 15:01 ` [PATCH v3 5/5] xen/x86: Identify reset_stack_and_jump() as noreturn Andrew Cooper
2014-02-27 14:53   ` Tim Deegan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=530B711D.2080408@citrix.com \
    --to=andrew.cooper3@citrix.com \
    --cc=JBeulich@suse.com \
    --cc=ian.campbell@citrix.com \
    --cc=keir@xen.org \
    --cc=stefano.stabellini@citrix.com \
    --cc=xen-devel@lists.xen.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.