Fuzzing scheduler CFS
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? Excuse me for my english.
Hi On Sun, Jul 19, 2015 at 1:53 PM, Meyer Lansky <markus93@inbox.ru> 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
participants (2)
-
Meyer Lansky -
Mulyadi Santosa