On Mon, Mar 16, 2015 at 01:27:07PM -0700, tyson.w.smith@xxxxxxxxx wrote: > From: Tyson Smith <tyson.w.smith@xxxxxxxxx> > > The body of get_len() was the same as rand32() so applying it to a value > from rand32() didn't offer much value. A switch case could be > added that generates other length like values as well. This could include > 2^n +/- ~2, page_size +/- 1, MAX_INT... etc. Makes sense, but we could go a step further, and just remove random-length.c entirely, and have generate-args.c just do the rand32 call. (same for the 2-3 syscalls that call it) Dave -- 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