lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 25 Mar 2009 12:11:08 +0800
From:	liqin.chen@...plusct.com
To:	linux-kernel@...r.kernel.org, Will Newton <will.newton@...il.com>
Cc:	torvalds@...ux-foundation.org
Subject: Re: [PATCH] score - New architecure port to SunplusCT S+CORE  processor

> 
> To allow people to more easily review your patches it is recommended
> to spit them up into smaller pieces and submit them to the mailing
> list.

According to the "The linux-kernel mailing list FAQ" and 
"Documentation/SubmittingPatches", 
E-mail size exceeds 40 kB, "it is preferred that you store 
your patch on an Internet-accessibleserver, and provide
 instead a URL (link) pointing to your patch."
linux/score patch size over 400 kB, so we only provide 
the URL (link) in mail.

But if other person or Linus also think we should spit them up
into smaller pieces, we will do it.

> 
> Your port looks relatively clean but it looks like it is borrowing
> heavily from the mips port and you may have a few leftovers from that
> e.g.:
> 

Yes, we use linux/mips as reference for linux/score platform.
In order to make the patch clear, we used more C code instead of 
assembler code. After patch merge to the mainline, 
we will provide optimized assembler code one by one.

> - mentions of o32 (unless S+CORE has an o32 ABI?)
> - does SCORE+ have ll/sc instructions or is that another leftover from 
MIPS?

No, I had removed these leftover code.

> - compatibility syscalls, sys_ipc, old-style signal handling. Are
> these really needed for a new arch?

Because we use glibc-2.3.6 as base library, LTP and many applications
are all running on it. so we leave many old syscall in score code,
once we are sure it's not necessary, we will remove these syscall.

> - does your port support SMP?

No, but we consider todo it next step.

We have updated the patch use the same URL(link)
http://www.sunplusct.com/images/linux-score-patch/linux-score-20090324.patch
if other person think it should be splited into smaller pieces, 
please let me know.

Thanks Will Newton
--
liqin

Will Newton <will.newton@...il.com> 写于 2009-03-24 19:00:05:

> On Tue, Mar 24, 2009 at 3:46 AM,  <liqin@...north.com.cn> wrote:
> > Hello, Linus and folks,
> >
> > We have ported Linux to the S+CORE processor, which is a 32-bit RISC
> > embedded
> > microprocessor of Sunplus Core Technology.
> >
> > SPG29X, SPG300(score core) processor have been used in game products.
> > and score toolchain have commit to gnu in 2006. We have a team to 
maintain
> > score code for linux kernel.
> >
> > We would like to release a patch for kernel 2.6.29-rc8.
> > This patch include score header files, arch files and serial driver 
for
> > spct6600(score core) platform.
> >
> > For the other driver patches, I'll send them one by one in
> > small size latter. Thanks!
> >
> > Would you merge them to the stock kernel?
> >
> > Patch information is slightly bigger, so I placed it on our SunplusCT 
web
> > site.
> > 
http://www.sunplusct.com/images/linux-score-patch/linux-score-20090324.patch
> >
> > Signed off by: Chen Liqin <liqin.chen@...plusct.com,
> > liqin@...north.com.cn>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