Re: [PATCH] unicore32: use get_kernel_nofault in dump mem and dump_instr

2020-07-20 Thread Guan Xuetao
Very good to remove ds/fs in unicore arch. Could u send me full patch for test? Guan Xuetao > -原始邮件- > 发件人: "Christoph Hellwig" > 发送时间: 2020-07-20 19:43:58 (星期一) > 收件人: g...@pku.edu.cn > 抄送: linux-kernel@vger.kernel.org > 主题: [PATCH] unicore32: use get_ke

Re: [REVIEW][PATCH 0/3] signal/unicore32: siginfo cleanups

2018-09-29 Thread Guan Xuetao
Hi Eric, I'll review and check the patches after chinese national day vocation. Thanks. Guan Xuetao > -Original Messages- > From: "Eric W. Biederman" > Sent Time: 2018-09-24 23:23:35 (Monday) > To: linux-kernel@vger.kernel.org > Cc: linux-a...@vger.kernel

Re: [PATCH] unicore32: switch to NO_BOOTMEM

2018-07-22 Thread Guan Xuetao
> -Original Messages- > From: "Mike Rapoport" > Sent Time: 2018-07-16 16:00:24 (Monday) > To: "Guan Xuetao" > Cc: "Michal Hocko" , "Arnd Bergmann" , > linux...@kvack.org, linux-kernel@vger.kernel.org, "Mike Rapoport&q

[PATCH] MAINTAINERS: UNICORE32: Change email account

2018-03-21 Thread Guan Xuetao
Change email account for unicore32 arch and pkunity soc drivers Since old email server mprc.pku.edu.cn was blocked in recent years Signed-off-by: Guan Xuetao Cc: Arnd Bergmann --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS

Re: Removing architectures without upstream gcc support

2018-03-09 Thread Guan Xuetao
u toolchain of UniCore, I have already discussed it in my group, and I'll do my best to propel it forward. Thanks, Guan Xuetao

答复: [PATCH v5 1/6] power: bq27x00_battery: Renaming for consistency

2015-09-22 Thread GUAN Xuetao
For unicore32 bits, it's ok. Thanks. Acked-by: GUAN Xuetao -邮件原件- 发件人: Sebastian Reichel [mailto:s...@kernel.org] 发送时间: 2015年9月23日 5:00 收件人: Tony Lindgren ; Guan Xuetao 抄送: Andrew F. Davis ; Pali Rohár ; Dmitry Eremin-Solenikov ; David Woodhouse ; linux...@vger.kernel.org;

Re: [Suggestion] unicore32: About toolchain issues and source code.

2014-05-01 Thread GUAN, Xuetao
Yes, please use 1.0.5 version. I'll check and fix these problems in this month. Thanks Chen & Guenter. Sent from my iPhone > On May 1, 2014, at 2:48 AM, Guenter Roeck wrote: > >> On Wed, Apr 30, 2014 at 09:14:42AM +0800, Chen Gang wrote: >> Hello Maintainers: >> >> - Toolchain information: >

Re: [GIT PULL REQUEST] UniCore32 update for v3.7-rc4

2012-11-12 Thread Guan Xuetao
*after* you had done all the above? > > The ..BRANCH.NOT.VERIFIED.. implies that the request-pull couldn't > find the particular tag. I see. I've forgotten to push the new branch into the github. Thanks & Regards, Guan Xuetao > > Also, if you have an older version of git,

[PATCH 1/2] unicore32: switch to generic kernel_thread()/kernel_execve()

2012-10-19 Thread Guan Xuetao
From: Al Viro Signed-off-by: Al Viro Acked-and-Tested-by: Guan Xuetao --- arch/unicore32/Kconfig |2 + arch/unicore32/include/asm/processor.h |5 --- arch/unicore32/kernel/entry.S | 15 arch/unicore32/kernel/process.c| 58

[PATCH 2/2] unicore32: switch to generic sys_execve()

2012-10-19 Thread Guan Xuetao
From: Al Viro Signed-off-by: Al Viro Acked-and-Tested-by: Guan Xuetao --- arch/unicore32/include/uapi/asm/unistd.h |1 + arch/unicore32/kernel/entry.S|5 - arch/unicore32/kernel/sys.c | 21 - 3 files changed, 1 insertions(+), 26

[PATCH] unicore32: Use Kbuild infrastructure for kvm_para.h

2012-10-15 Thread Guan Xuetao
All the headers but kvm_para.h use the Kbuild infrastructure to get to the asm-generic headers. Cc: linux-kbu...@vger.kernel.org Signed-off-by: Steven Rostedt Signed-off-by: Guan Xuetao --- arch/unicore32/include/uapi/asm/Kbuild |2 ++ arch/unicore32/include/uapi/asm/kvm_para.h |1