Just FYI - lengthy but very interesting read, Linus was really good at wording, enjoy heh :-)
https://lkml.org/lkml/2011/3/17/283
So maybe it's just a right time to talk about using linaro ARM kernel tree as a fork for quick merge of the ever expanding SoC and board support, and using it more as a productive kernel for downstream. And in the mean time, improve the mainline kernel into such a good shape that with less crappy code we could support more platforms?
Just a bit thought on that possibility.
- eric
Eric, yes, I found that interesting. I've been having discussions about how to do this better, I'm interested in your thoughts. Are you by any chance at ELC in SF?
Dave
On Fri, 2011-04-01 at 23:43 +0800, Eric Miao wrote:
Just FYI - lengthy but very interesting read, Linus was really good at wording, enjoy heh :-)
https://lkml.org/lkml/2011/3/17/283
So maybe it's just a right time to talk about using linaro ARM kernel tree as a fork for quick merge of the ever expanding SoC and board support, and using it more as a productive kernel for downstream. And in the mean time, improve the mainline kernel into such a good shape that with less crappy code we could support more platforms?
Just a bit thought on that possibility.
- eric
linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev
On Fri, Apr 1, 2011 at 11:55 PM, David Rusling david.rusling@linaro.org wrote:
Eric, yes, I found that interesting. I've been having discussions about how to do this better, I'm interested in your thoughts. Are you by any chance at ELC in SF?
Actually a bit busy with the involvement with Freescale, so I won't go this time.
Dave
On Fri, 2011-04-01 at 23:43 +0800, Eric Miao wrote:
Just FYI - lengthy but very interesting read, Linus was really good at wording, enjoy heh :-)
https://lkml.org/lkml/2011/3/17/283
So maybe it's just a right time to talk about using linaro ARM kernel tree as a fork for quick merge of the ever expanding SoC and board support, and using it more as a productive kernel for downstream. And in the mean time, improve the mainline kernel into such a good shape that with less crappy code we could support more platforms?
Just a bit thought on that possibility.
- eric
linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev
-- David Rusling, CTO http://www.linaro.org
Linaro Lockton House Clarendon Rd Cambridge CB2 8FH
linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev
Eric,
So maybe it's just a right time to talk about using linaro ARM kernel tree as a fork for quick merge of the ever expanding SoC and board support, and using it more as a productive kernel for downstream.
I don't think that a 'fork' is really a solution we are looking for. Using Linaro as a staging and consolidation tree and at the same time improving the upstream kernel is more what I would be looking for and what Linaro is currently working on.
Regards, Philippe
-----Original Message----- From: linaro-dev-bounces@lists.linaro.org [mailto:linaro-dev-bounces@lists.linaro.org] On Behalf Of Eric Miao Sent: 01 April 2011 16:44 To: Linaro Dev Subject: Linus being annoyed by the ARM kernel code
Just FYI - lengthy but very interesting read, Linus was really good at wording, enjoy heh :-)
https://lkml.org/lkml/2011/3/17/283
So maybe it's just a right time to talk about using linaro ARM kernel tree as a fork for quick merge of the ever expanding SoC and board support, and using it more as a productive kernel for downstream. And in the mean time, improve the mainline kernel into such a good shape that with less crappy code we could support more platforms?
Just a bit thought on that possibility.
- eric
_______________________________________________ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev
On Fri, Apr 1, 2011 at 11:43 PM, Eric Miao eric.miao@linaro.org wrote:
Just FYI - lengthy but very interesting read, Linus was really good at wording, enjoy heh :-)
https://lkml.org/lkml/2011/3/17/283
So maybe it's just a right time to talk about using linaro ARM kernel tree as a fork for quick merge of the ever expanding SoC and board support, and using it more as a productive kernel for downstream. And in the mean time, improve the mainline kernel into such a good shape that with less crappy code we could support more platforms?
Just a bit thought on that possibility.
Yeah, I've discussed with Eric 2 days ago after I was shocked by this email flame about our ARM community. Generally, I do think it's a good time for our Linaro guys to consider necessary actions, since Linaro is a neutral place for all ARM Linux related parties and we are trying to make upstream kernel better and benefit for every ARM Linux players.
So a) firstly, I suggest we need discuss widely why Linus blamed us (the problem we are facing here). I think if we followed the email thread we can buy the conclusion (if I'm wrong, please correct me): ARM kernel need some kind of platform layer (not ARM core layer ARMv7/ARMv6) abstraction or unification. And our goal is make our SoC sub arch code more cleaner and more containable, or support single binary kernel for ARM machines (magic to me). For deeper investigation, I think Nico pointed out some abstraction areas such as GPIO, irq_chip, PWM (from Uwe), other fundamental areas and etc. We definitely need a working item list for this. Maybe we will realize this working list is too large, then we might go back to talk about a fork or a mach-nocrap (from Arnd).
From my POV, ARM Ltd. can help get some information from popular IP
vendors and encourage them to upstream their code. I worked on Blackfin arch before which sharing MUSB IP with OMAP/Davinci, thanks god, we got an initial version Linux driver of this IP from Mentor, finally all MUSB IP licensees are sharing the same driver in kernel (Blackfin/OMAP/Davinci, maybe more) although this driver is painful. And for the IP vendors they do provide Linux drivers, if their code is in upstream already, SoC guys can easily reuse the code and we can make the IP driver more sharable and maintainable.
Moreover, since more and more ARM SoC will join our ARM kernel family and more and more manufacture will produce ARM based products, how do we deal with those new comers and new boards/maches.
b) For our Linaro kernel guys as a part of ARM kernel community, I suggest we take over these working actions and we do have engineer resource to do that or encourage more people to join this work. - choose several experienced Linaro kernel forks to form a ARM kernel platform maintainer team (RMK is still our ARM arch core maintainer) to review platform code, do abstraction and unification, do documentation for new comers and encourage SoC code to follow our solution. - announce this team and our plan/project widely and publicly to let ARM kernel community and Linus know it - setup a suitable kernel tree or process to make this happen, like arm-linux-platform tree or project to contain code and push them to upstream - help each SoC maintainer to isolate their code and not introduce conflicts on platform level
Just some basic thought, hope we can come our some real solutions and make Linus just merge without any complains, -:))
Thanks,
On Mon, Apr 4, 2011 at 1:38 PM, Bryan Wu bryan.wu@canonical.com wrote:
On Fri, Apr 1, 2011 at 11:43 PM, Eric Miao eric.miao@linaro.org wrote:
Just FYI - lengthy but very interesting read, Linus was really good at wording, enjoy heh :-)
https://lkml.org/lkml/2011/3/17/283
So maybe it's just a right time to talk about using linaro ARM kernel tree as a fork for quick merge of the ever expanding SoC and board support, and using it more as a productive kernel for downstream. And in the mean time, improve the mainline kernel into such a good shape that with less crappy code we could support more platforms?
Just a bit thought on that possibility.
Yeah, I've discussed with Eric 2 days ago after I was shocked by this email flame about our ARM community. Generally, I do think it's a good time for our Linaro guys to consider necessary actions, since Linaro is a neutral place for all ARM Linux related parties and we are trying to make upstream kernel better and benefit for every ARM Linux players.
Yes, it's good time for Linaro to take the responsibility to contribute and demonstrate more for the ARM community.
So a) firstly, I suggest we need discuss widely why Linus blamed us (the problem we are facing here). I think if we followed the email thread we can buy the conclusion (if I'm wrong, please correct me): ARM kernel need some kind of platform layer (not ARM core layer ARMv7/ARMv6) abstraction or unification. And our goal is make our SoC sub arch code more cleaner and more containable, or support single binary kernel for ARM machines (magic to me). For deeper investigation, I think Nico pointed out some abstraction areas such as GPIO, irq_chip, PWM (from Uwe), other fundamental areas and etc. We definitely need a working item list for this. Maybe we will realize this working list is too large, then we might go back to talk about a fork or a mach-nocrap (from Arnd).
It's correct. ARM kernel need some abstraction from soc level, but it's not that easy. Each SOC vendor did each design differently by each other. There is lack of common interface between each SOC vendor. There is no common rule for each SOC vendor to play with. And even worse is that each SOC will have each ugly bug and need software to work around it. What Linaro can do now is that Linaro can consolidate the current ARM kernel and make it more abstraction and cleaner, but what about it in the feature when more SOC come out?
[...]
Just some basic thought, hope we can come our some real solutions and make Linus just merge without any complains, -:))
Thanks,
Bryan Wu bryan.wu@canonical.com Kernel Developer +86.138-1617-6545 Mobile Ubuntu Kernel Team Canonical Ltd. www.canonical.com Ubuntu - Linux for human beings | www.ubuntu.com
linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev