All of lore.kernel.org
 help / color / mirror / Atom feed
From: chrubis@suse.cz
To: Zeng Linggang <zenglg.jy@cn.fujitsu.com>
Cc: ltp-list@lists.sourceforge.net
Subject: Re: [LTP] [PATCH] acct/acct01.c: Add ELOOP ENAMETOOLONG EROFS
Date: Wed, 23 Oct 2013 14:52:06 +0200	[thread overview]
Message-ID: <20131023125206.GD24275@rei.Home> (raw)
In-Reply-To: <5266530C.5070604@cn.fujitsu.com>

Hi!
> Add ELOOP, ENAMETOOLONG, EROFS error number test in acct01.c for acct(2)
> 
> Signed-off-by: Zeng Linggang <zenglg.jy@cn.fujitsu.com>
> ---
>  runtest/syscalls                        |  2 +-
>  testcases/kernel/syscalls/acct/acct01.c | 77 ++++++++++++++++++++++++++++++++-
>  2 files changed, 77 insertions(+), 2 deletions(-)
> 
> diff --git a/runtest/syscalls b/runtest/syscalls
> index 09e5f7f..a3a65b6 100644
> --- a/runtest/syscalls
> +++ b/runtest/syscalls
> @@ -10,7 +10,7 @@ access03 access03
>  access04 access04
>  access05 access05
>  
> -acct01 acct01
> +acct01 acct01 -D DEVICE -T DEVICE_FS_TYPE
>  acct02 acct02
>  
>  add_key01 add_key01
> diff --git a/testcases/kernel/syscalls/acct/acct01.c b/testcases/kernel/syscalls/acct/acct01.c
> index 062cc2b..1545df1 100644
> --- a/testcases/kernel/syscalls/acct/acct01.c
> +++ b/testcases/kernel/syscalls/acct/acct01.c
> @@ -44,22 +44,41 @@
>  #include <stdio.h>		/* needed by testhead.h */
>  #include <stdlib.h>
>  #include <unistd.h>
> +#include <sys/mount.h>


I've tried to apply this one, but it appears to be based on the first
version of the cleanup patch (see the /* needed by testhead.h */ comment
for example).

Can you please rebase it on the current cleanup (as pushed to git) and
resend?

-- 
Cyril Hrubis
chrubis@suse.cz

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

  reply	other threads:[~2013-10-23 12:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-22 10:27 [LTP] [PATCH] acct/acct01.c: Add ELOOP ENAMETOOLONG EROFS Zeng Linggang
2013-10-23 12:52 ` chrubis [this message]
2013-10-23 13:16   ` chrubis

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=20131023125206.GD24275@rei.Home \
    --to=chrubis@suse.cz \
    --cc=ltp-list@lists.sourceforge.net \
    --cc=zenglg.jy@cn.fujitsu.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.