I'm confused. Is 3.x meant for a different class of system, or are distros like Ubuntu intentionally lagging behind in 2.6.x land?
Linux 3.4 kernel released
21–30 of 47 posts
Re: Linux 3.4 kernel released
#22I'm confused. Is 3.x meant for a different class of system, or are distros like Ubuntu intentionally lagging behind in 2.6.x land?
Re: Linux 3.4 kernel released
#23Is it me or Linux kernel releases becoming more frequent?
Re: Linux 3.4 kernel released
#24What I thought was more interesting (Linus noted "Nothing really exciting happened since -rc7...") was the exchange between Linus and Peter Zijlstra, in particular this Linus eruption: https://lkml.org/lkml/2012/5/19/97
> And I *do* know that the real world simply isn't simple enough that we could
> ever do a perfect job, so don't even try - instead aim for "understandable,
> maintainable, and gets the main issues roughly right".
It's striking that his manner is blunt and over-general... and his technical content is also blunt and over-general. He's known for his pragmatic and effective engineering decisions.Re: Linux 3.4 kernel released
#25Is it me or Linux kernel releases becoming more frequent?
Re: Linux 3.4 kernel released
#26The X32 ABI is interesting. Who'd have thought this many years after 64 bit becoming mainstream, (and decades after it becoming mainstream on servers) something like this would be needed.
Re: Linux 3.4 kernel released
#27The X32 ABI is interesting. Who'd have thought this many years after 64 bit becoming mainstream, (and decades after it becoming mainstream on servers) something like this would be needed.
Is the X32 ABI meant so that one can run X32 programs on an x64 kernel as well, or does one have to decide to use X32 once and for all and then compile everything with this ABI?
Basically you can choose if you want your program to have only 4 GB address space and thus only consume 4 bytes of memory per pointer. This is a per-process choice. (but obviously requires special binaries)
Re: Linux 3.4 kernel released
#28Earlier quoted context omitted.
Anyone has a good argument why NOT to use this for every non memory intensive application? I always thought that using 64bit pointers was a waste of memory when not needed and this x32 abi to me seems fantastic since it keeps the several advantages of newer 64bit cpus (more registers for example as mentioned in the article).
If an application is not memory intensive, why would you care if there is 'waste'? Personally I wish everyone would just move to 64 bit all the time.
Re: Linux 3.4 kernel released
#29The X32 ABI is interesting. Who'd have thought this many years after 64 bit becoming mainstream, (and decades after it becoming mainstream on servers) something like this would be needed.
Anyone has a good argument why NOT to use this for every non memory intensive application? I always thought that using 64bit pointers was a waste of memory when not needed and this x32 abi to me seems fantastic since it keeps the several advantages of newer 64bit cpus (more registers for example as mentioned in the article).
(i can dig out a post of (afair) solar designer that goes into more detail, but i think this should be clear as is)
Re: Linux 3.4 kernel released
#30Has the slow USB copy bug been fixed yet?