You are not logged in.
Omg and it's not in testing yet! *dodges incoming tomatoes*
As always, patch notes are at kernelnewbies.org. Seems like a fairly tame changelog, though the memory compaction looks like it might help out some folks on lower memory systems. Linus makes a fairly ominous mention of a real performance boost to come in 2.6.36. Might be fun to backport it to 2.6.35...
Nothing unusual on the external module front. I've got nvidia 256.35 and aufs2 compiled against my kernel with no problems; however, as usual, aufs needs a new base/standalone patch and module snapshot.
Offline
Well that caught me off guard That was sooner that I've expected although there werent any big changes planned for 2.6.35. Bugfix release I would say.
Gonna try it out now, but it will work because rc's behaved on my system very well during testing.
Offline
Might be fun to backport it to 2.6.35...
I'm sure it wouldn't be. It's pretty invasive. But I don't think we'll stop you.
Offline
I'm sure it wouldn't be. It's pretty invasive. But I don't think we'll stop you.
92 patches in the series, as pulled from Nick Piggin's repo about 10 minutes ago. They all apply cleanly to 2.6.35 source. Reading his post on LKML scares the crap out of me, but I'm thinking I'll snapshot my root and roll a kernel to see how it works.
Offline
92 patches in the series, as pulled from Nick Piggin's repo about 10 minutes ago. They all apply cleanly to 2.6.35 source. Reading his post on LKML scares the crap out of me, but I'm thinking I'll snapshot my root and roll a kernel to see how it works.
Now that really looks promising! Would you be so kind to give url to those Nick's patches? Quick search return me nothing more than he's whole kernel git tree...
Edit: silly question... guess you are using git to update vanilla 2.6.35 . But then: is there any PKGBUILD i can base on to easily update vanilla kernel with git's tree?
Last edited by Vi0L0 (2010-08-03 19:04:14)
Offline
Offline
$ uname -r
2.6.35-piggin
Back on topic! btrfs users might want to be aware that read performance seems to be down. I'm noticing that large tarballs (read: the kernel) takes a bit longer to decompress. The patch notes mention support for Direct I/O which I interpret to mean "not by default". This is probably a result of something else, or I might just be insane.
Offline
Does the 2.6.35 kernel seem stable on your machine?
Last edited by korpenkraxar (2010-08-03 20:48:00)
Offline
Using 2.6.35 (AUR kernel26-rc package). I have problem with DHCP, it's not launching during boot. I need to start it manually. Tried to add it in rc.local but then I see only "searching for carrier" msg and nothing happens (timed out and again manually).
Edit: It's now up in testing so will check if problem occurs in it.
Last edited by kernelpanic (2010-08-04 13:22:38)
Offline
How to use power management on radeon cards with this kernel? According to this link:
http://www.overclock.net/linux-unix/731 … river.html
it's enough to: echo dynpm > /sys/class/drm/card0/device/power_method
but there's no such thing like power_method in my kernel - 2.6.35-ARCH
Offline
How to use power management on radeon cards with this kernel? According to this link:
http://www.overclock.net/linux-unix/731 … river.html
it's enough to: echo dynpm > /sys/class/drm/card0/device/power_method
but there's no such thing like power_method in my kernel - 2.6.35-ARCH
Read the ati archwiki page
Offline
Updated to testing kernel and problem occurs again as mention by me before.
Offline
Read the ati archwiki page
Thanks. However radeon.dynpm=1 is not working and I'd prefer to stick to the official Arch Linux kernel.
Offline
flamelab wrote:Read the ati archwiki page
Thanks. However radeon.dynpm=1 is not working and I'd prefer to stick to the official Arch Linux kernel.
Hmm, check if there is any bug report about that or make a bug report (feature request) on the bugs.archlinux.org so that the kernel devs will look upon it
Offline
Hope it solves the connection isuues with broadcom wireless cards. Mine stopped working after upgrading kernel to 2.6.34.2-1, had to downgrade to get it working again.
Offline
$ uname -r 2.6.35-piggin
Back on topic! btrfs users might want to be aware that read performance seems to be down. I'm noticing that large tarballs (read: the kernel) takes a bit longer to decompress. The patch notes mention support for Direct I/O which I interpret to mean "not by default". This is probably a result of something else, or I might just be insane.
Thanks for piggin's patches . With them my system is kinda more responsive (but not too much) comparing to vanilla 2.6.35 and 2.6.34.2. Although performance tested with iozone on my ext4 partition is pretty the same. Anyhow i would like to see piggin's patches in company of BFS and BFQ, cuz BFS and BFQ was always making my system faster. As i can see there's BFQ for 2.6.35 already, so im gonna test how/if it's working with piggin's.
Offline
Updated to testing kernel and problem occurs again as mention by me before.
Same problem with 2.6.35 from testing.
Dhcp times out while "waiting for carrier" but works when doing it manually it works ok
The network card in question:
00:19.0 Ethernet controller: Intel Corporation 82567LF-2 Gigabit Network Connection
Subsystem: Intel Corporation Device 5002
Kernel driver in use: e1000e
Kernel modules: e1000e
Haven't tested yet but maybe a dhcpcd problem:
http://roy.marples.name/archives/dhcpcd … /0218.html
http://forums.gentoo.org/viewtopic-p-63 … 7fe0603559
Last edited by Maos (2010-08-04 14:20:38)
Offline
kernelpanic wrote:Updated to testing kernel and problem occurs again as mention by me before.
Same problem with 2.6.35 from testing.
Dhcp times out while "waiting for carrier" but works when doing it manually it works okThe network card in question:
00:19.0 Ethernet controller: Intel Corporation 82567LF-2 Gigabit Network Connection
Subsystem: Intel Corporation Device 5002
Kernel driver in use: e1000e
Kernel modules: e1000eHaven't tested yet but maybe a dhcpcd problem:
http://roy.marples.name/archives/dhcpcd … /0218.html
http://forums.gentoo.org/viewtopic-p-63 … 7fe0603559
Have now tested this and using dhcpcd 2.5.7 solved the issue for me
Offline
my laptop (acer extensa 5235-901G16N) doesn't work anymore, since i've updated to this kernel version.
after reinstall same problem..
after grub my screen is black.
i can't do anything.
Last edited by lenzy (2010-08-04 14:56:54)
Offline
my laptop doesn't work anymore, since i've updated to this kernel version.
after reinstall same problem..
Thank you for your highly detailed and informative first post. This has been forwarded upstream to the kernel bugzilla. Rest assured that a team of skilled wombats is working quickly and decisively to resolve this issue.
Offline
Hmm, check if there is any bug report about that or make a bug report (feature request) on the bugs.archlinux.org so that the kernel devs will look upon it
Done. The report is here:
http://bugs.archlinux.org/task/20368?st … name=&type
@Falconindy
Working on a PKGBUILD now...
Can't wait to test it.
@ViOLO
Although performance tested with iozone on my ext4 partition is pretty the same.
It should boost performance on many core systems. For tests, try using sysbench maybe.
Last edited by pawels64 (2010-08-04 15:29:26)
Offline
@Falconindy
Working on a PKGBUILD now...
Can't wait to test it.
It's boring. I'm not interested in posting it to the AUR because it's guaranteed to be short lived, and I can't maintain it because it turns out I can't use it until Aufs works with it. I did the "hard work" of extracting the patch set. It's trivial to loop through the enclosed directory and apply the patches in order.
Offline
Have now tested this and using dhcpcd 2.5.7 solved the issue for me
I can confirm that too. It's definitely a dhcpcd bug. Thanks for info.
Offline
It should boost performance on many core systems. For tests, try using sysbench maybe.
And i was hoping for that boost since my system got 4 cores...
So i run sysbench
$ sysbench --num-threads=16 --test=fileio --file-total-size=3G --file-test-mode=rndrw prepare
$ sysbench --num-threads=16 --test=fileio --file-total-size=3G --file-test-mode=rndrw run
128 files, 24576Kb each, 3072Mb total
Number of threads: 16
Results:
Operations performed: 6007 Read, 3999 Write, 12804 Other = 22810 Total
Read 93.859Mb Written 62.484Mb Total transferred 156.34Mb (5.5756Mb/sec)
356.84 Requests/sec executedTest execution summary:
total time: 28.0406s
total number of events: 10006
total time taken by event execution: 253.5010
per-request statistics:
min: 0.01ms
avg: 25.33ms
max: 1638.84ms
approx. 95 percentile: 211.99msThreads fairness:
events (avg/stddev): 625.3750/83.92
execution time (avg/stddev): 15.8438/0.99
Operations performed: 6001 Read, 4001 Write, 12801 Other = 22803 Total
Read 93.766Mb Written 62.516Mb Total transferred 156.28Mb (6.7751Mb/sec)
433.61 Requests/sec executedTest execution summary:
total time: 23.0669s
total number of events: 10002
total time taken by event execution: 114.6167
per-request statistics:
min: 0.01ms
avg: 11.46ms
max: 1510.54ms
approx. 95 percentile: 77.08msThreads fairness:
events (avg/stddev): 625.1250/138.08
execution time (avg/stddev): 7.1635/0.81
So there is a boost! (~22% faster with piggin's patches)
Although i am still surprised about poor result of piggin and BFQ company:
Operations performed: 6007 Read, 3999 Write, 12673 Other = 22679 Total
Read 93.859Mb Written 62.484Mb Total transferred 156.34Mb (4.3039Mb/sec)
275.45 Requests/sec executedTest execution summary:
total time: 36.3257s
total number of events: 10006
total time taken by event execution: 243.5208
per-request statistics:
min: 0.01ms
avg: 24.34ms
max: 993.32ms
approx. 95 percentile: 194.19msThreads fairness:
events (avg/stddev): 625.3750/106.26
execution time (avg/stddev): 15.2200/2.30
Last edited by Vi0L0 (2010-08-04 21:11:34)
Offline