Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
2.6.16-rc5-no2 "Rock like Ninja"|(All Of -mm)(Suspend2*)
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

PostPosted: Sat Mar 11, 2006 5:52 pm    Post subject: Reply with quote

Looks to me as if it is a problem with the cpu scheduler (plugsched)

It is by default set to ingosched, I would try something different, such as nicksched, and see if you still get the problem.

Just specify the boot param, cpusched="", in the "" put nicksched, etc
_________________
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
wrc1944
Advocate
Advocate


Joined: 15 Aug 2002
Posts: 3445
Location: Gainesville, Florida

PostPosted: Sat Mar 11, 2006 6:33 pm    Post subject: Reply with quote

Same as KAMIKAZE_ & CoronaLover.



Checking if this processor honours the WP bit even supervisor mode... Ok.
divide error: 0000 [#1]
PREEMPT
last sys file:
Modules linked in:
CPU: 0
EIP: 0060:[<c02cff27>] Not tained VLI
EFLAGS: 00010246 (2.6.16-rc5-no2 #3)
...
<0> Kernel panic - not syncing: Attempted to kill idle task!

I was using FB, unlike KAMIKAZE_.

EDIT:
Just specify the boot param, cpusched="", in the "" put nicksched-

Doesn't Work. Will try others, but this might be something else, probably beyond my knowledge.
_________________
Main box- AsRock x370 Gaming K4
Ryzen 7 3700x, 3.6GHz, 16GB GSkill Flare DDR4 3200mhz
Samsung SATA 1000GB, Radeon HD R7 350 2GB DDR5
OpenRC Gentoo ~amd64 plasma, glibc-2.39-r7, gcc-14
kernel-6.9.3 USE=experimental python3_12.3-final


Last edited by wrc1944 on Sat Mar 11, 2006 6:45 pm; edited 1 time in total
Back to top
View user's profile Send private message
mbar
Veteran
Veteran


Joined: 19 Jan 2005
Posts: 1990
Location: Poland

PostPosted: Sat Mar 11, 2006 6:45 pm    Post subject: Reply with quote

cheater1034 wrote:
mbar wrote:
Sorry, but Suspend2 is NOT working. Kernel Oopses.


Hmm :(
It may just be your specific arch, laptop, or whatever. But I will keep working on it.

Looks like I will have to try again :x


Don't think so, because 2.6.16-rc4-no1 works great
Back to top
View user's profile Send private message
wrc1944
Advocate
Advocate


Joined: 15 Aug 2002
Posts: 3445
Location: Gainesville, Florida

PostPosted: Sat Mar 11, 2006 6:57 pm    Post subject: Reply with quote

When I use cpusched="nicksched" or staircase, ingo_11, etc in grub.conf kernel line, I'm getting" error 27 unrecognized command"???

Shouldn't that command be OK?
_________________
Main box- AsRock x370 Gaming K4
Ryzen 7 3700x, 3.6GHz, 16GB GSkill Flare DDR4 3200mhz
Samsung SATA 1000GB, Radeon HD R7 350 2GB DDR5
OpenRC Gentoo ~amd64 plasma, glibc-2.39-r7, gcc-14
kernel-6.9.3 USE=experimental python3_12.3-final
Back to top
View user's profile Send private message
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

PostPosted: Sat Mar 11, 2006 7:04 pm    Post subject: Reply with quote

The problem at my knowledge looks to be the scheduler.

It may be the sched-* -mm patches conflicting or something, with plugsched.

I am at my dad's house until sunday so looking at this problem further is impossible for me.

It looks like a cpu scheduler problem more than anything however.
---
Since the version of plugsched included is for -mm2, a -mm3 is not released yet. Possibly there are problems there somewhere.

I will look at this tomorrow, I will see if using -mm2 and plugsched fixes the issue.
_________________
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
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

PostPosted: Sat Mar 11, 2006 7:32 pm    Post subject: Reply with quote

Here is a final solutin to your kernel panic problem(s)

I need someone to go to #no-sources or #conrad tonight (on irc @ Freenode), and find joecool or jasonf. If you find joecool talk to him and show him your problem, if you find jasonf tell him to tell joecool to go to FGO in the no-sources release thread and look at the problem.

I can't do anything on this PC,and I have no laptop or anything. So I am very limited. Joecool may have a solution, or may be able to find one.

EDIT: Just thought I'd add, when I first booted this kernel up at my house on my desktop, both nicksched and ingo_ll (low latency) worked, I would try one of those 2 on boot.
_________________
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
Tiger683
Veteran
Veteran


Joined: 08 Jan 2005
Posts: 1347
Location: Heffner's House

PostPosted: Sat Mar 11, 2006 11:00 pm    Post subject: Reply with quote

These are the -mm woes :/ I remember having a patch from -mm in nitro
wich made the generic IDE driver cause a kernel panic... So, all in all, the work we as patchsets
do ourselves ain't THAT bad after all... :D If you don't mind i might look into this issue tomorrow too ;)

PS: it would be nice for cheater if someone actually posted __USEFULL AND VERBOSE__ debug output,
please activate ALL debug options in kernel's debugging menu and post what it spits out then....
_________________
Retired gentoo user
Back to top
View user's profile Send private message
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

PostPosted: Sun Mar 12, 2006 12:38 am    Post subject: Reply with quote

Tiger683 wrote:
These are the -mm woes :/ I remember having a patch from -mm in nitro
wich made the generic IDE driver cause a kernel panic... So, all in all, the work we as patchsets
do ourselves ain't THAT bad after all... :D If you don't mind i might look into this issue tomorrow too ;)

PS: it would be nice for cheater if someone actually posted __USEFULL AND VERBOSE__ debug output,
please activate ALL debug options in kernel's debugging menu and post what it spits out then....


Hmm thanks tiger, I'd appreciate if you'd take a look :)

