From: Chen Gang <gang.chen.5i5j@gmail.com>
To: Max Filippov <jcmvbkbc@gmail.com>
Cc: Arnd Bergmann <arnd@arndb.de>,
Andrew Morton <akpm@linux-foundation.org>,
Richard Henderson <rth@twiddle.net>,
Ivan Kokshaysky <ink@jurassic.park.msu.ru>,
Matt Turner <mattst88@gmail.com>,
"vgupta@synopsys.com" <vgupta@synopsys.com>,
Geert Uytterhoeven <geert@linux-m68k.org>,
Jean Delvare <jdelvare@suse.de>,
Russell King <linux@arm.linux.org.uk>,
Catalin Marinas <catalin.marinas@arm.com>,
Will Deacon <will.deacon@arm.com>,
hskinnemoen@gmail.com, egtvedt@samfundet.no, realmz6@gmail.com,
Mark Salter <msalter@redhat.com>,
Aurelien Jacquiot <a-jacquiot@ti.com>,
starvik@axis.com, jesper.nilsson@axis.com,
David Howells <dhowells@redhat.com>,
rkuo@codeaurora.org, tony.luck@intel.com, fenghua.yu@intel.com,
takata@linux-m32r.org, James Hogan <james.hogan@imgtec.com>
Subject: Re: [PATCH v3] arch: Kconfig: Let all architectures set endian explicitly
Date: Fri, 15 Aug 2014 10:06:56 +0800 [thread overview]
Message-ID: <53ED6B40.8000409@gmail.com> (raw)
In-Reply-To: <CAMo8Bf+=EgXc0hq14y9Kdykaw_7E52kRAENU1P0fAK4tTx=JpA@mail.gmail.com>
On 8/15/14 9:52, Max Filippov wrote:
> On Fri, Aug 15, 2014 at 5:47 AM, Max Filippov <jcmvbkbc@gmail.com> wrote:
>> Hi Chen,
>>
>> On Thu, Aug 14, 2014 at 8:54 PM, Chen Gang <gang.chen.5i5j@gmail.com> wrote:
>>> Normal architectures:
>>>
>>> - Big endian: avr32, frv, m68k, openrisc, parisc, s390, sparc
>>>
>>> - Little endian: alpha, blackfin, cris, hexagon, ia64, metag, mn10300,
>>> score, unicore32, x86
>>>
>>> - Choose in config time: arc, arm, arm64, c6x, m32r, mips, powerpc, sh
>>>
>>> Special architectures:
>>>
>>> - Deside by compiler: microblaze, tile, xtensa.
>>>
>>> - Deside by building host: um
>>>
>>> - Next, need improve Kbuild to probe endian to deside whether need mark
>>> __BUILDING_TIME_BIG_ENDIAN__ before real config.
Please check this comments, thanks.
>>
>> [...]
>>
>>> diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig
>>> index 3a617af..a3e8f7e 100644
>>> --- a/arch/xtensa/Kconfig
>>> +++ b/arch/xtensa/Kconfig
>>> @@ -22,6 +22,8 @@ config XTENSA
>>> select HAVE_IRQ_TIME_ACCOUNTING
>>> select HAVE_PERF_EVENTS
>>> select COMMON_CLK
>>> + select CPU_BIG_ENDIAN if __BUILDING_TIME_BIG_ENDIAN__
>>> + select CPU_LITTLE_ENDIAN if !CPU_BIG_ENDIAN
>>> help
>>> Xtensa processors are 32-bit RISC machines designed by Tensilica
>>> primarily for embedded systems. These processors are both
>>
>> I've tested this part and it doesn't select neither CPU_BIG_ENDIAN,
>> nor CPU_LITTLE_ENDIAN. And looking into the Kconfig/Kbuild I cound't
>
> Correction: it always selects CPU_LITTLE_ENDIAN, regardless of the
> compiler endianness.
>
Yeah, at present, it always select CPU_LITTLE_ENDIAN, next, Kbuild need
be improved for it, just the comments said.
If this patch can be pass checking, I shall improve the Kbuild for it,
also will modify some individual drivers to use CPU_*_ENDIAN.
I guess, we need Cc to kbuild for getting more ideas, suggestions, or
completions.
THanks.
--
Chen Gang
Open, share, and attitude like air, water, and life which God blessed
WARNING: multiple messages have this Message-ID (diff)
From: Chen Gang <gang.chen.5i5j@gmail.com>
To: Max Filippov <jcmvbkbc@gmail.com>
Cc: Arnd Bergmann <arnd@arndb.de>,
Andrew Morton <akpm@linux-foundation.org>,
Richard Henderson <rth@twiddle.net>,
Ivan Kokshaysky <ink@jurassic.park.msu.ru>,
Matt Turner <mattst88@gmail.com>,
"vgupta@synopsys.com" <vgupta@synopsys.com>,
Geert Uytterhoeven <geert@linux-m68k.org>,
Jean Delvare <jdelvare@suse.de>,
Russell King <linux@arm.linux.org.uk>,
Catalin Marinas <catalin.marinas@arm.com>,
Will Deacon <will.deacon@arm.com>,
hskinnemoen@gmail.com, egtvedt@samfundet.no, realmz6@gmail.com,
Mark Salter <msalter@redhat.com>,
Aurelien Jacquiot <a-jacquiot@ti.com>,
starvik@axis.com, jesper.nilsson@axis.com,
David Howells <dhowells@redhat.com>,
rkuo@codeaurora.org, tony.luck@intel.com, fenghua.yu@intel.com,
takata@linux-m32r.org, James Hogan <james.hogan@imgtec.com>,
Michal Simek <monstr@monstr.eu>,
Ralf Baechle <ralf@linux-mips.org>,
yasutake.koichi@jp.panasonic.com, Jonas Bonn <jonas@southpole.se>,
jejb@parisc-linux.org, deller@gmx.de,
Benjamin Herrenschmidt <benh@kernel.crashing.org>,
Paul Mackerras <paulus@samba.org>,
Michael Ellerman <mpe@ellerman.id.au>,
Martin Schwidefsky <schwidefsky@de.ibm.com>,
heiko.carstens@de.ibm.com, Liqin Chen <liqin.linux@gmail.com>,
Lennox Wu <lennox.wu@gmail.com>,
"David S. Miller" <davem@davemloft.net>,
Chris Metcalf <cmetcalf@tilera.com>,
jdike@addtoit.com, Richard Weinberger <richard@nod.at>,
Guan Xuetao <gxt@mprc.pku.edu.cn>,
Thomas Gleixner <tglx@linutronix.de>,
Ingo Molnar <mingo@redhat.com>, "H. Peter Anvin" <hpa@zytor.com>,
Chris Zankel <chris@zankel.net>,
linux390@de.ibm.com, x86@kernel.org, linux-alpha@vger.kernel.org,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
adi-buildroot-devel@lists.sourceforge.net,
linux-c6x-dev@linux-c6x.org, linux-cris-kernel@axis.com,
linux-hexagon@vger.kernel.org, linux-ia64@vger.kernel.org,
linux-m68k@lists.linux-m68k.org, linux-metag@vger.kernel.org,
Linux/MIPS Mailing List <linux-mips@linux-mips.org>,
linux-am33-list@redhat.com, linux@lists.openrisc.net,
linux-parisc@vger.kernel.org, linuxppc-dev@lists.ozlabs.org,
linux-s390@vger.kernel.org, sparclinux@vger.kernel.org,
user-mode-linux-devel@lists.sourceforge.net,
user-mode-linux-user@lists.sourceforge.net,
"linux-xtensa@linux-xtensa.org" <linux-xtensa@linux-xtensa.org>,
linux-kbuild <linux-kbuild@vger.kernel.org>
Subject: Re: [PATCH v3] arch: Kconfig: Let all architectures set endian explicitly
Date: Fri, 15 Aug 2014 10:06:56 +0800 [thread overview]
Message-ID: <53ED6B40.8000409@gmail.com> (raw)
In-Reply-To: <CAMo8Bf+=EgXc0hq14y9Kdykaw_7E52kRAENU1P0fAK4tTx=JpA@mail.gmail.com>
On 8/15/14 9:52, Max Filippov wrote:
> On Fri, Aug 15, 2014 at 5:47 AM, Max Filippov <jcmvbkbc@gmail.com> wrote:
>> Hi Chen,
>>
>> On Thu, Aug 14, 2014 at 8:54 PM, Chen Gang <gang.chen.5i5j@gmail.com> wrote:
>>> Normal architectures:
>>>
>>> - Big endian: avr32, frv, m68k, openrisc, parisc, s390, sparc
>>>
>>> - Little endian: alpha, blackfin, cris, hexagon, ia64, metag, mn10300,
>>> score, unicore32, x86
>>>
>>> - Choose in config time: arc, arm, arm64, c6x, m32r, mips, powerpc, sh
>>>
>>> Special architectures:
>>>
>>> - Deside by compiler: microblaze, tile, xtensa.
>>>
>>> - Deside by building host: um
>>>
>>> - Next, need improve Kbuild to probe endian to deside whether need mark
>>> __BUILDING_TIME_BIG_ENDIAN__ before real config.
Please check this comments, thanks.
>>
>> [...]
>>
>>> diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig
>>> index 3a617af..a3e8f7e 100644
>>> --- a/arch/xtensa/Kconfig
>>> +++ b/arch/xtensa/Kconfig
>>> @@ -22,6 +22,8 @@ config XTENSA
>>> select HAVE_IRQ_TIME_ACCOUNTING
>>> select HAVE_PERF_EVENTS
>>> select COMMON_CLK
>>> + select CPU_BIG_ENDIAN if __BUILDING_TIME_BIG_ENDIAN__
>>> + select CPU_LITTLE_ENDIAN if !CPU_BIG_ENDIAN
>>> help
>>> Xtensa processors are 32-bit RISC machines designed by Tensilica
>>> primarily for embedded systems. These processors are both
>>
>> I've tested this part and it doesn't select neither CPU_BIG_ENDIAN,
>> nor CPU_LITTLE_ENDIAN. And looking into the Kconfig/Kbuild I cound't
>
> Correction: it always selects CPU_LITTLE_ENDIAN, regardless of the
> compiler endianness.
>
Yeah, at present, it always select CPU_LITTLE_ENDIAN, next, Kbuild need
be improved for it, just the comments said.
If this patch can be pass checking, I shall improve the Kbuild for it,
also will modify some individual drivers to use CPU_*_ENDIAN.
I guess, we need Cc to kbuild for getting more ideas, suggestions, or
completions.
THanks.
--
Chen Gang
Open, share, and attitude like air, water, and life which God blessed
WARNING: multiple messages have this Message-ID (diff)
From: Chen Gang <gang.chen.5i5j@gmail.com>
To: Max Filippov <jcmvbkbc@gmail.com>
Cc: Arnd Bergmann <arnd@arndb.de>,
Andrew Morton <akpm@linux-foundation.org>,
Richard Henderson <rth@twiddle.net>,
Ivan Kokshaysky <ink@jurassic.park.msu.ru>,
Matt Turner <mattst88@gmail.com>,
"vgupta@synopsys.com" <vgupta@synopsys.com>,
Geert Uytterhoeven <geert@linux-m68k.org>,
Jean Delvare <jdelvare@suse.de>,
Russell King <linux@arm.linux.org.uk>,
Catalin Marinas <catalin.marinas@arm.com>,
Will Deacon <will.deacon@arm.com>,
hskinnemoen@gmail.com, egtvedt@samfundet.no, realmz6@gmail.com,
Mark Salter <msalter@redhat.com>,
Aurelien Jacquiot <a-jacquiot@ti.com>,
starvik@axis.com, jesper.nilsson@axis.com,
David Howells <dhowells@redhat.com>,
rkuo@codeaurora.org, tony.luck@intel.com, fenghua.yu@intel.com,
takata@linux-m32r.org, James Hogan <james.hogan@imgtec.com>,
Subject: Re: [PATCH v3] arch: Kconfig: Let all architectures set endian explicitly
Date: Fri, 15 Aug 2014 10:06:56 +0800 [thread overview]
Message-ID: <53ED6B40.8000409@gmail.com> (raw)
In-Reply-To: <CAMo8Bf+=EgXc0hq14y9Kdykaw_7E52kRAENU1P0fAK4tTx=JpA@mail.gmail.com>
On 8/15/14 9:52, Max Filippov wrote:
> On Fri, Aug 15, 2014 at 5:47 AM, Max Filippov <jcmvbkbc@gmail.com> wrote:
>> Hi Chen,
>>
>> On Thu, Aug 14, 2014 at 8:54 PM, Chen Gang <gang.chen.5i5j@gmail.com> wrote:
>>> Normal architectures:
>>>
>>> - Big endian: avr32, frv, m68k, openrisc, parisc, s390, sparc
>>>
>>> - Little endian: alpha, blackfin, cris, hexagon, ia64, metag, mn10300,
>>> score, unicore32, x86
>>>
>>> - Choose in config time: arc, arm, arm64, c6x, m32r, mips, powerpc, sh
>>>
>>> Special architectures:
>>>
>>> - Deside by compiler: microblaze, tile, xtensa.
>>>
>>> - Deside by building host: um
>>>
>>> - Next, need improve Kbuild to probe endian to deside whether need mark
>>> __BUILDING_TIME_BIG_ENDIAN__ before real config.
Please check this comments, thanks.
>>
>> [...]
>>
>>> diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig
>>> index 3a617af..a3e8f7e 100644
>>> --- a/arch/xtensa/Kconfig
>>> +++ b/arch/xtensa/Kconfig
>>> @@ -22,6 +22,8 @@ config XTENSA
>>> select HAVE_IRQ_TIME_ACCOUNTING
>>> select HAVE_PERF_EVENTS
>>> select COMMON_CLK
>>> + select CPU_BIG_ENDIAN if __BUILDING_TIME_BIG_ENDIAN__
>>> + select CPU_LITTLE_ENDIAN if !CPU_BIG_ENDIAN
>>> help
>>> Xtensa processors are 32-bit RISC machines designed by Tensilica
>>> primarily for embedded systems. These processors are both
>>
>> I've tested this part and it doesn't select neither CPU_BIG_ENDIAN,
>> nor CPU_LITTLE_ENDIAN. And looking into the Kconfig/Kbuild I cound't
>
> Correction: it always selects CPU_LITTLE_ENDIAN, regardless of the
> compiler endianness.
>
Yeah, at present, it always select CPU_LITTLE_ENDIAN, next, Kbuild need
be improved for it, just the comments said.
If this patch can be pass checking, I shall improve the Kbuild for it,
also will modify some individual drivers to use CPU_*_ENDIAN.
I guess, we need Cc to kbuild for getting more ideas, suggestions, or
completions.
THanks.
--
Chen Gang
Open, share, and attitude like air, water, and life which God blessed
WARNING: multiple messages have this Message-ID (diff)
From: Chen Gang <gang.chen.5i5j@gmail.com>
To: Max Filippov <jcmvbkbc@gmail.com>
Cc: Linux/MIPS Mailing List <linux-mips@linux-mips.org>,
linux-s390@vger.kernel.org, Aurelien Jacquiot <a-jacquiot@ti.com>,
Catalin Marinas <catalin.marinas@arm.com>,
linux@lists.openrisc.net, Will Deacon <will.deacon@arm.com>,
David Howells <dhowells@redhat.com>,
Paul Mackerras <paulus@samba.org>,
"H. Peter Anvin" <hpa@zytor.com>,
sparclinux@vger.kernel.org, linux-hexagon@vger.kernel.org,
Guan Xuetao <gxt@mprc.pku.edu.cn>,
Jean Delvare <jdelvare@suse.de>,
egtvedt@samfundet.no, Jonas Bonn <jonas@southpole.se>,
Liqin Chen <liqin.linux@gmail.com>,
jesper.nilsson@axis.com, linux-am33-list@redhat.com,
Russell King <linux@arm.linux.org.uk>,
linux-c6x-dev@linux-c6x.org,
"David S. Miller" <davem@davemloft.net>,
"linux-xtensa@linux-xtensa.org" <linux-xtensa@linux-xtensa.org>,
takata@linux-m32r.org, x86@kernel.org, jejb@parisc-linux.org,
Ingo Molnar <mingo@redhat.com>,
Geert Uytterhoeven <geert@linux-m68k.org>,
Lennox Wu <lennox.wu@gmail.com>, Mark Salter <msalter@redhat.com>,
Matt Turner <mattst88@gmail.com>,
hskinnemoen@gmail.com, fenghua.yu@intel.com,
James Hogan <james.hogan@imgtec.com>,
Arnd Bergmann <arnd@arndb.de>,
realmz6@gmail.com, linux-kbuild <linux-kbuild@vger.kernel.org>,
heiko.carstens@de.ibm.com, jdike@addtoit.com,
linux-alpha@vger.kernel.org,
adi-buildroot-devel@lists.sourceforge.net,
Chris Metcalf <cmetcalf@tilera.com>,
starvik@axis.com, linux-m68k@lists.linux-m68k.org,
Ivan Kokshaysky <ink@jurassic.park.msu.ru>,
user-mode-linux-user@lists.sourceforge.net,
Thomas Gleixner <tglx@linutronix.de>,
linux-metag@vger.kernel.org,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
Richard Henderson <rth@twiddle.net>,
Chris Zankel <chris@zankel.net>, Michal Simek <monstr@monstr.eu>,
tony.luck@intel.com, linux-ia64@vger.kernel.org,
linux-parisc@vger.kernel.org, linux-cris-kernel@axis.com,
"vgupta@synopsys.com" <vgupta@synopsys.com>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
Ralf Baechle <ralf@linux-mips.org>,
rkuo@codeaurora.org, user-mode-linux-devel@lists.sourceforge.net,
Richard Weinberger <richard@nod.at>,
Martin Schwidefsky <schwidefsky@de.ibm.com>,
linux390@de.ibm.com, Andrew Morton <akpm@linux-foundation.org>,
yasutake.koichi@jp.panasonic.com, linuxppc-dev@lists.ozlabs.org,
deller@gmx.de
Subject: Re: [PATCH v3] arch: Kconfig: Let all architectures set endian explicitly
Date: Fri, 15 Aug 2014 10:06:56 +0800 [thread overview]
Message-ID: <53ED6B40.8000409@gmail.com> (raw)
In-Reply-To: <CAMo8Bf+=EgXc0hq14y9Kdykaw_7E52kRAENU1P0fAK4tTx=JpA@mail.gmail.com>
On 8/15/14 9:52, Max Filippov wrote:
> On Fri, Aug 15, 2014 at 5:47 AM, Max Filippov <jcmvbkbc@gmail.com> wrote:
>> Hi Chen,
>>
>> On Thu, Aug 14, 2014 at 8:54 PM, Chen Gang <gang.chen.5i5j@gmail.com> wrote:
>>> Normal architectures:
>>>
>>> - Big endian: avr32, frv, m68k, openrisc, parisc, s390, sparc
>>>
>>> - Little endian: alpha, blackfin, cris, hexagon, ia64, metag, mn10300,
>>> score, unicore32, x86
>>>
>>> - Choose in config time: arc, arm, arm64, c6x, m32r, mips, powerpc, sh
>>>
>>> Special architectures:
>>>
>>> - Deside by compiler: microblaze, tile, xtensa.
>>>
>>> - Deside by building host: um
>>>
>>> - Next, need improve Kbuild to probe endian to deside whether need mark
>>> __BUILDING_TIME_BIG_ENDIAN__ before real config.
Please check this comments, thanks.
>>
>> [...]
>>
>>> diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig
>>> index 3a617af..a3e8f7e 100644
>>> --- a/arch/xtensa/Kconfig
>>> +++ b/arch/xtensa/Kconfig
>>> @@ -22,6 +22,8 @@ config XTENSA
>>> select HAVE_IRQ_TIME_ACCOUNTING
>>> select HAVE_PERF_EVENTS
>>> select COMMON_CLK
>>> + select CPU_BIG_ENDIAN if __BUILDING_TIME_BIG_ENDIAN__
>>> + select CPU_LITTLE_ENDIAN if !CPU_BIG_ENDIAN
>>> help
>>> Xtensa processors are 32-bit RISC machines designed by Tensilica
>>> primarily for embedded systems. These processors are both
>>
>> I've tested this part and it doesn't select neither CPU_BIG_ENDIAN,
>> nor CPU_LITTLE_ENDIAN. And looking into the Kconfig/Kbuild I cound't
>
> Correction: it always selects CPU_LITTLE_ENDIAN, regardless of the
> compiler endianness.
>
Yeah, at present, it always select CPU_LITTLE_ENDIAN, next, Kbuild need
be improved for it, just the comments said.
If this patch can be pass checking, I shall improve the Kbuild for it,
also will modify some individual drivers to use CPU_*_ENDIAN.
I guess, we need Cc to kbuild for getting more ideas, suggestions, or
completions.
THanks.
--
Chen Gang
Open, share, and attitude like air, water, and life which God blessed
next prev parent reply other threads:[~2014-08-15 2:06 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-14 16:54 [PATCH v3] arch: Kconfig: Let all architectures set endian explicitly Chen Gang
2014-08-14 16:54 ` Chen Gang
2014-08-14 16:54 ` Chen Gang
2014-08-14 18:04 ` Ralf Baechle
2014-08-14 18:04 ` Ralf Baechle
2014-08-14 18:04 ` Ralf Baechle
2014-08-14 22:14 ` Chen Gang
2014-08-14 22:14 ` Chen Gang
2014-08-14 22:14 ` Chen Gang
2014-08-15 9:01 ` Chen Gang
2014-08-15 9:01 ` Chen Gang
2014-08-15 9:01 ` Chen Gang
2014-08-24 8:38 ` Chen Gang
2014-08-24 8:38 ` Chen Gang
2014-08-24 8:38 ` Chen Gang
2014-08-24 8:38 ` Chen Gang
2014-08-24 8:38 ` Chen Gang
2014-08-25 12:26 ` Chen Gang
2014-08-25 12:26 ` Chen Gang
2014-08-25 12:26 ` Chen Gang
2014-08-25 12:26 ` Chen Gang
2014-08-14 18:21 ` Vineet Gupta
2014-08-14 18:21 ` Vineet Gupta
2014-08-14 18:21 ` Vineet Gupta
2014-08-14 18:21 ` Vineet Gupta
2014-08-14 18:21 ` Vineet Gupta
2014-08-14 18:27 ` Lennox Wu
2014-08-14 18:27 ` Lennox Wu
2014-08-14 18:27 ` Lennox Wu
2014-08-14 22:22 ` Chen Gang
2014-08-14 22:22 ` Chen Gang
2014-08-14 22:22 ` Chen Gang
2014-08-14 23:12 ` Vineet Gupta
2014-08-14 23:12 ` Vineet Gupta
2014-08-14 23:12 ` Vineet Gupta
2014-08-14 23:12 ` Vineet Gupta
2014-08-14 23:12 ` Vineet Gupta
2014-08-15 1:29 ` Chen Gang
2014-08-15 1:29 ` Chen Gang
2014-08-15 1:29 ` Chen Gang
2014-08-15 1:29 ` Chen Gang
2014-08-15 1:47 ` Max Filippov
2014-08-15 1:47 ` Max Filippov
2014-08-15 1:47 ` Max Filippov
2014-08-15 1:52 ` Max Filippov
2014-08-15 1:52 ` Max Filippov
2014-08-15 1:52 ` Max Filippov
2014-08-15 2:06 ` Chen Gang [this message]
2014-08-15 2:06 ` Chen Gang
2014-08-15 2:06 ` Chen Gang
2014-08-15 2:06 ` Chen Gang
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=53ED6B40.8000409@gmail.com \
--to=gang.chen.5i5j@gmail.com \
--cc=a-jacquiot@ti.com \
--cc=akpm@linux-foundation.org \
--cc=arnd@arndb.de \
--cc=catalin.marinas@arm.com \
--cc=dhowells@redhat.com \
--cc=egtvedt@samfundet.no \
--cc=fenghua.yu@intel.com \
--cc=geert@linux-m68k.org \
--cc=hskinnemoen@gmail.com \
--cc=ink@jurassic.park.msu.ru \
--cc=james.hogan@imgtec.com \
--cc=jcmvbkbc@gmail.com \
--cc=jdelvare@suse.de \
--cc=jesper.nilsson@axis.com \
--cc=linux@arm.linux.org.uk \
--cc=mattst88@gmail.com \
--cc=msalter@redhat.com \
--cc=realmz6@gmail.com \
--cc=rkuo@codeaurora.org \
--cc=rth@twiddle.net \
--cc=starvik@axis.com \
--cc=takata@linux-m32r.org \
--cc=tony.luck@intel.com \
--cc=vgupta@synopsys.com \
--cc=will.deacon@arm.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.