All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] update .gitignore in selftests/vm
@ 2016-01-07  6:53 Yuan Sun
       [not found] ` <1452149642-7597-1-git-send-email-sunyuan3-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Yuan Sun @ 2016-01-07  6:53 UTC (permalink / raw)
  To: shuahkh-JPH+aEBZ4P+UEJcrhfAQsw; +Cc: linux-api-u79uwXL29TY76Z2rM5mHXA

Signed-off-by: Yuan Sun <sunyuan3-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
---
 tools/testing/selftests/vm/.gitignore | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tools/testing/selftests/vm/.gitignore b/tools/testing/selftests/vm/.gitignore
index ff1bb16..a937a9d 100644
--- a/tools/testing/selftests/vm/.gitignore
+++ b/tools/testing/selftests/vm/.gitignore
@@ -2,3 +2,8 @@ hugepage-mmap
 hugepage-shm
 map_hugetlb
 thuge-gen
+compaction_test
+mlock2-tests
+on-fault-limit
+transhuge-stress
+userfaultfd
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH 2/4] update .gitignore in selftests/timers
       [not found] ` <1452149642-7597-1-git-send-email-sunyuan3-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
@ 2016-01-07  6:54   ` Yuan Sun
       [not found]     ` <1452149642-7597-2-git-send-email-sunyuan3-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
  2016-01-07  6:54   ` [PATCH 3/4] add ptrace/.gitignore Yuan Sun
                     ` (2 subsequent siblings)
  3 siblings, 1 reply; 8+ messages in thread
From: Yuan Sun @ 2016-01-07  6:54 UTC (permalink / raw)
  To: shuahkh-JPH+aEBZ4P+UEJcrhfAQsw; +Cc: linux-api-u79uwXL29TY76Z2rM5mHXA

Signed-off-by: Yuan Sun <sunyuan3-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
---
 tools/testing/selftests/timers/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/testing/selftests/timers/.gitignore b/tools/testing/selftests/timers/.gitignore
index ced9981..68f3fc7 100644
--- a/tools/testing/selftests/timers/.gitignore
+++ b/tools/testing/selftests/timers/.gitignore
@@ -16,3 +16,4 @@ set-timer-lat
 skew_consistency
 threadtest
 valid-adjtimex
+adjtick
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH 3/4] add ptrace/.gitignore
       [not found] ` <1452149642-7597-1-git-send-email-sunyuan3-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
  2016-01-07  6:54   ` [PATCH 2/4] update .gitignore in selftests/timers Yuan Sun
@ 2016-01-07  6:54   ` Yuan Sun
       [not found]     ` <1452149642-7597-3-git-send-email-sunyuan3-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
  2016-01-07  6:54   ` [PATCH 4/4] add breakpoints/.gitignore Yuan Sun
  2016-01-07 20:51   ` [PATCH 1/4] update .gitignore in selftests/vm Shuah Khan
  3 siblings, 1 reply; 8+ messages in thread
From: Yuan Sun @ 2016-01-07  6:54 UTC (permalink / raw)
  To: shuahkh-JPH+aEBZ4P+UEJcrhfAQsw; +Cc: linux-api-u79uwXL29TY76Z2rM5mHXA

Signed-off-by: Yuan Sun <sunyuan3-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
---
 tools/testing/selftests/ptrace/.gitignore | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 tools/testing/selftests/ptrace/.gitignore

diff --git a/tools/testing/selftests/ptrace/.gitignore b/tools/testing/selftests/ptrace/.gitignore
new file mode 100644
index 0000000..b3e59d4
--- /dev/null
+++ b/tools/testing/selftests/ptrace/.gitignore
@@ -0,0 +1 @@
+peeksiginfo
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH 4/4] add breakpoints/.gitignore
       [not found] ` <1452149642-7597-1-git-send-email-sunyuan3-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
  2016-01-07  6:54   ` [PATCH 2/4] update .gitignore in selftests/timers Yuan Sun
  2016-01-07  6:54   ` [PATCH 3/4] add ptrace/.gitignore Yuan Sun
@ 2016-01-07  6:54   ` Yuan Sun
       [not found]     ` <1452149642-7597-4-git-send-email-sunyuan3-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
  2016-01-07 20:51   ` [PATCH 1/4] update .gitignore in selftests/vm Shuah Khan
  3 siblings, 1 reply; 8+ messages in thread