I don't know much about it, but judging from the error it is the cpu sched. In this case we use plugsched. They make a specific -mm version, I wouldnt think many things from -mm2 to -mm3 would change. Maybe they did, one of the files to be patched failed, I just replaced the few lines myself. (When I get home tomorrow I will test things out myself a lot more with plugsched) Unless I discover another issue, in which case, I'd play with that ;)

I know -mm has woes, because it is highly experimental, but when setting up mm-sources, either emerging it or patching a vanilla, it usually works for most people (tons of people I know use just plain -mm, only regrets about it they have is the sched. patches) I assume it is plugsched, Andrew would of got swarms of bugs by now and would of had some sort of hotfix.

Because plugsched is probally the most major patch of the patchset, when you think about it, the cpu scheduler is a really important aspect of it. :wink:
_________________
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
mbar
Veteran
Veteran


Joined: 19 Jan 2005
Posts: 1990
Location: Poland

PostPosted: Sun Mar 12, 2006 12:07 pm    Post subject: Reply with quote

Now I went back to rc4-no1 because rt2500 module (my wlan card) from portage does not compile with 2.6.16_rc5-no2 :( This and Suspend2 not working means rc5-no2 is no go on my laptop.
Back to top
View user's profile Send private message
Phlogiston
Veteran
Veteran


Joined: 27 Jan 2004
Posts: 1925
Location: Europe, Swizerland

PostPosted: Sun Mar 12, 2006 12:42 pm    Post subject: Reply with quote

omg, there's a big mess with kernels at the moment. With no, suspend does not work , with latest nitrowar network does not work, and I with older ones I can't use fglrx.

What I need would be a good old nitro from Tiger 8)

BTW: rc6 is out
_________________
Workstation: 5.1 SurroundSound, LIRC remote control; Laptop [IBM-T43]: patched sources, s2disk/ram, fingerprint sensor
Back to top
View user's profile Send private message
wrc1944
Advocate
Advocate


Joined: 15 Aug 2002
Posts: 3445
Location: Gainesville, Florida

PostPosted: Sun Mar 12, 2006 7:05 pm    Post subject: Reply with quote

For what it's worth, I just compiled a 2.6.16-rc6-mm1 on my nesl247 conrad "Evolution" box.

No problems compiling, and it runs fine so far. I'm using deadline scheduler.

EDIT: Regarding the mm kernels new ext3 multiple block allocation patches problem I mentioned on Page 1 of this thread:

I set all my ext3 partitions with tune2fs -c 1 /dev/hdxx just to make sure this didn't ocurr with this new mm kernel, and rebooted once and no problems so far. I'll leave this check setting on for a few more reboots so I'm convinced it is indeed not going to recurr. I don't really know if these patches were dropped, or fixed in the mm kernels. From what I originally had read about them, they seemed very promising.

EDIT 2: At ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.16-rc6/2.6.16-rc6-mm1/patch-list I found the following, so I guess they are still in mm kernels, and fixed, as I've rebooted again with check enabled, and no inode problems on any partition.

