All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Ellerman <patch-notifications@ellerman.id.au>
To: Nick Desaulniers <ndesaulniers@google.com>, akpm@linux-foundation.org
Cc: Song Liu <songliubraving@fb.com>,
	Alexei Starovoitov <ast@kernel.org>,
	Paul Mackerras <paulus@samba.org>, Rob Herring <robh@kernel.org>,
	Daniel Borkmann <daniel@iogearbox.net>,
	clang-built-linux@googlegroups.com, yhs@fb.com,
	jpoimboe@redhat.com, sedat.dilek@gmail.com,
	Thomas Gleixner <tglx@linutronix.de>,
	Allison Randal <allison@lohutok.net>,
	Geoff Levand <geoff@infradead.org>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Nick Desaulniers <ndesaulniers@google.com>,
	linux-kernel@vger.kernel.org, miguel.ojeda.sandonis@gmail.com,
	netdev@vger.kernel.org, bpf@vger.kernel.org,
	linuxppc-dev@lists.ozlabs.org, Martin KaFai Lau <kafai@fb.com>
Subject: Re: [PATCH 10/16] powerpc: prefer __section and __printf from compiler_attributes.h
Date: Wed,  1 Apr 2020 23:53:07 +1100 (AEDT)	[thread overview]
Message-ID: <48smMS2jDxz9sT6@ozlabs.org> (raw)
In-Reply-To: <20190812215052.71840-10-ndesaulniers@google.com>

On Mon, 2019-08-12 at 21:50:43 UTC, Nick Desaulniers wrote:
> Reported-by: Sedat Dilek <sedat.dilek@gmail.com>
> Suggested-by: Josh Poimboeuf <jpoimboe@redhat.com>
> Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/a7032637b54186e5649917679727d7feaec932b1

cheers

WARNING: multiple messages have this Message-ID (diff)
From: Michael Ellerman <patch-notifications@ellerman.id.au>
To: Nick Desaulniers <ndesaulniers@google.com>, akpm@linux-foundation.org
Cc: Rob Herring <robh@kernel.org>, Song Liu <songliubraving@fb.com>,
	Martin KaFai Lau <kafai@fb.com>,
	Daniel Borkmann <daniel@iogearbox.net>,
	miguel.ojeda.sandonis@gmail.com,
	Geoff Levand <geoff@infradead.org>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Nick Desaulniers <ndesaulniers@google.com>,
	Alexei Starovoitov <ast@kernel.org>,
	linux-kernel@vger.kernel.org, clang-built-linux@googlegroups.com,
	netdev@vger.kernel.org, Paul Mackerras <paulus@samba.org>,
	jpoimboe@redhat.com, sedat.dilek@gmail.com, yhs@fb.com,
	Thomas Gleixner <tglx@linutronix.de>,
	linuxppc-dev@lists.ozlabs.org, bpf@vger.kernel.org,
	Allison Randal <allison@lohutok.net>
Subject: Re: [PATCH 10/16] powerpc: prefer __section and __printf from compiler_attributes.h
Date: Wed,  1 Apr 2020 23:53:07 +1100 (AEDT)	[thread overview]
Message-ID: <48smMS2jDxz9sT6@ozlabs.org> (raw)
In-Reply-To: <20190812215052.71840-10-ndesaulniers@google.com>

On Mon, 2019-08-12 at 21:50:43 UTC, Nick Desaulniers wrote:
> Reported-by: Sedat Dilek <sedat.dilek@gmail.com>
> Suggested-by: Josh Poimboeuf <jpoimboe@redhat.com>
> Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/a7032637b54186e5649917679727d7feaec932b1

cheers

  reply	other threads:[~2020-04-01 12:53 UTC|newest]

