* [LTP] [PATCH ltp] syscalls: add compat_16 tests into .gitignore for getresgid, getresuid
@ 2019-02-22 3:53 Yixin Zhang
2019-02-22 7:48 ` Xiao Yang
2019-02-25 2:51 ` Xiao Yang
0 siblings, 2 replies; 3+ messages in thread
From: Yixin Zhang @ 2019-02-22 3:53 UTC (permalink / raw)
To: ltp
Signed-off-by: Yixin Zhang <yixin.zhang@intel.com>
---
testcases/kernel/syscalls/getresgid/.gitignore | 3 +++
testcases/kernel/syscalls/getresuid/.gitignore | 3 +++
2 files changed, 6 insertions(+)
diff --git a/testcases/kernel/syscalls/getresgid/.gitignore b/testcases/kernel/syscalls/getresgid/.gitignore
index e8ddb17e8..9309a2b8b 100644
--- a/testcases/kernel/syscalls/getresgid/.gitignore
+++ b/testcases/kernel/syscalls/getresgid/.gitignore
@@ -1,3 +1,6 @@
/getresgid01
+/getresgid01_16
/getresgid02
+/getresgid02_16
/getresgid03
+/getresgid03_16
diff --git a/testcases/kernel/syscalls/getresuid/.gitignore b/testcases/kernel/syscalls/getresuid/.gitignore
index 0324bb7c0..387ed1b59 100644
--- a/testcases/kernel/syscalls/getresuid/.gitignore
+++ b/testcases/kernel/syscalls/getresuid/.gitignore
@@ -1,3 +1,6 @@
/getresuid01
+/getresuid01_16
/getresuid02
+/getresuid02_16
/getresuid03
+/getresuid03_16
--
2.17.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [LTP] [PATCH ltp] syscalls: add compat_16 tests into .gitignore for getresgid, getresuid
2019-02-22 3:53 [LTP] [PATCH ltp] syscalls: add compat_16 tests into .gitignore for getresgid, getresuid Yixin Zhang
@ 2019-02-22 7:48 ` Xiao Yang
2019-02-25 2:51 ` Xiao Yang
1 sibling, 0 replies; 3+ messages in thread
From: Xiao Yang @ 2019-02-22 7:48 UTC (permalink / raw)
To: ltp
Hi Yixin,
It looks fine to me.
Best Regards,
Xiao Yang
On 2019/02/22 11:53, Yixin Zhang wrote:
> Signed-off-by: Yixin Zhang<yixin.zhang@intel.com>
> ---
> testcases/kernel/syscalls/getresgid/.gitignore | 3 +++
> testcases/kernel/syscalls/getresuid/.gitignore | 3 +++
> 2 files changed, 6 insertions(+)
>
> diff --git a/testcases/kernel/syscalls/getresgid/.gitignore b/testcases/kernel/syscalls/getresgid/.gitignore
> index e8ddb17e8..9309a2b8b 100644
> --- a/testcases/kernel/syscalls/getresgid/.gitignore
> +++ b/testcases/kernel/syscalls/getresgid/.gitignore
> @@ -1,3 +1,6 @@
> /getresgid01
> +/getresgid01_16
> /getresgid02
> +/getresgid02_16
> /getresgid03
> +/getresgid03_16
> diff --git a/testcases/kernel/syscalls/getresuid/.gitignore b/testcases/kernel/syscalls/getresuid/.gitignore
> index 0324bb7c0..387ed1b59 100644
> --- a/testcases/kernel/syscalls/getresuid/.gitignore
> +++ b/testcases/kernel/syscalls/getresuid/.gitignore
> @@ -1,3 +1,6 @@
> /getresuid01
> +/getresuid01_16
> /getresuid02
> +/getresuid02_16
> /getresuid03
> +/getresuid03_16
^ permalink raw reply [flat|nested] 3+ messages in thread
* [LTP] [PATCH ltp] syscalls: add compat_16 tests into .gitignore for getresgid, getresuid
2019-02-22 3:53 [LTP] [PATCH ltp] syscalls: add compat_16 tests into .gitignore for getresgid, getresuid Yixin Zhang
2019-02-22 7:48 ` Xiao Yang
@ 2019-02-25 2:51 ` Xiao Yang
1 sibling, 0 replies; 3+ messages in thread
From: Xiao Yang @ 2019-02-25 2:51 UTC (permalink / raw)
To: ltp
Hi Yixin,
Pushed, thanks. :-)
Best Regards,
Xiao Yang
On 2019/02/22 11:53, Yixin Zhang wrote:
> Signed-off-by: Yixin Zhang<yixin.zhang@intel.com>
> ---
> testcases/kernel/syscalls/getresgid/.gitignore | 3 +++
> testcases/kernel/syscalls/getresuid/.gitignore | 3 +++
> 2 files changed, 6 insertions(+)
>
> diff --git a/testcases/kernel/syscalls/getresgid/.gitignore b/testcases/kernel/syscalls/getresgid/.gitignore
> index e8ddb17e8..9309a2b8b 100644
> --- a/testcases/kernel/syscalls/getresgid/.gitignore
> +++ b/testcases/kernel/syscalls/getresgid/.gitignore
> @@ -1,3 +1,6 @@
> /getresgid01
> +/getresgid01_16
> /getresgid02
> +/getresgid02_16
> /getresgid03
> +/getresgid03_16
> diff --git a/testcases/kernel/syscalls/getresuid/.gitignore b/testcases/kernel/syscalls/getresuid/.gitignore
> index 0324bb7c0..387ed1b59 100644
> --- a/testcases/kernel/syscalls/getresuid/.gitignore
> +++ b/testcases/kernel/syscalls/getresuid/.gitignore
> @@ -1,3 +1,6 @@
> /getresuid01
> +/getresuid01_16
> /getresuid02
> +/getresuid02_16
> /getresuid03
> +/getresuid03_16
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-02-25 2:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-22 3:53 [LTP] [PATCH ltp] syscalls: add compat_16 tests into .gitignore for getresgid, getresuid Yixin Zhang
2019-02-22 7:48 ` Xiao Yang
2019-02-25 2:51 ` Xiao Yang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox