linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH 4/5] treewide: Convert uses of ATTRIB_NORETURN to __noreturn
       [not found] ` <abb1d8b542872ef3bfd695e85d3b8a0fd70645b9.1320917558.git.joe@perches.com>
@ 2011-11-10 11:16   ` Ralf Baechle
  2011-11-11  2:02   ` Paul Mundt
  2011-11-14 20:50   ` Geert Uytterhoeven
  2 siblings, 0 replies; 5+ messages in thread
From: Ralf Baechle @ 2011-11-10 11:16 UTC (permalink / raw)
  To: Joe Perches
  Cc: Andrew Morton, Fenghua Yu, linux-m68k, Tony Luck, linux-ia64,
	linux-mips, linux-sh, Heiko Carstens, linux-kernel, Chris Metcalf,
	David Howells, Paul Mundt, Geert Uytterhoeven, linux390,
	Martin Schwidefsky, Paul Mackerras, linux-s390, Koichi Yasutake,
	linuxppc-dev, linux-am33-list

On Thu, Nov 10, 2011 at 01:41:45AM -0800, Joe Perches wrote:

> Use the more commonly used __noreturn instead of ATTRIB_NORETURN.

Subject and here: s/ATTRIB_NORETURN/ATTRIB_NORET/

> Signed-off-by: Joe Perches <joe@perches.com>
> ---
>  arch/ia64/kernel/machine_kexec.c       |    2 +-
>  arch/m68k/amiga/config.c               |    2 +-
>  arch/mips/include/asm/ptrace.h         |    2 +-
>  arch/mips/kernel/traps.c               |    2 +-

For the MIPS bits:

Acked-by: Ralf Baechle <ralf@linux-mips.org>

  Ralf

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 3/5] treewide: Remove useless NORET_TYPE macro and uses
       [not found] ` <e69163f6245513b05d5d21c2f57b916931ad5bff.1320917557.git.joe@perches.com>
@ 2011-11-10 11:41   ` Ralf Baechle
  2011-11-14 20:50   ` Geert Uytterhoeven
  1 sibling, 0 replies; 5+ messages in thread
From: Ralf Baechle @ 2011-11-10 11:41 UTC (permalink / raw)
  To: Joe Perches
  Cc: Andrew Morton, Fenghua Yu, linux-m68k, Tony Luck, linux-ia64,
	linux-mips, Peter Zijlstra, linux-s390, Heiko Carstens,
	linux-kernel, Chris Metcalf, Geert Uytterhoeven, linux390,
	Martin Schwidefsky, Paul Mackerras, Ingo Molnar,
	Haavard Skinnemoen, linuxppc-dev, Hans-Christian Egtvedt

On Thu, Nov 10, 2011 at 01:41:44AM -0800, Joe Perches wrote:

>  arch/mips/include/asm/ptrace.h         |    2 +-
>  arch/mips/kernel/traps.c               |    2 +-

For the MIPS bits:

Acked-by: Ralf Baechle <ralf@linux-mips.org>

  Ralf

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 4/5] treewide: Convert uses of ATTRIB_NORETURN to __noreturn
       [not found] ` <abb1d8b542872ef3bfd695e85d3b8a0fd70645b9.1320917558.git.joe@perches.com>
  2011-11-10 11:16   ` [PATCH 4/5] treewide: Convert uses of ATTRIB_NORETURN to __noreturn Ralf Baechle
@ 2011-11-11  2:02   ` Paul Mundt
  2011-11-14 20:50   ` Geert Uytterhoeven
  2 siblings, 0 replies; 5+ messages in thread
From: Paul Mundt @ 2011-11-11  2:02 UTC (permalink / raw)
  To: Joe Perches
  Cc: Andrew Morton, Fenghua Yu, linux-m68k, Tony Luck, linux-ia64,
	linux-mips, linux-sh, Heiko Carstens, linux-kernel, Ralf Baechle,
	David Howells, linux-am33-list, Geert Uytterhoeven, Chris Metcalf,
	linux390, Martin Schwidefsky, Paul Mackerras, linux-s390,
	Koichi Yasutake, linuxppc-dev

On Thu, Nov 10, 2011 at 01:41:45AM -0800, Joe Perches wrote:
> Use the more commonly used __noreturn instead of ATTRIB_NORETURN.
> 
> Signed-off-by: Joe Perches <joe@perches.com>
> ---
>  arch/ia64/kernel/machine_kexec.c       |    2 +-
>  arch/m68k/amiga/config.c               |    2 +-
>  arch/mips/include/asm/ptrace.h         |    2 +-
>  arch/mips/kernel/traps.c               |    2 +-
>  arch/mn10300/include/asm/exceptions.h  |    2 +-
>  arch/powerpc/kernel/machine_kexec_32.c |    2 +-
>  arch/powerpc/kernel/machine_kexec_64.c |    2 +-
>  arch/s390/include/asm/processor.h      |    2 +-
>  arch/sh/kernel/process_32.c            |    2 +-
>  arch/sh/kernel/process_64.c            |    2 +-
>  arch/tile/kernel/machine_kexec.c       |    2 +-
>  include/linux/kernel.h                 |    6 +++---
>  12 files changed, 14 insertions(+), 14 deletions(-)
> 
For the SH bits:

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 3/5] treewide: Remove useless NORET_TYPE macro and uses
       [not found] ` <e69163f6245513b05d5d21c2f57b916931ad5bff.1320917557.git.joe@perches.com>
  2011-11-10 11:41   ` [PATCH 3/5] treewide: Remove useless NORET_TYPE macro and uses Ralf Baechle
@ 2011-11-14 20:50   ` Geert Uytterhoeven
  1 sibling, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2011-11-14 20:50 UTC (permalink / raw)
  To: Joe Perches
  Cc: Andrew Morton, Fenghua Yu, linux-s390, Tony Luck, linux-ia64,
	linux-mips, Peter Zijlstra, Heiko Carstens, linux-kernel,
	Ralf Baechle, linux-m68k, Paul Mackerras, Chris Metcalf,
	Martin Schwidefsky, linux390, Ingo Molnar, Haavard Skinnemoen,
	linuxppc-dev, Hans-Christian Egtvedt