Thread overview: 76+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-12 21:50 [PATCH 01/16] s390/boot: fix section name escaping Nick Desaulniers
2019-08-12 21:50 ` [PATCH 02/16] arc: prefer __section from compiler_attributes.h Nick Desaulniers
2019-08-12 21:50   ` Nick Desaulniers
2019-08-12 21:50 ` [PATCH 03/16] parisc: " Nick Desaulniers
2019-08-12 21:50 ` [PATCH 04/16] um: " Nick Desaulniers
2019-08-12 21:50   ` Nick Desaulniers
2019-08-12 21:50 ` [PATCH 05/16] sh: " Nick Desaulniers
2019-08-12 21:50   ` Nick Desaulniers
2019-08-13  8:51   ` Yoshinori Sato
2019-08-13  8:51     ` Yoshinori Sato
2019-08-12 21:50 ` [PATCH 06/16] ia64: " Nick Desaulniers
2019-08-12 21:50   ` Nick Desaulniers
2019-08-12 21:50 ` [PATCH 07/16] arm: " Nick Desaulniers
2019-08-12 21:50   ` Nick Desaulniers
2019-08-12 21:50 ` [PATCH 08/16] mips: " Nick Desaulniers
2019-08-15  9:38   ` Paul Burton
2019-08-27  0:19     ` Nick Desaulniers
2019-08-12 21:50 ` [PATCH 09/16] sparc: " Nick Desaulniers
2019-08-12 21:50   ` Nick Desaulniers
2019-08-12 22:13   ` David Miller
2019-08-12 22:13     ` David Miller
2019-08-12 21:50 ` [PATCH 10/16] powerpc: prefer __section and __printf " Nick Desaulniers
2019-08-12 21:50   ` Nick Desaulniers
2020-04-01 12:53   ` Michael Ellerman [this message]
2020-04-01 12:53     ` Michael Ellerman
2020-04-01 13:18     ` Miguel Ojeda
2020-04-01 13:18       ` Miguel Ojeda
2019-08-12 21:50 ` [PATCH 11/16] x86: prefer __section " Nick Desaulniers
2019-08-19 10:31   ` Thomas Gleixner
2019-08-19 17:59   ` Sedat Dilek
2019-08-12 21:50 ` [PATCH 12/16] arm64: " Nick Desaulniers
2019-08-12 21:50   ` Nick Desaulniers
2019-08-13  8:27   ` Will Deacon
2019-08-13  8:27     ` Will Deacon
2019-08-13 12:36     ` Miguel Ojeda
2019-08-13 12:36       ` Miguel Ojeda
2019-08-13 17:08       ` Will Deacon
2019-08-13 17:08         ` Will Deacon
2019-08-14 22:20         ` Nick Desaulniers
2019-08-14 22:20           ` Nick Desaulniers
2019-08-15  9:08           ` Miguel Ojeda
2019-08-15  9:08             ` Miguel Ojeda
2019-08-15  9:12             ` Miguel Ojeda
2019-08-15  9:12               ` Miguel Ojeda
2019-08-23 19:35               ` Miguel Ojeda
2019-08-23 19:35                 ` Miguel Ojeda
2019-08-24 11:25                 ` Will Deacon
2019-08-24 11:25                   ` Will Deacon
2019-08-24 12:48                   ` Miguel Ojeda
2019-08-24 12:48                     ` Miguel Ojeda
2019-08-26 17:03                     ` Nick Desaulniers
2019-08-26 17:03                       ` Nick Desaulniers
2019-08-12 21:50 ` [PATCH 13/16] include/asm-generic: " Nick Desaulniers
2019-08-13  7:57   ` Arnd Bergmann
2019-08-19 17:52   ` Naveen N. Rao
2019-08-19 17:56     ` Sedat Dilek
2019-08-12 21:50 ` [PATCH 14/16] include/linux: " Nick Desaulniers
2019-08-12 21:50   ` Nick Desaulniers
2019-08-13  8:31   ` Ard Biesheuvel
2019-08-13  8:31     ` Ard Biesheuvel
2019-08-13  8:32   ` Will Deacon
2019-08-13  8:32     ` Will Deacon
2019-08-24 12:51     ` Miguel Ojeda
2019-08-24 12:51       ` Miguel Ojeda
2019-08-27  8:21       ` Will Deacon
2019-08-27  8:21         ` Will Deacon
2019-08-19 18:05   ` Sedat Dilek
2019-08-19 18:05     ` Sedat Dilek
2019-08-12 21:50 ` [PATCH 15/16] include/linux/compiler.h: remove unused KENTRY macro Nick Desaulniers
2019-08-19 18:03   ` Sedat Dilek
2019-08-12 21:50 ` [PATCH 16/16] compiler_attributes.h: add note about __section Nick Desaulniers
2019-08-19 18:01   ` Sedat Dilek
2019-08-12 21:50 ` [PATCH 00/16] treewide: prefer __section from compiler_attributes.h Nick Desaulniers
2019-08-12 21:57   ` Fwd: " Nick Desaulniers
2019-08-13 12:18   ` Miguel Ojeda
2019-08-19 18:18   ` Sedat Dilek

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=48smMS2jDxz9sT6@ozlabs.org \
    --to=patch-notifications@ellerman.id.au \
    --cc=akpm@linux-foundation.org \
    --cc=allison@lohutok.net \
    --cc=ast@kernel.org \
    --cc=bpf@vger.kernel.org \
    --cc=clang-built-linux@googlegroups.com \
    --cc=daniel@iogearbox.net \
    --cc=geoff@infradead.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=jpoimboe@redhat.com \
    --cc=kafai@fb.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=miguel.ojeda.sandonis@gmail.com \
    --cc=ndesaulniers@google.com \
    --cc=netdev@vger.kernel.org \
    --cc=paulus@samba.org \
    --cc=robh@kernel.org \
    --cc=sedat.dilek@gmail.com \
    --cc=songliubraving@fb.com \
    --cc=tglx@linutronix.de \
    --cc=yhs@fb.com \
    /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.