Slashdot Mirror


Project To Mainline Android Kernel Changes Formed

ghostoftiber writes "From the article: 'Tim Bird, a Sony engineering veteran and the chair of the Architecture Group of the Linux Foundation's CE Workgroup, has announced a new concerted effort to get Android's changes to the Linux kernel back into the mainline Linux kernel tree.' Android has been using Linux 2.6.x for its devices since its release, with patches from Google. To date they haven't been merged back into the kernel mainline but existed on kernel.org. Some of the features such as wakelocks would help with Linux tablet projects, but other features aren't fully realized and support remains spotty. The radio interface layer ... still exists as an ATI/Nvidia-esque shim loader scheme with modem 'drivers' being nothing more than ihex files loaded by open code."

73 comments

  1. Attention! by Anonymous Coward · · Score: 3, Informative

    Android has been using Linux 2.6.x for it is devices since it is release, with patches from Google.

    Editors, please edit. Just once. Please.

    1. Re:Attention! by Zugok · · Score: 0

      Yet they contract it to it is to it's. We are fighting a losing battle.

      --
      "I just can't sit while people are saying nonsense in a meeting without saying it's nonsense" J Watson, Sci Am 288:(4)51
    2. Re:Attention! by Raenex · · Score: 5, Funny

      It's a loosing battle, now.

    3. Re:Attention! by rumith · · Score: 1

      Android has been using Linux 2.6.x for it's devices since it's release

      Now they changed it to this. What have you done?!

    4. Re:Attention! by AikonMGB · · Score: 2

      If we give you enough +Funnys, will it eventually bump to Score:6?

    5. Re:Attention! by Jesus_666 · · Score: 1

      Devices are release and Google is both. A stealth comment on consumerism? (I know it's not but let me have the illusion at least...)

      --
      USE HOT GRITS WITH STATUE OF NATALIE PORTMAN (NAKED AND PETRIFIED)
    6. Re:Attention! by warrax_666 · · Score: 1

      No it wont.

      --
      HAND.
    7. Re:Attention! by Anonymous Coward · · Score: 0

      you mean it's not gonna happen?

    8. Re:Attention! by nacturation · · Score: 1

      For all intensive purposes, I could care less.

      --
      Want to improve your Karma? Instead of "Post Anonymously", try the "Post Humously" option.
    9. Re:Attention! by Anonymous Coward · · Score: 0

      In the meanwhile, people are taking this thing to far.

    10. Re:Attention! by Spugglefink · · Score: 1

      For all intensive purposes, I could care less.

      Supposively, their all the same thing anyway.

  2. its. by ischorr · · Score: 1

    "Its".

    That is all.

    1. Re:its. by Hatta · · Score: 2

      Monty Python's Flying Circus!

      --
      Give me Classic Slashdot or give me death!
    2. Re:its. by Crudely_Indecent · · Score: 1

      time for something completely different

      --


      "Lame" - Galaxar
    3. Re:its. by ischorr · · Score: 1

      No, that WOULD be "it's" =)

    4. Re:its. by Anonymous Coward · · Score: 0

      A man with three buttocks.

    5. Re:its. by Crudely_Indecent · · Score: 1

      just sleeping

      --


      "Lame" - Galaxar
    6. Re:its. by Tumbleweed · · Score: 1

      Monty Python's Flying Circus!

      I prefer their original name, Owl-Stretching Time.

      Stupid BBC.

  3. RIL? Kernel? by Andy+Dodd · · Score: 5, Informative

    On nearly all devices the RIL is in userland.

    On Samsung GalaxyS devices, the modem was attached to a serial port and the RIL translated Android RIL function calls into modem AT commands. The kernel part of the radio interface was a serial port driver, nothing more.

    Same for most HTC devices, although some that used Qualcomm MSM implemented a pseudo-tty implemented over shared memory - but it was still AT commands being transferred. Other Qualcomm AMSS functions were implemented using an RPC-over-shared-memory interface, the kernel portion of this was small.

    Galaxy S II devices (at least GSM Exynos-based ones) have the radio hung as a USB device off of the CPU, so it did require a driver to implement. Still, most of the RIL is in userland, and the RIL belongs there.

    --
    retrorocket.o not found, launch anyway?
  4. Oh, no. by Anonymous Coward · · Score: 0

    The best way to describe many of the Android changes to Linux is "utter braindamage". Seriously, are they planning to mainline Binder? Are they nuts or what?
    Also, the fact that the network security extensions have "hardcoded group and user IDs" "might make mainlining difficult"? Ha!
    What do these guys think Linux is, Google's playground or what?

    1. Re:Oh, no. by GuB-42 · · Score: 3, Informative

      Linux is everyone's playground.

      Google and the mainline developers hold different point of view. For Google, the kernel is just a component of their OS, this is the reason why they can get away with hacks that mainline developers view as brain damage. They just need to get it to work with Android.

      Trying to merge the mainline kernel with Android is just a bonus witch benefits both parties.

    2. Re:Oh, no. by JonahsDad · · Score: 5, Funny

      Linux is already so retarded that I doubt anybody will notice. We've long reached the stage where there's far too much stuff in the mainline kernel. Every other option is now "WTF is this?" -- where I once understood every single configuration option.

      Linus, you don't have to post as an AC.

    3. Re:Oh, no. by lennier1 · · Score: 0

      A kingdom for some mod points!!!

    4. Re:Oh, no. by Anonymous Coward · · Score: 1

      A kingdom for some mod points!!!

      There you go. I modded GP "Funny" for you. I'll take that kingdom now.

      (Posting AC in order to not undo the modding and lose my kingdom, of course).

    5. Re:Oh, no. by Galestar · · Score: 2

      just a bonus witch

      Gotta love those bonus witches.

      --
      AccountKiller
    6. Re:Oh, no. by Anonymous Coward · · Score: 0

      just a bonus witch

      Gotta love those bonus witches.

      Well, that's how you get to build more bridges.

    7. Re:Oh, no. by Anonymous Coward · · Score: 0

      ...unless you startle them...

  5. Mandatory angryflower link by Liam · · Score: 1
    --
    Liam Healy
  6. Submitting contributions upstream? by lennier1 · · Score: 1

    What a novel idea!!!

    1. Re:Submitting contributions upstream? by Anonymous Coward · · Score: 0

      If you'd been reading some of linuses comments to people who RE mainlining code, you might want something akin to dkms implemented natively in the kernel and just let users download the changes themselves too.

    2. Re:Submitting contributions upstream? by stephanruby · · Score: 1

      Google has been wanting those wakelocks included in the mainline for quite a while now. And it was only recently that the issue was reconsidered by Linus and the other maintainers, so that those changes were finally accepted into the mainline.

  7. Don't mainline kernel changes by Anonymous Coward · · Score: 1

    It's better when you snort them.

  8. Contribute upstream, but change everything! by Anonymous Coward · · Score: 0

    As I understand, the reason why Android kernel changes have been slow to be merged back in is that the Linux community doesn't want them; things are done differently from what the expected behavior is, and so the linux community demands that Android change its mobile architecture to conform to something that will run on someone's x86 desktop, or not.

    1. Re:Contribute upstream, but change everything! by olau · · Score: 2

      While there may be some truth in this, look at it from the other side of the table. It's a bad idea to take a badly fitting half-baked component thrown over the wall and merge it in, just to shut up a contributor. That's not how you survive in the long term as an open source project.

    2. Re:Contribute upstream, but change everything! by cynyr · · Score: 1

      on top of that there is a history of not accepting patches that cause regressions in some loads, especially when those loads are server ones. The linux kernel community seems to not want them, but in reality they want them to work in/on all systems/platforms.

      Anyways, all of that said as nothing more than a long term linux user, as i'm not a kernel dev or anything like one.

      --
      All of the above was encrypted with a Quad ROT-13 method. Unauthorized decryption is in violation of the DMCA.
  9. Sony is involved? Beware. by Anonymous Coward · · Score: 0

    Sony veteran? Are we mainlining some rootkit code?

    1. Re:Sony is involved? Beware. by marcosdumay · · Score: 1

      Sony produces Android phones (or outsources, the difference is not relevant here), so they too write drivers for phones.

      Also, as far as I know, there is no evidence indicating that their technical personel is as unethical as their executives, so I'm quite willing to trust them. Besides, it is free software, and rootkit would need to be public.

  10. Re:Radio Interface Layer? Kernel? by Anonymous Coward · · Score: 3, Informative

    I assume you meant Radio Interface Layer but it took a while to figure that out. I figure I'll just help people out a bit.

  11. Re:Radio Interface Layer? Kernel? by Andy+Dodd · · Score: 3, Informative

    Correct, RIL = radio interface layer in this case. I was responding to this in the summary:

    "The radio interface layer ... still exists as an ATI/Nvidia-esque shim loader scheme with modem 'drivers' being nothing more than ihex files loaded by open code."

    Now, in many cases, it is correct that hex files are being loaded by open code on initialization... but the radio baseband firmware of any phone I know of has NEVER been open source. All they are doing is bootloading a separate radio chipset, which has its own processor. It's another thing that doesn't belong in the kernel (you want scary? I have seen some cases where device firmware is stored as gigantic C arrays in header files... An example of something that should NOT be in the kernel...)

    --
    retrorocket.o not found, launch anyway?
  12. Re:Radio Interface Layer? Kernel? by Anonymous Coward · · Score: 0

    Thanks, I was going to look that up as well.

  13. Re:Just say Nay! by PenquinCoder · · Score: 1

    Much agreed with this. Mainline kernel does not need more untested kludgy garbage pushed into it from companies that didn't care to do shit right to begin with.

  14. Re:Radio Interface Layer? Kernel? by Andy+Dodd · · Score: 1

    So far I can't even find any reference to the RIL/modem drivers anywhere in TFA or any other links...

    Looks like just another case of the submitter being an uneducated whiner trying to sensationalize.

    --
    retrorocket.o not found, launch anyway?
  15. OSS Android Libraries? by Doc+Ruby · · Score: 2

    Android's source is (currently) open, and its Dalvik JVM is Apache licensed. But what about the Java class libraries to which apps link in order to run? Is their source open? Because Android's development model makes those libraries as much a part of the OS as is any of the rest of the SW Google added to the Linux kernel (ie. substituting for the GNU SW that's in most popular "Linux" distros).

    --

    --
    make install -not war

    1. Re:OSS Android Libraries? by Anonymous Coward · · Score: 1

      The framework classes are Apache 2, same as Dalvik.

      I'm not sure what your point is; the Android Frameworks classes and code are as relevant to the kernel as Gnome is.

      If you want a pure GPL Android framework, you are certainly welcome to cleanroom reverse engineer everything.

    2. Re:OSS Android Libraries? by Doc+Ruby · · Score: 1

      Thanks for the clarification on the license.

      My point was only that the framework class libraries in Android are part of the OS, even though that's not the traditional view of Java class libraries. I'm not looking for pure GPL.

      --

      --
      make install -not war

  16. Re:Just say Nay! by Doc+Ruby · · Score: 1

    I don't see why Android patches that aren't more or less universal in installation target should be in the mainline kernel. Isn't that exactly what source tree branches are for? Regardless of their quality (which should only determine whether they're committed, not where they're committed) if their features are out of scope of the mainstream, why would they be committed to the mainstream branch?

    --

    --
    make install -not war

  17. Why bother? by Anonymous Coward · · Score: 0

    Why do people care so much if the Android kernel is in sync with the mainline kernel? I thought the idea behind open source was that you could take the source and do whatever you want (within the restrictions of the license but you know what I mean). Why do people make such a big deal out of forking?

    1. Re:Why bother? by olau · · Score: 3, Insightful

      Because it aids collaboration, avoids duplication of effort, leaves more room for innovation from more people, more eyes make the bugs shallower, etc. The things that make open source a success to begin with.

      If you think open source is all there is to open source, you don't understand it properly.

  18. Mainlining by ilsaloving · · Score: 3, Funny

    Just be mindful about sharing needles while mainlining. Last thing linux needs is to get a virus.

    (I'll get my coat...)

  19. Re:Just say Nay! by dbc · · Score: 3, Insightful

    Exactly. Google is being outrageously arrogant, IMHO. If you want your stuff in the kernel, submit a patch that Linus is happy with -- Google somehow believes that their stuff should get merged just because they are Google.

    Clue for Google: IBM, Intel, and every other major player has coded, re-coded, re-re-coded, and absorbed and acted upon LKML input, without getting their feelings hurt (leastwise they didn't whine about it publicly).

    It would be best for all concerned if Google's *good* ideas were put in a form that Linus and the LKML are happy with, and merged. The bad ideas should be left out. And merging cruft just because it is from Google is a Really Bad Idea. Cruft is cruft.

  20. Re:Just say Nay! by FlyingGuy · · Score: 1

    I don't see why Android patches that aren't more or less universal...

    The more or less part is the bit that worries me. When Novell or Redhat or anyone else submits kernel enhancements or patches they are doing so in concert with many other stake holders. What Google and other less reputable entities want to do is back rev the kernel to support Android specifically an OS unto itself if you will and thus will be Android specific. Android has shown itself to be both pretty buggy and having security issues, even in Ice Cream Sandwich.

    --
    Hey KID! Yeah you, get the fuck off my lawn!
  21. baby, bathwater, which direction? by drwho · · Score: 1

    OK, so android is crap in lots of ways. What bothers me the most is the ever increasing incompatibilities between the older versions and the newer ones, and of course all of the vendor customizations. But what about the actual kernel mods? Are they any good? Some of them, perhaps a great number, are going to be used only by android and perhaps one or two other projects. But some may not be. Some people here are saying "don't take the patches just because they come from Google" - well, ok, not google specifically no matter how much of a fanboy you are. But there is something to be said for code which has been developed by a team of highly skilled people and tested on millions of installed devices. It could be from Microsoft for all I care. If the change are good, take them. Consider the big picture: what we have here is a developing fork which we want to head off. So, what should happen is that 1) Linux(s) agrees to seriously investigate merging some of the Android patches, and (2) Google agrees to start using a Linux3 kernel (starting with the version incorporating Google changes). Google should apply their patches to this Linux3 kernel, including the patches which were not accepted into the mainline kernel. Google should NOT be forced to commit to using whichever kernel is considered modern and safe by everyone else but they should be ENCOURAGED to stay reasonably up to date, i.e. not more than a year behind the current releases.

    However, even moving to a Linux3 kernel can inadvertently cause bloat which may make future versions of Android even less usable on older phones (like my G1) than they are now. So, consider where the value is in upgrading Android's kernel to Linux3. I don't have enough knowledge on this, so I will have to depend on some experts to make this decision. I hope these experts don't get paid or praised based upon how many new phones are sold...

  22. Re:Just say Nay! by marcosdumay · · Score: 1

    I'd be glad if drivers for all that stuf that goes into phones were availabe at the kernel. It would make it way easier to create other kinds of computers.

    But I do understand you are concerned about code quality. The problem is that quality won't start improving if people don't start to reuse their drivers, and people won't reuse drivers if they are not at the main kernel. It is quite ok to ask for a driver that won't cause problems for other code, it is not ok to ask for a driver that doesn't have bugs.

  23. Re:Just say Nay! by Doc+Ruby · · Score: 1

    Well as I said, bugs/quality are one issue that should prevent committing to any "live" branch used for building on actual devices.

    But the universality of code is always a call by the project management. There's plenty of code that can be compiled into machines on which it will not run, so long as logic prevents it running there. The extra size of the OS image isn't that big a problem, so long as it's not being executed (and the logic that stops it isn't being executed too much). Generating different versions depending on architecture targets should be a matter of #IFDEF or other conditional compilation at least. It really should be factored into modules, like loadable kernel modules. I personally prefer a microkernel architecture for this reason, but Linux went with monolithic kernels. The kernel build config files should give selection control, including groups per architecture tags. But a little extra that's properly shut off is OK. These gray areas are all delineated by educated guesses by the project management.

    --

    --
    make install -not war

  24. no freaking way, please!!! by dltaylor · · Score: 2

    As has been repeatedly reported, Linus is fine with someone taking a version of the Linux kernel and forking it off in their own special direction, as the Android developers have done. If you want to put some of the those features back into his main line, though, they will have to meet his standards, and those of the people he has trusted to manage the kernel changes. If the Android developers' changes were acceptable, they would already have been merged.

    "wakelocks", for example, are a kludge to cover up some very lax user-space coding standards, and are not acceptable.

    There is a lot of recent work (not really finished, IMO) to handle micromanaging power consumption for System on Chip (SoC), battery-powered devices, both in the kernel itself and through controlling userspace. If Android developers want to be using the mainstream kernel, they should be preparing to use the new interfaces and tools, while helping to find any real issues, rather than whining "why won't you just do it our way?".

    My contribution to the Linux kernel is incredibly minor, but it had to go through exactly the same vetting process, and the result was a better change.

    1. Re:no freaking way, please!!! by SadButTrue · · Score: 1

      No doubt at all. Everything you said is right on and I suspect that the devs at google doing kernel work would agree. The problem lies in the fact that the "not really finished" power management stuff needed to be done 3 years ago. Now there are hundreds of millions of copies of wakelock code running on real devices.

      There are user space workarounds for migration. How do you migrate drivers? Especially when you have no control over how the companies actually implementing your code.

      I don't meant to imply that linux should incorporate weak design, but as someone who really wants to see OS thrive where is the line. What would be the path forward for google and android to be acceptable given the constraints?

      --
      grape - the GNU free, open source rape
    2. Re:no freaking way, please!!! by Anonymous Coward · · Score: 0

      Linux is where it is because the community, with Linus on top, always resisted 'quick' solutions being integrated, and instead opted for a lenghtier process where a feature is developed to address concerns from coding style and layering, to impact on kernel performance, suggested improvements and making it more general purpose if the initial version was narrower in scope. This is why Linux is probably the best kernel in existence, and runs on everything from refridgerator interface to big Iron.

      Let's hope that Google will do it properly some day, but these devices will never be supported by a vanilla kernel. Most of them rely a lot on binary drivers, and the Google kernel uses hacks to load them into kernel without violating the GPL (the ihex file is, if I understand it, another form of a kernel module) - that approach is not going to work with Linus and his crowd.

  25. k5 reunion?!!? by Anonymous Coward · · Score: 0

    Unknown Lamer? Check
    GhostOfTiber? Check
    Michael Crawford and a 9000-word comment about Linux that quickly turns into Cal Tech, Tsutomu Shimomura, Richard Feynman? Ahh, not yet.

  26. Re:Just say Nay! by Anonymous Coward · · Score: 0

    I can only hope an pray you get hit by a bus and get dragged until your skin is peeled off, you POS iSheep.

  27. Re:Just say Nay! by bgat · · Score: 2

    ... but you can't reuse something that is of sufficiently low quality, whether it is in the mainline kernel or not. And a lot of the drivers associated with Android fall into this category, or at least the ones I have reviewed. Google clearly isn't All That on the driver side, by far. (Or in the HAL code in Android, for that matter, but that is a different topic).

    And I have never been convinced that runtime-PM wasn't a technically better solution than Wakelocks, either. So I really haven't lost any sleep over the latter not being in mainline.

    --
    b.g.
  28. Re:Just say Nay! by SadButTrue · · Score: 2

    Knowing next to nothing about what makes kernel code good or cruft what did Google submit that is cruft?

    I am not a partisan in this, I really want to know. I chose to ask this question here because you seem passionate about this. I read a bit about the wake lock driver changes forever ago. There seemed to be a lot of disdain for that model at the time.

    Aside from that, is there something that the OS community could do to help inform google? I ask only because android seems to be a wonderful means to an end. More than anything before it android could actually make this the year of the linux desktop. (I feel dirty for having said that)

    --
    grape - the GNU free, open source rape
  29. Re:Just say Nay! by Anonymous Coward · · Score: 0

    If the year of the linux desktop involves horrible java-dependent crap, I'd rather it never came.

  30. How is this new? by m0rphin3 · · Score: 1

    Wakelocks were already disliked in 2009: http://lwn.net/Articles/318611/

    --
    for great justice
  31. Security by Anonymous Coward · · Score: 0

    Will this make Linux as insecure as Android?

  32. Re:Just say Nay! by dbc · · Score: 1

    The only community input that matters here is that from LKML. The LKML is the judge of cruft. Google knows how to find LKML. Every other company that wants code in the mainline joins the LKML community as a *peer* and leaves the attitude behind.