Hello community, here is the log from the commit of package fio for openSUSE:Factory checked in at 2013-02-05 11:13:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fio (Old) and /work/SRC/openSUSE:Factory/.fio.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fio", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/fio/fio.changes 2012-10-23 21:24:27.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.fio.new/fio.changes 2013-02-05 11:13:12.000000000 +0100 @@ -1,0 +2,99 @@ +Mon Feb 04 04:49:00 UTC 2013 - [email protected] + +- update to 2.0.13: + * Fix potential null pointer dereference on verify and requeue events + * server: move fio_net_cmd to the end of fio_net_int_cmd + * Use variable[] instead of GCC variable[0] syntax + * Enable -ffast-math + * time: convert to uint64_t + * Use uintptr_t for engine data + * Start of transition from unsigned long long to uint64_t + * zipf/pareto: use min of file size and io size for init + * zipf/pareto: use size= if given, not always device size + * libaio: use container_of() instead of silly casting + * gettime: even rounding, don't always round up + * Move 'tsc_reliable' outside of ARCH_HAVE_CPU_CLOCK + * implement get_cpu_clock() for s390/s390x + * clock: turn expensive division into multiply + cheap division + * t/axmap: update tester for lfsr_init() taking a seed argument + * Include <stdint.h> before checking __WORDSIZE +- Fio 2.0.12.2 + * Add return statements to arch_init functions for ia64 and ppc. + * Use clock_gettime() for CPU clock calibration + * Consistently indent using tabs in Windows files and remove trailing spaces. + * Create a new Windows installer product GUID for 2.0.12. + * Fix $(CC) override: use system compiler except on HP-UX and Solaris. +- Fio 2.0.12.1 + * Fixup CPUID for 32-bit x86 +- Fio 2.0.12 + * windowsaio: fix typo + * gettime: make last_cycles thread local too + * gettime: use pthread_{set,get}specific() for TLS + * gettime: fix race/bug with threads and time keeping + * Add --cpuclock-test and clocksource= option help + * gettime: include per-cpu clock calibration in cpu clock test + * gettime: locking fix and debug check for identical sequence + * cpu clock: add independent test for monotonic/sane TSC + * clock: ensure that we re-init if the clocksource changes from the default + * obinject: fixup ->file_data breakage + * file: unify ->file_data and ->file_pos + * file hash: don't close file fd on lookup/add race + * cpu clock: round up when dividing by samples + * Define TSC arch_init() for PPC and IA64 + * gettime: fix CPU calibration reported mean + * gettime: calibration rounding error + * Increase CPU clock calibration accuracy + * Add check for invariant TSC on x86 and use TSC is default clock if reliable + * windowsaio: create a single completion port during init, associate files during Document the ioengine=net pingpong= option + * Fix windows out-of-memory handling + * Free io_u related structures before killing IO engine + * windowsaio: initialize and map windowsaio IO structure to io_u + * parser: always match the correct option length for posval options + * Fix man page indentation + * lfsr: add HOWTO and man page documentation + * lfsr: ensure that the cycle follows the randrepeat= setting + * Name the various random offsets we use + * Revert "Change preferred default clocksource to gettimeofday()" + * engines/net.c: fix compilation error due to missing signal.h include + * Wire up SIGUSR2 to kill blocking threads + * Change preferred default clocksource to gettimeofday() + * Cache layout improvements + * net: fix receiver start time + * net: add basic ping/pong type workload support + * verify: treat as failure if given verify type is different from media + * net: sent udp open messages + * Merge branch 'rand-map' + * solaris: enable fadvise() + * Fix broken 'norandommap' rand-map + * parse: fix wrong "might be used unitialized" warning on some compilers + * Wire up _weak posix_fadvise() + * net: set runstate to SETTING_UP while waiting for a connection + * net: exit on WAITALL and !ret + * net: fix segfault with receiver, tcp, and no hostname set + * libfio: don't sent KILL signal to own process from signal handler + * Rename the bitmap to axmap + * bitmap: fix off-by-8 allocation error + * Fix windowsaio IO error handling and document device write access issue on WindoFix compile for older Linux without mmap MAP_HUGETLB + * lfsr: crank it 128 times before using the sequence + * Ensure that lfsr_init() is always called + * Add LFSR generator + * Restore BUSY_OK bypassing of bitmap + * Kill now unused bitmap defines from legacy code + * bitmap: kill debug code + * bitmap: fix bit_masks[] for 32-bit compiles + * Rework file random map + * Add support for Android + * memory: wire up mmap huge page support + * Use unique seed for zipf/pareto init if rand_repeat is not set + * Generate a new Windows installer product code for 2.0.11. + * Add more examples to the Windows installer. +- Fio 2.0.11 + * Document random distribution + * Disable random map automatically if a non-uniform random distribution is given + * genzipf: add help/usage screen (-h) + * Get rid of -fno-omit-frame-pointer + * t/genzfip: add -c option for csv output + * server: properly reset stat_number in fio_reset_state() + * client/server: fixup "All clients" reporting + +------------------------------------------------------------------- Old: ---- fio-2.0.10.tar.gz New: ---- fio-2.0.13.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fio.spec ++++++ --- /var/tmp/diff_new_pack.TU5ew4/_old 2013-02-05 11:13:13.000000000 +0100 +++ /var/tmp/diff_new_pack.TU5ew4/_new 2013-02-05 11:13:13.000000000 +0100 @@ -14,10 +14,10 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ Name: fio -Version: 2.0.10 +Version: 2.0.13 Release: 0 Summary: Flexible I/O Tester/benchmarker -Source: http://brick.kernel.dk/snaps/fio-%{version}.tar.gz +Source: http://brick.kernel.dk/snaps/fio-%{version}.tar.bz2 URL: http://freshmeat.net/projects/fio/ Group: System/Benchmark License: GPL-2.0 ++++++ fio-2.0.10.tar.gz -> fio-2.0.13.tar.bz2 ++++++ ++++ 6901 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
