All of lore.kernel.org
 help / color / mirror / Atom feed
* [Patch] x86: add arch/x86/tools/insn_sanity to .gitignore
@ 2012-01-15 12:02 xiyou.wangcong
  2012-01-16  0:19 ` Masami Hiramatsu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: xiyou.wangcong @ 2012-01-15 12:02 UTC (permalink / raw)
  To: linux-kernel
  Cc: Andrew Morton, Masami Hiramatsu, WANG Cong, Thomas Gleixner,
	Ingo Molnar, H. Peter Anvin, x86

After compiling kernel, I got:

	% git status
	# On branch master
	# Untracked files:
	#   (use "git add <file>..." to include in what will be committed)
	#
	#	arch/x86/tools/insn_sanity
	nothing added to commit but untracked files present (use "git add" to track)

it should be added to .gitignore.

Cc: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Signed-off-by: WANG Cong <xiyou.wangcong@gmail.com>

---
diff --git a/arch/x86/.gitignore b/arch/x86/.gitignore
index 0280790..7cab8c0 100644
--- a/arch/x86/.gitignore
+++ b/arch/x86/.gitignore
@@ -1,3 +1,4 @@
 boot/compressed/vmlinux
 tools/test_get_len
+tools/insn_sanity
 

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

* Re: [Patch] x86: add arch/x86/tools/insn_sanity to .gitignore
  2012-01-15 12:02 [Patch] x86: add arch/x86/tools/insn_sanity to .gitignore xiyou.wangcong
@ 2012-01-16  0:19 ` Masami Hiramatsu
  2012-01-16  0:31 ` Masami Hiramatsu
  2012-01-16  9:03 ` [tip:perf/urgent] x86/kprobes: Add arch/x86/tools/insn_sanity to . gitignore tip-bot for xiyou.wangcong@gmail.com
  2 siblings, 0 replies; 4+ messages in thread
From: Masami Hiramatsu @ 2012-01-16  0:19 UTC (permalink / raw)
  To: xiyou.wangcong
  Cc: linux-kernel, Andrew Morton, Thomas Gleixner, Ingo Molnar,
	H. Peter Anvin, x86, pp-manager

(2012/01/15 21:02), xiyou.wangcong@gmail.com wrote:
> After compiling kernel, I got:
> 
> 	% git status
> 	# On branch master
> 	# Untracked files:
> 	#   (use "git add <file>..." to include in what will be committed)
> 	#
> 	#	arch/x86/tools/insn_sanity
> 	nothing added to commit but untracked files present (use "git add" to track)
> 
> it should be added to .gitignore.

Right! Thank you for fixing!

Acked-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>

> 
> Cc: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
> Signed-off-by: WANG Cong <xiyou.wangcong@gmail.com>
> 
> ---
> diff --git a/arch/x86/.gitignore b/arch/x86/.gitignore
> index 0280790..7cab8c0 100644
> --- a/arch/x86/.gitignore
> +++ b/arch/x86/.gitignore
> @@ -1,3 +1,4 @@
>  boot/compressed/vmlinux
>  tools/test_get_len
> +tools/insn_sanity
>  
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/


-- 
Masami HIRAMATSU
Software Platform Research Dept. Linux Technology Center
Hitachi, Ltd., Yokohama Research Laboratory
E-mail: masami.hiramatsu.pt@hitachi.com

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