From: Yuan Sun @ 2016-01-07  6:54 UTC (permalink / raw)
  To: shuahkh-JPH+aEBZ4P+UEJcrhfAQsw; +Cc: linux-api-u79uwXL29TY76Z2rM5mHXA

Signed-off-by: Yuan Sun <sunyuan3-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
---
 tools/testing/selftests/breakpoints/.gitignore | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 tools/testing/selftests/breakpoints/.gitignore

diff --git a/tools/testing/selftests/breakpoints/.gitignore b/tools/testing/selftests/breakpoints/.gitignore
new file mode 100644
index 0000000..9b3193d0
--- /dev/null
+++ b/tools/testing/selftests/breakpoints/.gitignore
@@ -0,0 +1 @@
+breakpoint_test
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH 1/4] update .gitignore in selftests/vm
       [not found] ` <1452149642-7597-1-git-send-email-sunyuan3-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
                     ` (2 preceding siblings ...)
  2016-01-07  6:54   ` [PATCH 4/4] add breakpoints/.gitignore Yuan Sun
@ 2016-01-07 20:51   ` Shuah Khan
  3 siblings, 0 replies; 8+ messages in thread
From: Shuah Khan @ 2016-01-07 20:51 UTC (permalink / raw)
  To: Yuan Sun; +Cc: linux-api-u79uwXL29TY76Z2rM5mHXA, Shuah Khan

On 01/06/2016 11:53 PM, Yuan Sun wrote:
> Signed-off-by: Yuan Sun <sunyuan3-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
> ---
>  tools/testing/selftests/vm/.gitignore | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/tools/testing/selftests/vm/.gitignore b/tools/testing/selftests/vm/.gitignore
> index ff1bb16..a937a9d 100644
> --- a/tools/testing/selftests/vm/.gitignore
> +++ b/tools/testing/selftests/vm/.gitignore
> @@ -2,3 +2,8 @@ hugepage-mmap
>  hugepage-shm
>  map_hugetlb
>  thuge-gen
> +compaction_test
> +mlock2-tests
> +on-fault-limit
> +transhuge-stress
> +userfaultfd
> 


Thanks for doing this. Applied to linux-kselftest next
for 4.5-rc1

-- Shuah

-- 
Shuah Khan
Sr. Linux Kernel Developer
Open Source Innovation Group
Samsung Research America (Silicon Valley)
shuahkh-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org | (970) 217-8978

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 2/4] update .gitignore in selftests/timers
       [not found]     ` <1452149642-7597-2-git-send-email-sunyuan3-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
@ 2016-01-07 20:52       ` Shuah Khan
  0 siblings, 0 replies; 8+ messages in thread
From: Shuah Khan @ 2016-01-07 20:52 UTC (permalink / raw)
  To: Yuan Sun; +Cc: linux-api-u79uwXL29TY76Z2rM5mHXA, Shuah Khan

On 01/06/2016 11:54 PM, Yuan Sun wrote:
> Signed-off-by: Yuan Sun <sunyuan3-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
> ---
>  tools/testing/selftests/timers/.gitignore | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tools/testing/selftests/timers/.gitignore b/tools/testing/selftests/timers/.gitignore
> index ced9981..68f3fc7 100644
> --- a/tools/testing/selftests/timers/.gitignore
> +++ b/tools/testing/selftests/timers/.gitignore
> @@ -16,3 +16,4 @@ set-timer-lat
>  skew_consistency
>  threadtest
>  valid-adjtimex
> +adjtick
> 

Thanks for doing this. Applied to linux-kselftest next
for 4.5-rc1

-- Shuah

