The following changes since commit dbad30b097de39d355b3952a3bb6db9ccf9dd77f: Jens Axboe (1): Fix bogus 'may be used uninitialized' warning from older gcc versions are available in the git repository at: git://git.kernel.dk/fio.git master Jens Axboe (5): Allow ranges of CPUs in cpus_allowed option Properly strip end-of-option blanks Add gtod_cpu option for pinning gettimeofday() to a single CPU Make sure that the given CPU range is within the bounds of the OS Don't allow higher CPU counts than what the system has HOWTO | 16 ++++++++++- fio.c | 49 +++++++++++++++++++++++++++++++++++ fio.h | 6 ++++ gettime.c | 21 ++++++++++++++- init.c | 16 ++++++++++- options.c | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++++----- os/os-linux.h | 4 +- os/os.h | 3 +- parse.c | 5 ++- 9 files changed, 185 insertions(+), 15 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html