Hi
On Sun, Jul 19, 2015 at 1:53 PM, Meyer Lansky <[email protected]> wrote: > Hello everyone! > > I decided to take fuzzing task Scheduler CFS > http://lxr.free-electrons.com/source/kernel/sched/fair.c > > Question: I just recently learning fuzzing and it is at all possible fuzzy > scheduler? > > If so then why will advise you start? > Could you clarify: do you mean, you want to apply fuzzy logic into CFS? If yes, then you need to think one thing first: is your planned logic will make the scheduling decision slower or faster? if slower, then probably it is not suitable to be implemented because basic rule of scheduling is that you need to make it as fast as possible. -- regards, Mulyadi Santosa Freelance Linux trainer and consultant blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.com
_______________________________________________ Kernelnewbies mailing list [email protected] http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
