[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230317145327.sl7kzgxtlqgrte7j@treble>
Date: Fri, 17 Mar 2023 07:53:27 -0700
From: Josh Poimboeuf <jpoimboe@...nel.org>
To: "Michael Kelley (LINUX)" <mikelley@...rosoft.com>
Cc: "Guilherme G. Piccoli" <gpiccoli@...lia.com>,
"x86@...nel.org" <x86@...nel.org>,
"linux-hyperv@...r.kernel.org" <linux-hyperv@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Dexuan Cui <decui@...rosoft.com>,
Haiyang Zhang <haiyangz@...rosoft.com>,
KY Srinivasan <kys@...rosoft.com>,
"wei.liu@...nel.org" <wei.liu@...nel.org>,
"tglx@...utronix.de" <tglx@...utronix.de>,
"mingo@...hat.com" <mingo@...hat.com>,
"bp@...en8.de" <bp@...en8.de>,
"dave.hansen@...ux.intel.com" <dave.hansen@...ux.intel.com>,
"hpa@...or.com" <hpa@...or.com>,
"thomas.lendacky@....com" <thomas.lendacky@....com>,
"peterz@...radead.org" <peterz@...radead.org>,
"kernel-dev@...lia.com" <kernel-dev@...lia.com>,
"kernel@...ccoli.net" <kernel@...ccoli.net>,
Arnd Bergmann <arnd@...db.de>
Subject: Re: [PATCH v2] x86/hyperv: Mark hv_ghcb_terminate() as noreturn
On Fri, Mar 17, 2023 at 01:40:25PM +0000, Michael Kelley (LINUX) wrote:
> From: Guilherme G. Piccoli <gpiccoli@...lia.com> Sent: Thursday, March 16, 2023 2:24 PM
> >
> > On 10/03/2023 18:17, Michael Kelley (LINUX) wrote:
> > > [...]
> > > Just curious: Should the actual function also be updated with
> > > __noreturn? In similar situations, such as snp_abort(), the
> > > __noreturn attribute is both places. I don't know what the
> > > guidance is on this question.
> > >
> >
> > Hi Michael / Josh (and all), lemme know if you want me to submit a V3
> > doing that. The function is not called inside this own definition file
> > nor exported, so I'm not sure that'd be necessary, but glad to do so if
> > you prefer.
> >
>
> I don't have a preference. I was just trying to make sure the details
> are all correct. I'll defer to those with more knowledge of the
> __noreturn attribute than I have.
It's not required, but probably good practice to put __noreturn in both
places to make it more self-documenting.
--
Josh
Powered by blists - more mailing lists