Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 25-12-2008, 10:52 AM   #1 (permalink)
In Pursuit of "Happyness"
 
kalpik's Avatar
 
Join Date: May 2005
Location: New Delhi
Posts: 3,432
Default Kernel 2.6.28 Stable released!


Major attraction: EXT4!

http://www.internetnews.com/dev-news...le.php/3793371
http://www.kernel.org
__________________
Whenever you find yourself on the side of the majority, it is time to pause and reflect. - Mark Twain
kalpik is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 25-12-2008, 11:07 AM   #2 (permalink)
Wahahaha~!
 
Faun's Avatar
 
Join Date: Dec 2006
Location: Pune/there
Posts: 7,676
Default Re: Kernel 2.6.28 Stable released!

__________________
Blog | Flickr | Battlelog
Spoiler:
Asus Z68 V-Pro|i5 2500k|TRUE Black|Ripjaws X|U2311H|N560GTX|D7000|XONAR STX|RE272|RE0|CC51|XE200PRO Walnut| TD II V2| Ultraphile|N5800

Mono
Faun is offline  
Old 25-12-2008, 02:09 PM   #3 (permalink)
Random Scribbler !
 
wraj's Avatar
 
Join Date: Jan 2005
Posts: 55
Smile Re: Kernel 2.6.28 Stable released!

Phew !!!
I yesterday had couple of unsuccessful attempt to recompile my own "Latest" kernel based on 2.6.17.10 version yesterday.I ran out of the space in my first lappy,and second one cried fowl over the overheating issue in the midway.
Donno if I shud celebrate or mourn over my failure !!!
I didnt even have the hint that the new kernel was on the verge of release after certain hours and I was having stormy session with the predecessor.
The new release indeed is a Christmas gift to me.Will give it a second pass once I meet the able hardware.
Changelog also seems to be much promising (if not the hype)
Lets get into the happy computing...
And Oh....Merry Christmas !!!
__________________
www.amitwrites.com
wraj is offline  
Old 25-12-2008, 06:19 PM   #4 (permalink)
Wahahaha~!
 
Faun's Avatar
 
Join Date: Dec 2006
Location: Pune/there
Posts: 7,676
Default Re: Kernel 2.6.28 Stable released!

^^must be really boring to do all that
__________________
Blog | Flickr | Battlelog
Spoiler:
Asus Z68 V-Pro|i5 2500k|TRUE Black|Ripjaws X|U2311H|N560GTX|D7000|XONAR STX|RE272|RE0|CC51|XE200PRO Walnut| TD II V2| Ultraphile|N5800

Mono
Faun is offline  
Old 26-12-2008, 11:38 AM   #5 (permalink)
The Smaller Bang
 
MetalheadGautham's Avatar
 
Join Date: Sep 2007
Location: Gautham City
Posts: 7,490
Default Re: Kernel 2.6.28 Stable released!

WTF ? Is EXT4 stable ?
__________________
http://TheSmallerBang.wordpress.com
eMachines E725 - T4400 2.2GHz, 1GB, 160GB
Nokia 5130XM * T-Sonic 610 2GB
Nokia 2323C * Samsung Galaxy Y
Apple iPad 2 16GB WiFi
MetalheadGautham is online now  
Old 30-12-2008, 12:02 AM   #6 (permalink)
In The Zone
 
soumya's Avatar
 
Join Date: Apr 2005
Location: Barasat, Kolkata
Posts: 355
Wink First look: Linux kernel 2.6.28 officially released



Lead kernel developer Linus Torvalds announced the official release of Linux 2.6.28 on Wednesday. The new version introduces some noteworthy changes that will put the kernel in a strong position for growth and advancement in the coming year. This latest release follows a few months after version 2.6.27, which was released in October.

"It doesn't really matter what day it is, or what holiday (if any) you're celebrating, because even if you sit at home, alone in your dank basement, without any holidays or friends, I bring you a tiding of great cheer: you can now download Linux-2.6.28, and compile it to your hearts content," wrote kernel chieftain Torvalds in a message to the kernel mailing list. "In fact, even _if_ you have friends or family, leave them to their endless toil over that christmas ham or turkey, and during the night, when they're asleep, you can give them that magical present of a newly updated computer. When they wake up tomorrow morning, tell them how you saw Santa crawl down the chimney with his USB stick in hand, updating the OS of all good boys and girls."

Graphics Execution Manager (GEM)

One of the most significant additions in 2.6.28 is the Graphics Execution Manager (GEM), a new GPU memory manager that was developed primarily by Keith Packard and Eric Anholt of Intel. In some early benchmarks that Intel conducted back in May, GEM was said to boost framerates by between 50 and 60 percent for Intel 915 graphics hardware. GEM represents a significant and much-needed step towards modernization for the Linux graphics stack.

The need for a GPU memory manager was originally going to be fulfilled by the translation table maps module (TTM), which was created by Tungsten graphics. TTM has several deficiencies, however, and its API is regarded as needlessly complex. Plans to merge TTM in version 2.6.24 of the kernel were scrapped and the kernel development community selected GEM as its successor. At the present time, the Intel drivers are the only ones that can take advantage of GEM, but work is already underway to add support for other devices.

Ext4 filesystem

Another significant milestone in version 2.6.28 is that the ext4 filesystem has been declared stable and no longer designated as "experimental". As the successor to ext3, the most widely-used Linux filesystem, ext4 boosts performance and reliability and provides a clean migration path for existing ext3 users so that it can be adopted without necessitating a reformat. In ext4, the theoretical maximum filesystem size has been increased to 1 exabyte and the 32,000 limit on the number of subdirectories that can be contained in any given directory has been eliminated.

