LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Linux 2.6.36 is out (https://www.linuxquestions.org/questions/slackware-14/linux-2-6-36-is-out-839563/)

qweasd 10-21-2010 09:50 AM

Linux 2.6.36 is out
 
Cheers! I see that Linux 2.6.36 is out.

Linus' blurb: http://lkml.org/lkml/2010/10/20/409
Changelog: http://kernelnewbies.org/Linux_2_6_36

I will probably be testing it later today with Slackware 13.1 x64. If you are using it already, please let us know how that works out for you.

ponce 10-21-2010 10:51 AM

FYI, Con Kolivas' patchset (with BFS scheduler) that applies to it is out also :)

http://ck-hack.blogspot.com/2010/10/2636-ck1.html

gnashley 10-21-2010 11:50 AM

ponce, you mean Ck is back working on kernel stuff?

damgar 10-21-2010 11:54 AM

Quote:

Originally Posted by gnashley (Post 4134949)
ponce, you mean Ck is back working on kernel stuff?

I've been using his patches for 2.6.34 for awhile, haven't bothered with new kernels since then.

ponce 10-21-2010 12:14 PM

yes gnashley, he got back with new motivation when he read this xkcd comic, "supported features"

http://ck.kolivas.org/patches/bfs/su...d_features.png

:D

H_TeXMeX_H 10-21-2010 12:32 PM

Quote:

Originally Posted by ponce (Post 4134985)
yes gnashley, he got back with new motivation when he read this xkcd comic, "supported features"

http://ck.kolivas.org/patches/bfs/su...d_features.png

:D

Meh, that's Adobe's fault.

ponce 10-21-2010 12:39 PM

yes, he blame them too in the faq :)

Quote:

Thanks to the guys in irc.oftc.net #ck for inspiration to work on this and
early testing! Many of them sat idle in that channel for years while nothing
happened. The xkcd comic supported_features also helped motivate this
work. Yes I know you probably still can't watch full screen videos on youtube,
but that's not entirely the scheduler's fault.
but, on that side, with webm/html5 things are getting better ;)

tomtomjkw 10-21-2010 01:40 PM

Code:

make: ygcc: Command not found
when executing
Quote:

make bzImage modules
anybody?

Latest 2.6.35.7 reacts properly.

AlleyTrotter 10-21-2010 03:14 PM

2.6.36
 
Built and running using config-generic-2.6.35
64 bit no multi-lib
no problems so far
needed to update the Nvidia driver

Anyone know when nouveau will be usable?

thanks
john

tuxrules 10-21-2010 03:36 PM

Quote:

Originally Posted by tomtomjkw (Post 4135082)
Code:

make: ygcc: Command not found

I don't think make bzImage modules is valid. I just upgraded to .36 using

Code:

make bzImage && make modules && make modules_install
Worked without any issues. Try make help in the source.

tomtomjkw 10-21-2010 11:25 PM

It's been valid for years, so I don't think it's the problem. Probably something went wrong during gcc-multilib upgrade few hours earlier.

Update:
Quote:

cd /usr/bin
ln -s gcc ygcc
:D

willysr 10-21-2010 11:33 PM

I have used it on my desktop and laptop and so far, so good
The latest NVidia driver 260.12.19 is compatible with it and if you are running VMWare Workstation, i have found a workaround patch to make it work with 2.6.36 and i have posted it on my blog: http://slackblogs.blogspot.com/2010/...ux-kernel.html

willysr 10-21-2010 11:34 PM

Quote:

Originally Posted by tomtomjkw (Post 4135082)
Code:

make: ygcc: Command not found
when executing anybody?

Latest 2.6.35.7 reacts properly.

In my case, i used:
Code:

make bzImage; make modules; make modules_install

Squall90 10-22-2010 12:54 AM

Quote:

Originally Posted by tuxrules (Post 4135158)
I don't think make bzImage modules is valid.

It is valid. See Alien Bob's site: http://alien.slackbook.org/dokuwiki/...rnelbuilding&s[]=kernel&s[]=compile
I build my kernels this way every time.

I think, the problem is the y in front of gcc. ;)

maxmiorim 10-22-2010 01:24 AM

My guess is that the "y" prefix comes from the make *config (probably from some cross compiling option), env var or even a patch. I'd try with a clean source tree.


As for the "make bzImage modules", the GNU make [1] takes the following args[2]:
Code:

make [ -f makefile ] [ options ] ... [ targets ] ...
In this case, "bzImage" and "modules" are targets and the command should be valid - assuming he is using the GNU make[1].


I have been using this kernel for a couple of hours now. The only problem i have had so far is that sometimes (usually when i open an OpenGL application or start a video playback with either mplayer or vlc) my screen "blinks" for 1-2sec.


[1] I'm not sure if the non-GNU versions accept multiple targets.
[2] From the man make(1)


All times are GMT -5. The time now is 02:32 AM.