Hi everyone, In the children/random-syscalls.c file (function choose_syscall_table) there is a FIXME section that right now disables 32 bit version of syscall if a 64 bit version is present and enabled. // FIXME: I forgot why this got disabled. Revisit. // if (rand() % 100 < 10) // Just want to clear this one out. Should it be a command line parameter? Something like -P 50 (for 50% probability, lets say of 32 bit). If so, what should be a default behaviour when the parameter is not present 50/50 or 0/100 as it is right now. -Ildar -- To unsubscribe from this list: send the line "unsubscribe trinity" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html