* Re: [Patch] x86: add arch/x86/tools/insn_sanity to .gitignore
  2012-01-15 12:02 [Patch] x86: add arch/x86/tools/insn_sanity to .gitignore xiyou.wangcong
  2012-01-16  0:19 ` Masami Hiramatsu
@ 2012-01-16  0:31 ` Masami Hiramatsu
  2012-01-16  9:03 ` [tip:perf/urgent] x86/kprobes: Add arch/x86/tools/insn_sanity to . gitignore tip-bot for xiyou.wangcong@gmail.com
  2 siblings, 0 replies; 4+ messages in thread
From: Masami Hiramatsu @ 2012-01-16  0:31 UTC (permalink / raw)
  To: xiyou.wangcong
  Cc: linux-kernel, Andrew Morton, Thomas Gleixner, Ingo Molnar,
	H. Peter Anvin, x86, yrl.pp-manager.tt

(2012/01/15 21:02), xiyou.wangcong@gmail.com wrote:
> After compiling kernel, I got:
> 
> 	% git status
> 	# On branch master
> 	# Untracked files:
> 	#   (use "git add <file>..." to include in what will be committed)
> 	#
> 	#	arch/x86/tools/insn_sanity
> 	nothing added to commit but untracked files present (use "git add" to track)
> 
> it should be added to .gitignore.

Right! Thank you for fixing!

Acked-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>

> 
> Cc: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
> Signed-off-by: WANG Cong <xiyou.wangcong@gmail.com>
> 
> ---
> diff --git a/arch/x86/.gitignore b/arch/x86/.gitignore
> index 0280790..7cab8c0 100644
> --- a/arch/x86/.gitignore
> +++ b/arch/x86/.gitignore
> @@ -1,3 +1,4 @@
>  boot/compressed/vmlinux
>  tools/test_get_len
> +tools/insn_sanity
>  
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/


-- 
Masami HIRAMATSU
Software Platform Research Dept. Linux Technology Center
Hitachi, Ltd., Yokohama Research Laboratory
E-mail: masami.hiramatsu.pt@hitachi.com

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

* [tip:perf/urgent] x86/kprobes: Add arch/x86/tools/insn_sanity to . gitignore
  2012-01-15 12:02 [Patch] x86: add arch/x86/tools/insn_sanity to .gitignore xiyou.wangcong
  2012-01-16  0:19 ` Masami Hiramatsu
  2012-01-16  0:31 ` Masami Hiramatsu
@ 2012-01-16  9:03 ` tip-bot for xiyou.wangcong@gmail.com
  2 siblings, 0 replies; 4+ messages in thread
From: tip-bot for xiyou.wangcong@gmail.com @ 2012-01-16  9:03 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: linux-kernel, hpa, mingo, masami.hiramatsu.pt, tglx, mingo,
	xiyou.wangcong

Commit-ID:  a1c611745c8c4e8996c1877d4e5d0fc95f227c38
Gitweb:     http://git.kernel.org/tip/a1c611745c8c4e8996c1877d4e5d0fc95f227c38
Author:     xiyou.wangcong@gmail.com <xiyou.wangcong@gmail.com>
AuthorDate: Sun, 15 Jan 2012 20:02:17 +0800
Committer:  Ingo Molnar <mingo@elte.hu>
CommitDate: Mon, 16 Jan 2012 08:21:59 +0100

x86/kprobes: Add arch/x86/tools/insn_sanity to .gitignore

After compiling the kernel, I got:

	% git status
	# On branch master
	# Untracked files:
	#   (use "git add <file>..." to include in what will be committed)
	#
	#	arch/x86/tools/insn_sanity
	nothing added to commit but untracked files present (use "git add" to track)

it should be added to .gitignore.

Signed-off-by: WANG Cong <xiyou.wangcong@gmail.com>
Acked-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Link: http://lkml.kernel.org/r/1326628937-27609-1-git-send-email-xiyou.wangcong@gmail.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
 arch/x86/.gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/x86/.gitignore b/arch/x86/.gitignore
index 0280790..7cab8c0 100644
--- a/arch/x86/.gitignore
+++ b/arch/x86/.gitignore
@@ -1,3 +1,4 @@
 boot/compressed/vmlinux
 tools/test_get_len
+tools/insn_sanity
 

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

end of thread, other threads:[~2012-01-16  9:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-15 12:02 [Patch] x86: add arch/x86/tools/insn_sanity to .gitignore xiyou.wangcong
2012-01-16  0:19 ` Masami Hiramatsu
2012-01-16  0:31 ` Masami Hiramatsu
2012-01-16  9:03 ` [tip:perf/urgent] x86/kprobes: Add arch/x86/tools/insn_sanity to . gitignore tip-bot for xiyou.wangcong@gmail.com

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.