Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Official thread: "zen-sources" - Part 6
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... 6, 7, 8 ... 16, 17, 18  Next  
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
prestige
Tux's lil' helper
Tux's lil' helper


Joined: 24 Sep 2005
Posts: 95

PostPosted: Tue Feb 03, 2009 6:23 pm    Post subject: Reply with quote

cheater1034 wrote:
checkout master-2.6.28

It worked! Thank you!
_________________
zen-sources - whole new world discovered
Back to top
View user's profile Send private message
Holysword
l33t
l33t


Joined: 19 Nov 2006
Posts: 946
Location: Greece

PostPosted: Sat Feb 07, 2009 2:05 pm    Post subject: Reply with quote

Just curious, anyone knows anything about a gentoo-kernel patched to be compiled with ICC instead of GCC?
I heard that some time ago intel supported these kind of stuffs, and that the speed up was significant...
_________________
"Nolite arbitrari quia venerim mittere pacem in terram non veni pacem mittere sed gladium" (Yeshua Ha Mashiach)
Back to top
View user's profile Send private message
tranquilcool
Veteran
Veteran


Joined: 25 Mar 2005
Posts: 1179

PostPosted: Sat Feb 07, 2009 2:18 pm    Post subject: Reply with quote

Holysword wrote:
Just curious, anyone knows anything about a gentoo-kernel patched to be compiled with ICC instead of GCC?
I heard that some time ago intel supported these kind of stuffs, and that the speed up was significant...


i have tried every patch online but it just doesn't work. there is a linux-2.6.22 kernel
floating around online which should work but that doesn't work for me either.
am using icc latest version. we have to wait until some pc guru comes around with something.
_________________
this is a strange strange world.
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Sat Feb 07, 2009 2:19 pm    Post subject: Reply with quote

Holysword wrote:
Just curious, anyone knows anything about a gentoo-kernel patched to be compiled with ICC instead of GCC?
I heard that some time ago intel supported these kind of stuffs, and that the speed up was significant...


see: http://www.iit.bas.bg/PECR/56/78-85.pdf

and icc kernel compile [in the past year]
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
ponciarello
Apprentice
Apprentice


Joined: 22 Jul 2008
Posts: 223
Location: beach of slack

PostPosted: Tue Feb 10, 2009 7:27 am    Post subject: Reply with quote

latest pull up and running (just for testing ;) ).
_________________
look for monty python channel on youtube :D
Back to top
View user's profile Send private message
Saundersx
Apprentice
Apprentice


Joined: 11 Apr 2005
Posts: 290

PostPosted: Tue Feb 10, 2009 8:09 pm    Post subject: Reply with quote

Is there a 2.6.28-zen9 planned? I'm one of the unlucky ones hit by the MCP55 bug supposedly fixed in patch 4.

Also what would happen if I did a "patch -R < patch3 ; patch < patch4" to zen8? :wink:
Back to top
View user's profile Send private message
tranquilcool
Veteran
Veteran


Joined: 25 Mar 2005
Posts: 1179

PostPosted: Tue Feb 10, 2009 9:12 pm    Post subject: Reply with quote

latest git pull errors;

CC ipc/msg.o
CC ipc/sem.o
CC ipc/shm.o
ipc/shm.c:371:49: error: macro "hugetlb_file_setup" passed 3 arguments, but takes just 2
ipc/shm.c: In function ‘newseg’:
ipc/shm.c:371: error: ‘hugetlb_file_setup’ undeclared (first use in this function)
ipc/shm.c:371: error: (Each undeclared identifier is reported only once
ipc/shm.c:371: error: for each function it appears in.)
make[1]: *** [ipc/shm.o] Error 1
make: *** [ipc] Error 2
_________________
this is a strange strange world.
Back to top
View user's profile Send private message
mbar
Veteran
Veteran


Joined: 19 Jan 2005
Posts: 1990
Location: Poland

PostPosted: Wed Feb 11, 2009 9:13 am    Post subject: Reply with quote

