History log of /external/autotest/client/tests/aio_dio_bugs/src/aio-free-ring-with-bogus-nr-pages.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0112e07a9bc7b02ba80492728cca5d27cc4bb944 12-Apr-2007 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> The problem is that the test code forgot to initialized ctx variable
and in the kernel, sys_io_setup returns EINVAL if user address contain
none-zero value.

fix it up by initialize io_context_t ctx variable to zero.

Signed-off-by: Ken Chen <kenchen@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@524 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/client/tests/aio_dio_bugs/src/aio-free-ring-with-bogus-nr-pages.c
c69530b170d60b913131a2a65cf0e3c8b81bc700 25-Mar-2007 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> Add a flag to update_version to request preserving srcdir.

Signed-off-by: Martin J. Bligh <mbligh@google.com>

Add a flag to update_version to request preserving srcdir,
and clean up the codeflow in there. Alter all callers to
pass the new flag (can't be optional param, due to the
var args).

Rationale is so that we can more easily use small tests
without a tarball, and diff submissions against the C
files become legible, etc.

Make aio_dio_bugs test use this new mechanism.



git-svn-id: http://test.kernel.org/svn/autotest/trunk@511 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/client/tests/aio_dio_bugs/src/aio-free-ring-with-bogus-nr-pages.c