Re: [PATCH v6 04/20] arm64: change some CONFIG_COMPAT over to use CONFIG_AARCH32_EL0 instead

2015-12-29 Thread Yury Norov
On Mon, Dec 28, 2015 at 05:01:15PM +0800, Zhangjian (Bamvor) wrote: > Fix the title. Hi, Could you re-send your patch, as previous version has wrong subject, and this - commented body. Or, I can just meld your change to patch #4. Yury. > > On 16:43 2015/12/28, Bamvor Jian Zhang wrote: > >I

Re: [PATCH v6 04/20] arm64: change some CONFIG_COMPAT over to use CONFIG_AARCH32_EL0 instead

2015-12-29 Thread Yury Norov
On Mon, Dec 28, 2015 at 05:01:15PM +0800, Zhangjian (Bamvor) wrote: > Fix the title. > > On 16:43 2015/12/28, Bamvor Jian Zhang wrote: > >I feel we need something like this to avoid the failure of compiling > >when build with ARM64_ILP32(which will select COMPAT) and > >ARMV8_DEPRECATED (which

Re: [PATCH v6 04/20] arm64: change some CONFIG_COMPAT over to use CONFIG_AARCH32_EL0 instead

2015-12-29 Thread Yury Norov
On Mon, Dec 28, 2015 at 05:01:15PM +0800, Zhangjian (Bamvor) wrote: > Fix the title. > > On 16:43 2015/12/28, Bamvor Jian Zhang wrote: > >I feel we need something like this to avoid the failure of compiling > >when build with ARM64_ILP32(which will select COMPAT) and > >ARMV8_DEPRECATED (which

Re: [PATCH v6 04/20] arm64: change some CONFIG_COMPAT over to use CONFIG_AARCH32_EL0 instead

2015-12-29 Thread Yury Norov
On Mon, Dec 28, 2015 at 05:01:15PM +0800, Zhangjian (Bamvor) wrote: > Fix the title. Hi, Could you re-send your patch, as previous version has wrong subject, and this - commented body. Or, I can just meld your change to patch #4. Yury. > > On 16:43 2015/12/28, Bamvor Jian Zhang wrote: > >I

Re: [PATCH v6 04/20] arm64: change some CONFIG_COMPAT over to use CONFIG_AARCH32_EL0 instead

2015-12-28 Thread Zhangjian (Bamvor)
Fix the title. On 16:43 2015/12/28, Bamvor Jian Zhang wrote: I feel we need something like this to avoid the failure of compiling when build with ARM64_ILP32(which will select COMPAT) and ARMV8_DEPRECATED (which depends on the opcodes.o). From f8b8ffdb449491ecf8ba465238bbdb4625a74ac0 Mon Sep

Re: [PATCH v6 04/20] arm64: change some CONFIG_COMPAT over to use CONFIG_AARCH32_EL0 instead

2015-12-28 Thread Zhangjian (Bamvor)
Fix the title. On 16:43 2015/12/28, Bamvor Jian Zhang wrote: I feel we need something like this to avoid the failure of compiling when build with ARM64_ILP32(which will select COMPAT) and ARMV8_DEPRECATED (which depends on the opcodes.o). From f8b8ffdb449491ecf8ba465238bbdb4625a74ac0 Mon Sep

Re: [PATCH v6 04/20] arm64: change some CONFIG_COMPAT over to use CONFIG_AARCH32_EL0 instead

2015-12-23 Thread Yury Norov
On Wed, Dec 16, 2015 at 12:42:30AM +0300, Yury Norov wrote: > --- a/arch/arm64/include/asm/unistd.h > +++ b/arch/arm64/include/asm/unistd.h > @@ -13,9 +13,8 @@ > * You should have received a copy of the GNU General Public License > * along with this program. If not, see

Re: [PATCH v6 04/20] arm64: change some CONFIG_COMPAT over to use CONFIG_AARCH32_EL0 instead

2015-12-23 Thread Yury Norov
On Wed, Dec 16, 2015 at 12:42:30AM +0300, Yury Norov wrote: > --- a/arch/arm64/include/asm/unistd.h > +++ b/arch/arm64/include/asm/unistd.h > @@ -13,9 +13,8 @@ > * You should have received a copy of the GNU General Public License > * along with this program. If not, see

[PATCH v6 04/20] arm64: change some CONFIG_COMPAT over to use CONFIG_AARCH32_EL0 instead

2015-12-15 Thread Yury Norov
From: Andrew Pinski Reviewed-by: David Daney Signed-off-by: Philipp Tomsich Signed-off-by: Christoph Muellner Signed-off-by: Yury Norov Signed-off-by: Andrew Pinski --- arch/arm64/include/asm/elf.h | 11 --- arch/arm64/include/asm/fpsimd.h| 2 +-

[PATCH v6 04/20] arm64: change some CONFIG_COMPAT over to use CONFIG_AARCH32_EL0 instead

2015-12-15 Thread Yury Norov
From: Andrew Pinski Reviewed-by: David Daney Signed-off-by: Philipp Tomsich Signed-off-by: Christoph Muellner Signed-off-by: Yury Norov