On Thu, Nov 10, 2011 at 10:41, Joe Perches <joe@perches.com> wrote:
> It's a very old and now unused prototype marking
> so just delete it.
>
> Neaten panic pointer argument style to keep checkpatch quiet.
>
> Signed-off-by: Joe Perches <joe@perches.com>

For the m68k parts:
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>

Gr{oetje,eeting}s,

=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k=
.org

In personal conversations with technical people, I call myself a hacker. Bu=
t
when I'm talking to journalists I just say "programmer" or something like t=
hat.
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0=C2=A0 -- Linus Torvalds

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 4/5] treewide: Convert uses of ATTRIB_NORETURN to __noreturn
       [not found] ` <abb1d8b542872ef3bfd695e85d3b8a0fd70645b9.1320917558.git.joe@perches.com>
  2011-11-10 11:16   ` [PATCH 4/5] treewide: Convert uses of ATTRIB_NORETURN to __noreturn Ralf Baechle
  2011-11-11  2:02   ` Paul Mundt
@ 2011-11-14 20:50   ` Geert Uytterhoeven
  2 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2011-11-14 20:50 UTC (permalink / raw)
  To: Joe Perches
  Cc: Andrew Morton, Fenghua Yu, linux-s390, Tony Luck, linux-ia64,
	linux-mips, linux-sh, Heiko Carstens, linux-kernel, Ralf Baechle,
	David Howells, linux-m68k, Paul Mundt, Paul Mackerras,
	Chris Metcalf, Martin Schwidefsky, linux390, Koichi Yasutake,
	linuxppc-dev, linux-am33-list

On Thu, Nov 10, 2011 at 10:41, Joe Perches <joe@perches.com> wrote:
> Use the more commonly used __noreturn instead of ATTRIB_NORETURN.
>
> Signed-off-by: Joe Perches <joe@perches.com>

For the m68k parts:
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>

Gr{oetje,eeting}s,

=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k=
.org

In personal conversations with technical people, I call myself a hacker. Bu=
t
when I'm talking to journalists I just say "programmer" or something like t=
hat.
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0=C2=A0 -- Linus Torvalds

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-11-14 20:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <cover.1320917551.git.joe@perches.com>
     [not found] ` <abb1d8b542872ef3bfd695e85d3b8a0fd70645b9.1320917558.git.joe@perches.com>
2011-11-10 11:16   ` [PATCH 4/5] treewide: Convert uses of ATTRIB_NORETURN to __noreturn Ralf Baechle
2011-11-11  2:02   ` Paul Mundt
2011-11-14 20:50   ` Geert Uytterhoeven
     [not found] ` <e69163f6245513b05d5d21c2f57b916931ad5bff.1320917557.git.joe@perches.com>
2011-11-10 11:41   ` [PATCH 3/5] treewide: Remove useless NORET_TYPE macro and uses Ralf Baechle
2011-11-14 20:50   ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).