ext3-get-blocks-maping-multiple-blocks-at-a-once.patch
ext3-get-blocks-maping-multiple-blocks-at-a-once-vs-ext3_readdir-use-generic-readahead.patch
ext3-get-blocks-maping-multiple-blocks-at-a-once-get-block-chain-confliction-fix.patch
ext3-get-blocks-multiple-block-allocation.patch
ext3-get-blocks-support-multiple-blocks-allocation-in.patch
ext3-get-blocks-adjust-accounting-info-in.patch
ext3-get-blocks-adjust-accounting-info-in-fix.patch
ext3-get-blocks-adjust-reservation-window-size-for.patch
ext3-multi-block-get_block.patch
ext3-add-o-bh-option.patch
ext3-nobh-writeback-support-for-filesystems-blocksize.patch
_________________
Main box- AsRock x370 Gaming K4
Ryzen 7 3700x, 3.6GHz, 16GB GSkill Flare DDR4 3200mhz
Samsung SATA 1000GB, Radeon HD R7 350 2GB DDR5
OpenRC Gentoo ~amd64 plasma, glibc-2.39-r7, gcc-14
kernel-6.9.3 USE=experimental python3_12.3-final


Last edited by wrc1944 on Mon Mar 13, 2006 8:22 pm; edited 1 time in total
Back to top
View user's profile Send private message
SchAmane
Tux's lil' helper
Tux's lil' helper


Joined: 11 Sep 2004
Posts: 107

PostPosted: Mon Mar 13, 2006 1:11 am    Post subject: Reply with quote

Phlogiston wrote:
BTW: rc6 is out

Yes, there are problems with -CK patches and dynstick for rc6. So i personaly would wait little bit for that :)
Back to top
View user's profile Send private message
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

PostPosted: Mon Mar 13, 2006 1:18 am    Post subject: Reply with quote

Ok, I am back, which means time to get to work.

Once plugsched-for-2.6.16-rc6-mm1 is released, expect a new unstable no-sources release.
---

Although I am slightly disappointed with this release, I won't give up ;)

Suspend2 patches will not come until stable 2.6.16 is released, until then you need to settle for the suspend* from vanilla/mm.

2.6.16-rc6-no1 is still going to come, hopefully the day the new plugsched comes.

This release works great for a few people I heard, but the people who posted here have other thoughts ;)

Here is a plan for future -no released.

2.6.16-rc6-no1 | UNSTABLE
-----
1) based on 2.6.16_rc6 and 2.6.16-rc6-mm1
2) Plugsched as cpu scheduler.
3) NO Suspend2 until stable release
4) Usual patches (tty config, fbsplash, vesafb-tng, filesystems, etc)
5) More -CK (except staircase/sched patches, no defaultcfq, and probally no dynticks, <It does not patch to -mm close to clean>)
6) BadRAM Patch being added to the mix

2.6.16-no1 | STABLE
1) based on 2.6.16
2) Plugsched as cpu scheduler.
3) Brand new *modified suspend2 patch
4) Usual Patches (tty config, fbsplash, vesafb-tng, filesystems, etc)
5) All of -CK except select few patches, such as staircase, which is in plugsched
6) BadRAM Patch from 2.6.16_rc6-no1 for 2.6.16
............

Again, this is the plan for the new releases, the scheduler issues are going to be fixed when the new plugsched is released. I emailed the BadRAM developer and got a 2.6.16_rc5 patch I am going to play with. Should be fun :)

EDIT:
Hotfix release coming tomorrow (2.6.16-rc5-no3) will be based on -mm2 instead of -mm3 for plugsched purposes, plugsched has been stripped and patched clean, should work to everyone's standards.
_________________
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
g-d
n00b
n00b


Joined: 13 Mar 2006
Posts: 3

PostPosted: Mon Mar 13, 2006 8:42 pm    Post subject: Reply with quote

squashfs don't work with 2.6.16-rc5-no2 and worked with 2.6.16_rc4-no1 and the same kernel config. Somebody knows the same problem ?
Back to top
View user's profile Send private message
uncleben
n00b
n00b


Joined: 21 May 2004
Posts: 23

PostPosted: Thu Mar 16, 2006 6:41 pm    Post subject: Reply with quote

I get the same kernel panic using nickshed
Back to top
View user's profile Send private message
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

PostPosted: Thu Mar 16, 2006 9:02 pm    Post subject: Reply with quote

2.6.16-rc5-no3 coming soon, fixing the issues on a lot of things, hopefully the squashfs issue (stripped and taken care of), the cpu scheduler issue should be non-existent, and badram is a nice feature for x86 and x86_64.
_________________
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
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
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