You need to "unroll" copy_to_user_ret(). There is no
corresponding macro. Just test the condition and return
-EFAULT (?; not looking at the source code) if it's invalid.
Don't know about "outs".
__bad_udelay means that some module used a too-large-parameter-value
to udelay(). Linker should be telling you which module.
~Randy
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/