mailing list of musl libc
 help / color / mirror / code / Atom feed
* [GSoC] Porting musl libc to RISC-V
@ 2016-04-27  2:06 Masanori Ogino
  2016-04-29  4:11 ` Rich Felker
  0 siblings, 1 reply; 3+ messages in thread
From: Masanori Ogino @ 2016-04-27  2:06 UTC (permalink / raw)
  To: lowrisc-dev; +Cc: musl

Hello,

I'm a master's student in Japan majoring in informatics. In this year,
my proposal for lowRISC has been accepted as part of Google Summer of
Code, so I'd like to introduce myself and the project I will work on.
You may have already discussed with me on the mailing lists, though
:-)

The goal of my project is completing a RISC-V port of musl
(http://www.musl-libc.org/), mentored by Rich Felker. I hope the
project could benefit the RISC-V community. Since musl has been used
by some lightweight/embedded Linux distributions including Alpine
Linux and OpenWrt, the project will be attractive especially for
embedded system developers, I guess.

The project aims not only adding RV-specific part of the libc, but
also integrating it into the toolchain. I also consider some
improvements to the kernel side interacting with libc (e.g. migrating
compare-and-swap emulation from system calls to vDSO functions) if
possible.

For details, you can get my proposal on GitHub:
https://github.com/omasanori/gsoc2016-proposal

I'm definitely new to the community though I have had interest in both
RISC-V and musl for years. Nice to meet you!

Any comments would be appreciated. I hope you will get excited at this
project too.

-- 
Masanori Ogino


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GSoC] Porting musl libc to RISC-V
  2016-04-27  2:06 [GSoC] Porting musl libc to RISC-V Masanori Ogino
@ 2016-04-29  4:11 ` Rich Felker
  2016-05-03 13:15   ` Masanori Ogino
  0 siblings, 1 reply; 3+ messages in thread
From: Rich Felker @ 2016-04-29  4:11 UTC (permalink / raw)
  To: musl

On Wed, Apr 27, 2016 at 11:06:55AM +0900, Masanori Ogino wrote:
> Hello,
> 
> I'm a master's student in Japan majoring in informatics. In this year,
> my proposal for lowRISC has been accepted as part of Google Summer of
> Code, so I'd like to introduce myself and the project I will work on.
> You may have already discussed with me on the mailing lists, though
> :-)
> 
> The goal of my project is completing a RISC-V port of musl
> (http://www.musl-libc.org/), mentored by Rich Felker. I hope the
> project could benefit the RISC-V community. Since musl has been used
> by some lightweight/embedded Linux distributions including Alpine
> Linux and OpenWrt, the project will be attractive especially for
> embedded system developers, I guess.
> 
> The project aims not only adding RV-specific part of the libc, but
> also integrating it into the toolchain. I also consider some
> improvements to the kernel side interacting with libc (e.g. migrating
> compare-and-swap emulation from system calls to vDSO functions) if
> possible.
> 
> For details, you can get my proposal on GitHub:
> https://github.com/omasanori/gsoc2016-proposal
> 
> I'm definitely new to the community though I have had interest in both
> RISC-V and musl for years. Nice to meet you!
> 
> Any comments would be appreciated. I hope you will get excited at this
> project too.

Congratulations, and welcome to the project. I know you've already
been involved on the mailing list, including in topics not directly
related to your proposal, which is great and very much in the spirit
of the "community bonding period" of GSoC that's starting now. I
believe some of those threads never reached proper conclusion and you
may still be waiting for action from me or someone else, so between
now and the start of the GSoC coding period would be a good time to
follow up.

While the focus of your project is musl, your proposal extends into
some other areas (kernel, testing, etc.) and it would also be nice to
identify people you might work with in those areas. Alexander Monakov,
who also works on GCC and is involved in our community, has expressed
interest in helping with anything related to the GCC side of your
work. And Szabolcs Nagy maintains libc-test, the test system it will
make sense to submit any new tests to. I'm also involved in kernel
development now (as arch/sh maintainer) so I can assist on things
related to kernel side (vdso) and procedures for submitting patches if
you're not familiar, but the riscv stuff might still be mostly
out-of-tree anyway.

It's not mandatory for being involved in musl development, but myself
and a lot of our contributors use IRC, #musl on the Freenode network,
as part of development discussion. You're welcome to join us there if
you like.

Rich


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GSoC] Porting musl libc to RISC-V
  2016-04-29  4:11 ` Rich Felker
@ 2016-05-03 13:15   ` Masanori Ogino
  0 siblings, 0 replies; 3+ messages in thread
From: Masanori Ogino @ 2016-05-03 13:15 UTC (permalink / raw)
  To: musl

Hello,

2016-04-29 13:11 GMT+09:00 Rich Felker <dalias@libc.org>:
> On Wed, Apr 27, 2016 at 11:06:55AM +0900, Masanori Ogino wrote:
>> Hello,
>>
>> I'm a master's student in Japan majoring in informatics. In this year,
>> my proposal for lowRISC has been accepted as part of Google Summer of
>> Code, so I'd like to introduce myself and the project I will work on.
>> You may have already discussed with me on the mailing lists, though
>> :-)
>>
>> The goal of my project is completing a RISC-V port of musl
>> (http://www.musl-libc.org/), mentored by Rich Felker. I hope the
>> project could benefit the RISC-V community. Since musl has been used
>> by some lightweight/embedded Linux distributions including Alpine
>> Linux and OpenWrt, the project will be attractive especially for
>> embedded system developers, I guess.
>>
>> The project aims not only adding RV-specific part of the libc, but
>> also integrating it into the toolchain. I also consider some
>> improvements to the kernel side interacting with libc (e.g. migrating
>> compare-and-swap emulation from system calls to vDSO functions) if
>> possible.
>>
>> For details, you can get my proposal on GitHub:
>> https://github.com/omasanori/gsoc2016-proposal
>>
>> I'm definitely new to the community though I have had interest in both
>> RISC-V and musl for years. Nice to meet you!
>>
>> Any comments would be appreciated. I hope you will get excited at this
>> project too.
>
> Congratulations, and welcome to the project. I know you've already
> been involved on the mailing list, including in topics not directly
> related to your proposal, which is great and very much in the spirit
> of the "community bonding period" of GSoC that's starting now. I
> believe some of those threads never reached proper conclusion and you
> may still be waiting for action from me or someone else, so between
> now and the start of the GSoC coding period would be a good time to
> follow up.

Sure.

> While the focus of your project is musl, your proposal extends into
> some other areas (kernel, testing, etc.) and it would also be nice to
> identify people you might work with in those areas. Alexander Monakov,
> who also works on GCC and is involved in our community, has expressed
> interest in helping with anything related to the GCC side of your
> work. And Szabolcs Nagy maintains libc-test, the test system it will
> make sense to submit any new tests to. I'm also involved in kernel
> development now (as arch/sh maintainer) so I can assist on things
> related to kernel side (vdso) and procedures for submitting patches if
> you're not familiar, but the riscv stuff might still be mostly
> out-of-tree anyway.

Thank you. I will definitely need help from experts to archive achieve the goal.

> It's not mandatory for being involved in musl development, but myself
> and a lot of our contributors use IRC, #musl on the Freenode network,
> as part of development discussion. You're welcome to join us there if
> you like.

OK, I will try it later.

-- 
Masanori Ogino


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-05-03 13:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-27  2:06 [GSoC] Porting musl libc to RISC-V Masanori Ogino
2016-04-29  4:11 ` Rich Felker
2016-05-03 13:15   ` Masanori Ogino

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).