The filesystem check (fsck) process is also significantly faster in ext4 thanks to the new uninitialized block group feature. Instead of scanning every inode table on the filesystem, fsck will now only check inodes that are in use. This optimization will make fsck between two and 20 times faster depending on how much of the filesystem is consumed. There are a number of other significant features in ext4, including delayed allocation, support for extents, and journal checksumming. These features will reduce fragmentation and increase the robustness of the filesystem.

TAINTed_CRAP in the mainline kernel

Prominent Linux developer Greg Kroah-Hartman has left a particularly special present for kernel hackers under the source tree in 2.6.28. The -staging branch, which contains incomplete or unstable drivers, has been merged into the mainline kernel and placed in a new "staging" directory. It is hoped that this move will increase the visibility of work-in-progress drivers and encourage other developers to help contribute to the effort of readying them for full adoption. The modules in staging will all be marked with Kroah-Hartman's new TAINT_CRAP flag, which signifies their unsuitability for regular usage. Although the staging move was highly controversial, it could have a very positive impact on driver development and accelerate the rate at which new drivers evolve.

All told, this is a cool release that moves the kernel forward in several important ways. The 2.6.28 patch (which is 9.5 MB) and the full kernel source code are available from the kernel.org web site. For more details, read the comprehensive overview of 2.6.28 at the Kernel Newbies web site.

Source
__________________
I blog at http://windowsxperience.wordpress.com/
soumya is online now  
Old 30-12-2008, 12:22 AM   #7 (permalink)
99.9% Idle
 
axxo's Avatar
 
Join Date: Sep 2007
Posts: 835
Default Re: First look: Linux kernel 2.6.28 officially released

Ext4 definitely looks promising. However can anyone tell is this any better than zfs which I guess is more advanced and powerful than any other fs.
__________________
Unban praka123
axxo is offline  
Old 30-12-2008, 12:28 AM   #8 (permalink)
A LOTR fan
 
x3060's Avatar
 
Join Date: Dec 2007
Posts: 1,173
Default Re: First look: Linux kernel 2.6.28 officially released

thanks for the news, the part where santa coming with usb was definitely fun reading
__________________
How many kilometers are there from washington Dc to Miami beach?????....;)

unban praka123!!!....
x3060 is offline  
Old 30-12-2008, 12:34 AM   #9 (permalink)
ico
.
 
ico's Avatar
 
Join Date: Jun 2007
Location: New Delhi
Posts: 8,944
Default Re: First look: Linux kernel 2.6.28 officially released

Lets see how this GEM thing manages to improve my frame rate in Arch Linux. Currently I get <15fps @ 640*480 in Urban Terror with an age old on-board intel graphics. Moreover, I'm in no mood of installing Windows.

Will shift to the new kernel as soon as it makes to core.
__________________
.
ico is offline  
Old 30-12-2008, 02:25 AM   #10 (permalink)
4T7
Broken In
 
4T7's Avatar
 
Join Date: Jul 2008
Posts: 140
Default Re: First look: Linux kernel 2.6.28 officially released

Quote:
Originally Posted by axxo View Post
Ext4 definitely looks promising. However can anyone tell is this any better than zfs which I guess is more advanced and powerful than any other fs.
Ext4 apparently needs a bit more polishing, so at present am sticking with Ext3
4T7 is offline  
Old 30-12-2008, 12:33 PM   #11 (permalink)
Linux all the way
 
Join Date: Mar 2008
Location: Rasayani
Posts: 155
Default Re: First look: Linux kernel 2.6.28 officially released

good news. Can you give the link to get the kernel source file.

what about he memory footprint of the kernel.
__________________
At times life takes a U turn and you get back where you were...
Vishal Patil is offline  
Old 30-12-2008, 12:56 PM   #12 (permalink)
Human Spambot
 
Join Date: Jan 2007
Location: Lat 28.38°N , Longt 77.13°E
Posts: 2,431
Default Re: First look: Linux kernel 2.6.28 officially released

Quote:
Originally Posted by Vishal Patil View Post
Can you give the link to get the kernel source file.
Get it from http://www.kernel.org/
ThinkFree is offline  
Old 30-12-2008, 02:13 PM   #13 (permalink)
The Smaller Bang
 
MetalheadGautham's Avatar
 
Join Date: Sep 2007
Location: Gautham City
Posts: 7,490
Default Re: First look: Linux kernel 2.6.28 officially released

Already posted: Kernel 2.6.28 Stable released!
Mods please merge threads.

Anyway, EXT4 and GEM are the star attractions i this kernel.
I am going to reinstall archlinux sometime soon and migrate to EXT4/64-bit.
__________________
http://TheSmallerBang.wordpress.com
eMachines E725 - T4400 2.2GHz, 1GB, 160GB
Nokia 5130XM * T-Sonic 610 2GB
Nokia 2323C * Samsung Galaxy Y
Apple iPad 2 16GB WiFi
MetalheadGautham is online now  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux kernel 2.6.24 released soumya Open Source 2 26-01-2008 09:35 AM
Linux Kernel 2.6.21 Released Third Eye Open Source 2 28-04-2007 01:40 AM
NTFS-3G goes stable...1.0 Released! eddie Technology News 10 22-02-2007 11:10 PM
Stable linux kernel 2.6.18 just released! hemant_mathur Open Source 6 28-09-2006 11:14 PM
How to upgrade to linux kernel 2.6 from kernel 2.4? kjayasurya Open Source 7 18-12-2004 02:23 PM

 
Latest Threads
- by soumya
- by clmlbx
- by Charan
- by Sujeet
- by reddick

Advertisement




All times are GMT +5.5. The time now is 12:15 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2