
so just reverse waninkoko's patch:p4ddY wrote:Today someone asked my how to get ndiswrapper running with this awesome kernel.. But it doesn't work because 4k stacks are enabled by default and you can't disable it.
Both the menu option and the option in kernel config are simply missing.
I think enable-4k-stacks-default-2.6.22.patch is responsible for that behaviour and it would be cool if you could remove that patch in kamikaze5.
/edit: This patch does the same as yours but doesn't remove the menu optionThanks,Code: Select all
--- linux-2.6.20.orig/arch/i386/Kconfig.debug +++ linux-2.6.20/arch/i386/Kconfig.debug @@ -59,12 +59,14 @@ config 4KSTACKS bool "Use 4Kb for kernel stacks instead of 8Kb" depends on DEBUG_KERNEL + default y help If you say Y here the kernel will use a 4Kb stacksize for the kernel stack attached to each process/thread. This facilitates running more threads on a system and also reduces the pressure on the VM subsystem for higher order allocations. This option - will also use IRQ stacks to compensate for the reduced stackspace. + will also use separate 4Kb IRQ stacks to compensate for the + reduced stackspace. config X86_FIND_SMP_CONFIG bool
Patrick
Code: Select all
patch -p1 -R < ../4k-stacks_no-ptionCode: Select all
patch -p1 < ../4k-stacks_with-option


No-op, CFQ and deadline are "i/o" schedulers.CFS is a "cpu" scheduler and it is always enabled with this patchset.star.dancer wrote:Hey, thanks so much for this! This is my first Kamikaze kernel and I am very impressed.
I do have a question though, is there a setting to enable CFS in the kernel config? I only have no-op, CFQ, and deadline that come up as scheduler options, although I do get the CFS tunable configs. I have searched all over and heard nothing about needing to config CFS so I assume the patches make the kernel always use CFS. Is this the case? For example, what happens if I choose "deadline" as the default scheduler in the Kamikaze sources?
Ati-drivers: there is a problem with ati-drivers and the 2.6.22 kernel which has nothing to do with the Kamikaze patches. Go here for the patch.
It caused some problems so I dropped it.shaumux wrote:Any chance of getting this in the patchset
http://linuxcompressed.sourceforge.net/

Oh, oops. Thanks, that makes sense. :)darklegion wrote: No-op, CFQ and deadline are "i/o" schedulers.CFS is a "cpu" scheduler and it is always enabled with this patchset.