-- 
Shuah Khan
Sr. Linux Kernel Developer
Open Source Innovation Group
Samsung Research America (Silicon Valley)
shuahkh-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org | (970) 217-8978

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 3/4] add ptrace/.gitignore
       [not found]     ` <1452149642-7597-3-git-send-email-sunyuan3-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
@ 2016-01-07 20:52       ` Shuah Khan
  0 siblings, 0 replies; 8+ messages in thread
From: Shuah Khan @ 2016-01-07 20:52 UTC (permalink / raw)
  To: Yuan Sun; +Cc: linux-api-u79uwXL29TY76Z2rM5mHXA, Shuah Khan

On 01/06/2016 11:54 PM, Yuan Sun wrote:
> Signed-off-by: Yuan Sun <sunyuan3-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
> ---
>  tools/testing/selftests/ptrace/.gitignore | 1 +
>  1 file changed, 1 insertion(+)
>  create mode 100644 tools/testing/selftests/ptrace/.gitignore
> 
> diff --git a/tools/testing/selftests/ptrace/.gitignore b/tools/testing/selftests/ptrace/.gitignore
> new file mode 100644
> index 0000000..b3e59d4
> --- /dev/null
> +++ b/tools/testing/selftests/ptrace/.gitignore
> @@ -0,0 +1 @@
> +peeksiginfo
> 

Thanks for doing this. Applied to linux-kselftest next
for 4.5-rc1

-- Shuah

-- 
Shuah Khan
Sr. Linux Kernel Developer
Open Source Innovation Group
Samsung Research America (Silicon Valley)
shuahkh-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org | (970) 217-8978

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 4/4] add breakpoints/.gitignore
       [not found]     ` <1452149642-7597-4-git-send-email-sunyuan3-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
@ 2016-01-07 20:53       ` Shuah Khan
  0 siblings, 0 replies; 8+ messages in thread
From: Shuah Khan @ 2016-01-07 20:53 UTC (permalink / raw)
  To: Yuan Sun; +Cc: linux-api-u79uwXL29TY76Z2rM5mHXA, Shuah Khan

On 01/06/2016 11:54 PM, Yuan Sun wrote:
> Signed-off-by: Yuan Sun <sunyuan3-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
> ---
>  tools/testing/selftests/breakpoints/.gitignore | 1 +
>  1 file changed, 1 insertion(+)
>  create mode 100644 tools/testing/selftests/breakpoints/.gitignore
> 
> diff --git a/tools/testing/selftests/breakpoints/.gitignore b/tools/testing/selftests/breakpoints/.gitignore
> new file mode 100644
> index 0000000..9b3193d0
> --- /dev/null
> +++ b/tools/testing/selftests/breakpoints/.gitignore
> @@ -0,0 +1 @@
> +breakpoint_test
> 

Thanks for doing this. Applied to linux-kselftest next
for 4.5-rc1

-- Shuah

-- 
Shuah Khan
Sr. Linux Kernel Developer
Open Source Innovation Group
Samsung Research America (Silicon Valley)
shuahkh-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org | (970) 217-8978

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-01-07 20:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-07  6:53 [PATCH 1/4] update .gitignore in selftests/vm Yuan Sun
     [not found] ` <1452149642-7597-1-git-send-email-sunyuan3-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2016-01-07  6:54   ` [PATCH 2/4] update .gitignore in selftests/timers Yuan Sun
     [not found]     ` <1452149642-7597-2-git-send-email-sunyuan3-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2016-01-07 20:52       ` Shuah Khan
2016-01-07  6:54   ` [PATCH 3/4] add ptrace/.gitignore Yuan Sun
     [not found]     ` <1452149642-7597-3-git-send-email-sunyuan3-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2016-01-07 20:52       ` Shuah Khan
2016-01-07  6:54   ` [PATCH 4/4] add breakpoints/.gitignore Yuan Sun
     [not found]     ` <1452149642-7597-4-git-send-email-sunyuan3-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2016-01-07 20:53       ` Shuah Khan
2016-01-07 20:51   ` [PATCH 1/4] update .gitignore in selftests/vm Shuah Khan

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.