2.6.29-rc2-zen1 has a bug when setting max cpu count. Seems that logic is inverted (when unselected, one can set max cpu count).
Back to top
View user's profile Send private message
mroconnor
Guru
Guru


Joined: 24 Feb 2006
Posts: 402
Location: USA

PostPosted: Wed Feb 11, 2009 2:26 pm    Post subject: Reply with quote

for the record:
Code:
mroconnor@cosmo2 ~ $ uname -a
Linux cosmo2 2.6.29-rc4-zen2 #47 SMP PREEMPT Tue Feb 10 23:59:19 EST 2009 x86_64 Intel(R) Core(TM)2 Duo CPU T9400 @ 2.53GHz GenuineIntel GNU/Linux
Back to top
View user's profile Send private message
tranquilcool
Veteran
Veteran


Joined: 25 Mar 2005
Posts: 1179

PostPosted: Wed Feb 11, 2009 3:23 pm    Post subject: Reply with quote

tranquilcool wrote:
latest git pull errors;

CC ipc/msg.o
CC ipc/sem.o
CC ipc/shm.o
ipc/shm.c:371:49: error: macro "hugetlb_file_setup" passed 3 arguments, but takes just 2
ipc/shm.c: In function ‘newseg’:
ipc/shm.c:371: error: ‘hugetlb_file_setup’ undeclared (first use in this function)
ipc/shm.c:371: error: (Each undeclared identifier is reported only once
ipc/shm.c:371: error: for each function it appears in.)
make[1]: *** [ipc/shm.o] Error 1
make: *** [ipc] Error 2


fixed with latest pull.
running fine. thanks!
_________________
this is a strange strange world.
Back to top
View user's profile Send private message
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

PostPosted: Wed Feb 11, 2009 8:57 pm    Post subject: Reply with quote

Saundersx wrote:
Is there a 2.6.28-zen9 planned? I'm one of the unlucky ones hit by the MCP55 bug supposedly fixed in patch 4.

Also what would happen if I did a "patch -R < patch3 ; patch < patch4" to zen8? :wink:


You could always use master-2.6.28, updates from linus are usually in there same day as they are out and it's stable to be using that.

But for the record, zen9 is out now, as is rc4-zen1 ;), then master-2.6.28 and master would read zen10 and zen2 respectively :P
_________________
IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land.
Back to top
View user's profile Send private message
Saundersx
Apprentice
Apprentice


Joined: 11 Apr 2005
Posts: 290

PostPosted: Thu Feb 12, 2009 11:47 pm    Post subject: Reply with quote

cheater1034 wrote:
Saundersx wrote:
Is there a 2.6.28-zen9 planned? I'm one of the unlucky ones hit by the MCP55 bug supposedly fixed in patch 4.

Also what would happen if I did a "patch -R < patch3 ; patch < patch4" to zen8? :wink:


You could always use master-2.6.28, updates from linus are usually in there same day as they are out and it's stable to be using that.

But for the record, zen9 is out now, as is rc4-zen1 ;), then master-2.6.28 and master would read zen10 and zen2 respectively :P


Earlier versions of zen were unstable for me, usually within 12-24 hours the entire drive would lockup and turn read only. Quite an annoying bug! Anyway zen9 finally fixed it.
Back to top
View user's profile Send private message
MageSlayer
Apprentice
Apprentice


Joined: 26 Jul 2007
Posts: 252
Location: Ukraine

PostPosted: Fri Feb 13, 2009 10:11 am    Post subject: Reply with quote

Saundersx and All :)

I expirience the same problem from time to time. My home computer just hangs blinking keyboard when it is copying something for a long time. Could you tell what exactly has changed in zen9?
Back to top
View user's profile Send private message
Jupiter1TX
Guru
Guru


Joined: 24 Feb 2006
Posts: 546
Location: 3rd Rock

PostPosted: Fri Feb 13, 2009 4:09 pm    Post subject: Reply with quote

MageSlayer wrote:
Saundersx and All :)

I expirience the same problem from time to time. My home computer just hangs blinking keyboard when it is copying something for a long time. Could you tell what exactly has changed in zen9?


Just want to throw my observation out there. I have had similar issues as you
guys and the problem turned out to be the nvidia driver. I get this problem
randomly with any driver in the 180.xx series all the way up to 180.27. I can
easily change to the 177.80 or 180.29 driver and problem is gone. So if using
nvidia i would recommend testing with diff drivers.
_________________
Core i7 920 D0 | Asus P6T DLX | Patriot Viper 1600 6GB | Antec Quattro 850W
Geforce 8800GTX OC2 768MB | Dell 22" LCD | Koolance Exos2/Swiftech GTZ
GCC 4.6.1 | 3.7.x-geek | Xorg-7.4-x | KDE-4.7.x | Compiz
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Sat Feb 14, 2009 12:17 pm    Post subject: Reply with quote

I don't know if the probability is higher that you read it in the zen-sources.org forum or here BUT:

please include: http://git.eu.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ab4c1424882be9cd70b89abf2b484add355712fa

in the next 2.6.28 kernel-release

Quote:
dm: support barriers on simple devices

Implement barrier support for single device DM devices

This patch implements barrier support in DM for the common case of dm linear
just remapping a single underlying device. In this case we can safely
pass the barrier through because there can be no reordering between
devices.


many thanks in advance
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Sat Feb 14, 2009 1:56 pm    Post subject: Reply with quote

kernelOfTruth wrote:
I don't know if the probability is higher that you read it in the zen-sources.org forum or here BUT:

please include: http://git.eu.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ab4c1424882be9cd70b89abf2b484add355712fa

in the next 2.6.28 kernel-release

Quote:
dm: support barriers on simple devices

Implement barrier support for single device DM devices

This patch implements barrier support in DM for the common case of dm linear
just remapping a single underlying device. In this case we can safely
pass the barrier through because there can be no reordering between
devices.


many thanks in advance


ok, I don't know if I need the other patches from 2.6.29-rc* but it STILL doesn't seem to work for me:

Quote:
[ 910.984487] reiser4[rsync(25996)]: disable_write_barrier (fs/reiser4/wander.c:234)[zam-1055]:
[ 910.984489] NOTICE: dm-2 does not support write barriers, using synchronous write instead.
:?
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
Saundersx
Apprentice
Apprentice


Joined: 11 Apr 2005
Posts: 290

PostPosted: Sun Feb 15, 2009 1:21 am    Post subject: Reply with quote

MageSlayer wrote:
Saundersx and All :)

I expirience the same problem from time to time. My home computer just hangs blinking keyboard when it is copying something for a long time. Could you tell what exactly has changed in zen9?


patch #4 for one - http://kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.28.4

and what fixed my issue was this

Code:
sata_nv: fix MCP5x reset
   
    commit 2d775708bc6613f1be47f1e720781343341ecc94 upstream.
   
    MCP5x family of controllers seem to share much more with nf2's as far
    as reset protocol is concerned.  It requires heardreset to get the PHY
    going and classfication code report after hardreset is unreliable.
    Create a new board type MCP5x and use noclassify hardreset.  SWNCQ is
    modified to inherit from this new type.
   
    This fixes hotplug regression reported in kernel bz#12351.


still stable, not one hd-related crash since (no crashes yet actually lol).
Back to top
View user's profile Send private message
MageSlayer
Apprentice
Apprentice


Joined: 26 Jul 2007
Posts: 252
Location: Ukraine

PostPosted: Sun Feb 15, 2009 9:44 am    Post subject: Reply with quote

Unfortunately, I have VIA chipset and GeForce 2mx :(.
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Sun Feb 15, 2009 1:18 pm    Post subject: Reply with quote

kernelOfTruth wrote:
kernelOfTruth wrote:
I don't know if the probability is higher that you read it in the zen-sources.org forum or here BUT:

please include: http://git.eu.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ab4c1424882be9cd70b89abf2b484add355712fa

in the next 2.6.28 kernel-release

Quote:
dm: support barriers on simple devices

Implement barrier support for single device DM devices

This patch implements barrier support in DM for the common case of dm linear
just remapping a single underlying device. In this case we can safely
pass the barrier through because there can be no reordering between
devices.


many thanks in advance


ok, I don't know if I need the other patches from 2.6.29-rc* but it STILL doesn't seem to work for me:

Quote:
[ 910.984487] reiser4[rsync(25996)]: disable_write_barrier (fs/reiser4/wander.c:234)[zam-1055]:
[ 910.984489] NOTICE: dm-2 does not support write barriers, using synchronous write instead.
:?


ok, screw that patch

I can't open my LUKS partitions anymore with that patch applied,

please DO NOT add it to zen-sources

thanks
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
DigitalCorpus
Apprentice
Apprentice


Joined: 30 Jul 2007
Posts: 283

PostPosted: Mon Feb 16, 2009 9:46 am    Post subject: Reply with quote

Okay. Since these are in the Zen sources, I'll ask here. You can move this to the Reiser4 Tuning thread if it more appropriate there.

Reiser4+cryptcompress question. How does performance differ with the BFQ and the V(R) I/O schedulers compared to CFQ?
_________________
Atlas (HDTV PVR, HTTP & Media server)
http://mobrienphotography.com/
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Mon Feb 16, 2009 9:52 am    Post subject: Reply with quote

DigitalCorpus wrote:
Okay. Since these are in the Zen sources, I'll ask here. You can move this to the Reiser4 Tuning thread if it more appropriate there.

Reiser4+cryptcompress question. How does performance differ with the BFQ and the V(R) I/O schedulers compared to CFQ?


since I'm suffering from the ncq / seagate firmware BUG the performance is abysmal compared to cfq :wink:

under normal circumstances BFQ should be much more responsive under heavy load,

V(R) I/O should be comparable to deadline but better
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
rmh3093
Advocate
Advocate


Joined: 06 Aug 2003
Posts: 2138
Location: Albany, NY

PostPosted: Mon Feb 16, 2009 9:17 pm    Post subject: Kernel Config Reply with quote

I added a kernel config archive/db feature to our website so that you can upload working configs for a particular computer manufacturer/model. Feel free to upload non zen configs as well. vanilla, mm, etc. are all welcome

http://zen-sources.org/kernel_configs

^^^ check it out
_________________
Do not meddle in the affairs of wizards, for they are subtle and quick to anger.
Back to top
View user's profile Send private message
ponciarello
Apprentice
Apprentice


Joined: 22 Jul 2008
Posts: 223
Location: beach of slack

PostPosted: Mon Feb 16, 2009 11:50 pm    Post subject: Reply with quote

trying to add new config :)

Code:
Access denied
   
You are not authorized to access this page.

_________________
look for monty python channel on youtube :D
Back to top
View user's profile Send private message
rmh3093
Advocate
Advocate


Joined: 06 Aug 2003
Posts: 2138
Location: Albany, NY

PostPosted: Tue Feb 17, 2009 12:00 am    Post subject: Reply with quote

ponciarello wrote:
trying to add new config :)

Code:
Access denied
   
You are not authorized to access this page.


are u logged in? anonymous posts are not allowed

EDIT: it should be fixed now sorry, there are like 1000000000000 permission options that can be set in drupal and i forgot to enable one of them ;)
_________________
Do not meddle in the affairs of wizards, for they are subtle and quick to anger.
Back to top
View user's profile Send private message
ponciarello
Apprentice
Apprentice


Joined: 22 Jul 2008
Posts: 223
Location: beach of slack

PostPosted: Tue Feb 17, 2009 6:34 am    Post subject: Reply with quote

no prob at all :)

edit (a little debugging): look like i create a new kernel version in the first steps.
when i select this version before submitting I have it correctly displayed in the list one time, after submitting a new version entry with the same name is created and you have two versions with the same name in config lists. ;)
_________________
look for monty python channel on youtube :D
Back to top
View user's profile Send private message
Display posts from previous:   
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3 ... 6, 7, 8 ... 16, 17, 18  Next
Page 7 of 18

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum