From: chrubis@suse.cz
To: Alexey Kodanev <alexey.kodanev@oracle.com>
Cc: vasily.isaenko@oracle.com, ltp-list@lists.sourceforge.net
Subject: Re: [LTP] [PATCH] device-drivers: block: fixes
Date: Mon, 9 Sep 2013 16:42:54 +0200 [thread overview]
Message-ID: <20130909144251.GC9492@rei> (raw)
In-Reply-To: <1378723227-30907-1-git-send-email-alexey.kodanev@oracle.com>
Hi!
> Fixed test-cases behavior: major number greater than 255 is valid.
> Added test-cases results (pass/fail).
> run.sh removed and substituted for the user-space program which automatically
> checks each test-case result.
>
> Signed-off-by: Alexey Kodanev <alexey.kodanev@oracle.com>
> ---
> testcases/kernel/device-drivers/Makefile | 2 +-
> testcases/kernel/device-drivers/block/Makefile | 30 ++
> testcases/kernel/device-drivers/block/README | 27 ++
> .../block/block_dev_kernel/.gitignore | 6 +
> .../device-drivers/block/block_dev_kernel/Makefile | 40 +++
> .../block/block_dev_kernel/ltp_block_dev.c | 336 ++++++++++++++++++++
> .../block/block_dev_kernel/test_genhd.c | 53 +++
> .../device-drivers/block/block_dev_user/.gitignore | 1 +
> .../device-drivers/block/block_dev_user/Makefile | 20 ++
> .../block/block_dev_user/block_dev.c | 102 ++++++
> .../device-drivers/block/kernel_space/Makefile | 24 --
> .../device-drivers/block/kernel_space/README | 27 --
> .../device-drivers/block/kernel_space/run.sh | 47 ---
> .../device-drivers/block/kernel_space/test_block.c | 310 ------------------
> .../device-drivers/block/kernel_space/test_genhd.c | 53 ---
> 15 files changed, 616 insertions(+), 462 deletions(-)
> create mode 100644 testcases/kernel/device-drivers/block/Makefile
> create mode 100644 testcases/kernel/device-drivers/block/README
> create mode 100644 testcases/kernel/device-drivers/block/block_dev_kernel/.gitignore
> create mode 100644 testcases/kernel/device-drivers/block/block_dev_kernel/Makefile
> create mode 100644 testcases/kernel/device-drivers/block/block_dev_kernel/ltp_block_dev.c
> create mode 100644 testcases/kernel/device-drivers/block/block_dev_kernel/test_genhd.c
> create mode 100644 testcases/kernel/device-drivers/block/block_dev_user/.gitignore
> create mode 100644 testcases/kernel/device-drivers/block/block_dev_user/Makefile
> create mode 100644 testcases/kernel/device-drivers/block/block_dev_user/block_dev.c
> delete mode 100644 testcases/kernel/device-drivers/block/kernel_space/Makefile
> delete mode 100644 testcases/kernel/device-drivers/block/kernel_space/README
> delete mode 100755 testcases/kernel/device-drivers/block/kernel_space/run.sh
> delete mode 100644 testcases/kernel/device-drivers/block/kernel_space/test_block.c
> delete mode 100644 testcases/kernel/device-drivers/block/kernel_space/test_genhd.c
Can you please split the patch into two, one that just moves the files
and second that does actual changes?
--
Cyril Hrubis
chrubis@suse.cz
------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
prev parent reply other threads:[~2013-09-09 14:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-09 10:40 [LTP] [PATCH] device-drivers: block: fixes Alexey Kodanev
2013-09-09 14:42 ` chrubis [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130909144251.GC9492@rei \
--to=chrubis@suse.cz \
--cc=alexey.kodanev@oracle.com \
--cc=ltp-list@lists.sourceforge.net \
--cc=vasily.isaenko@oracle.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox