Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1407973 > unrolled thread
| Started by | Taeung Song <treeze.taeung@gmail.com> |
|---|---|
| First post | 2016-05-27 12:10 +0200 |
| Last post | 2016-05-28 12:20 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH v2] perf tools: Add arch/*/include/generated/ to .gitignore Taeung Song <treeze.taeung@gmail.com> - 2016-05-27 12:10 +0200
Re: [PATCH v2] perf tools: Add arch/*/include/generated/ to .gitignore Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-05-27 16:50 +0200
Re: [PATCH v2] perf tools: Add arch/*/include/generated/ to .gitignore Taeung Song <taeung.dev@gmail.com> - 2016-05-28 12:20 +0200
| From | Taeung Song <treeze.taeung@gmail.com> |
|---|---|
| Date | 2016-05-27 12:10 +0200 |
| Subject | [PATCH v2] perf tools: Add arch/*/include/generated/ to .gitignore |
| Message-ID | <rDmSl-25m-9@gated-at.bofh.it> |
Commit 1b700c9975008615ad470cf79acc8455ce60a695 ("perf tools: Build
syscall table .c header from kernel's syscall_64.tbl") that automatically
generate per-arch syscall table arrays e.g.
arch/x86/include/generated/asm/syscalls_64.c
So add this directory to .gitignore
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Wang Nan <wangnan0@huawei.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Signed-off-by: Taeung Song <treeze.taeung@gmail.com>
---
tools/perf/.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/perf/.gitignore b/tools/perf/.gitignore
index 3d1bb80..3db3db9 100644
--- a/tools/perf/.gitignore
+++ b/tools/perf/.gitignore
@@ -30,3 +30,4 @@ config.mak.autogen
*.pyo
.config-detected
util/intel-pt-decoder/inat-tables.c
+arch/*/include/generated/
--
2.5.0
[toc] | [next] | [standalone]
| From | Arnaldo Carvalho de Melo <acme@kernel.org> |
|---|---|
| Date | 2016-05-27 16:50 +0200 |
| Subject | Re: [PATCH v2] perf tools: Add arch/*/include/generated/ to .gitignore |
| Message-ID | <rDrfj-4Hd-13@gated-at.bofh.it> |
| In reply to | #1407973 |
Em Fri, May 27, 2016 at 07:01:14PM +0900, Taeung Song escreveu:
> Commit 1b700c9975008615ad470cf79acc8455ce60a695 ("perf tools: Build
> syscall table .c header from kernel's syscall_64.tbl") that automatically
> generate per-arch syscall table arrays e.g.
>
> arch/x86/include/generated/asm/syscalls_64.c
>
> So add this directory to .gitignore
>
> Cc: Namhyung Kim <namhyung@kernel.org>
> Cc: Jiri Olsa <jolsa@kernel.org>
> Cc: Adrian Hunter <adrian.hunter@intel.com>
> Cc: David Ahern <dsahern@gmail.com>
> Cc: Wang Nan <wangnan0@huawei.com>
> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Thanks, applied, after adding a Fixes: tag:
Fixes: 1b700c997500 ("perf tools: Build syscall table .c header from kernel's syscall_64.tbl")
- Arnaldo
> Signed-off-by: Taeung Song <treeze.taeung@gmail.com>
> ---
> tools/perf/.gitignore | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/tools/perf/.gitignore b/tools/perf/.gitignore
> index 3d1bb80..3db3db9 100644
> --- a/tools/perf/.gitignore
> +++ b/tools/perf/.gitignore
> @@ -30,3 +30,4 @@ config.mak.autogen
> *.pyo
> .config-detected
> util/intel-pt-decoder/inat-tables.c
> +arch/*/include/generated/
> --
> 2.5.0
[toc] | [prev] | [next] | [standalone]
| From | Taeung Song <taeung.dev@gmail.com> |
|---|---|
| Date | 2016-05-28 12:20 +0200 |
| Subject | Re: [PATCH v2] perf tools: Add arch/*/include/generated/ to .gitignore |
| Message-ID | <rDJvz-7EI-5@gated-at.bofh.it> |
| In reply to | #1408118 |
On 05/27/2016 11:44 PM, Arnaldo Carvalho de Melo wrote:
> Em Fri, May 27, 2016 at 07:01:14PM +0900, Taeung Song escreveu:
>> Commit 1b700c9975008615ad470cf79acc8455ce60a695 ("perf tools: Build
>> syscall table .c header from kernel's syscall_64.tbl") that automatically
>> generate per-arch syscall table arrays e.g.
>>
>> arch/x86/include/generated/asm/syscalls_64.c
>>
>> So add this directory to .gitignore
>>
>> Cc: Namhyung Kim <namhyung@kernel.org>
>> Cc: Jiri Olsa <jolsa@kernel.org>
>> Cc: Adrian Hunter <adrian.hunter@intel.com>
>> Cc: David Ahern <dsahern@gmail.com>
>> Cc: Wang Nan <wangnan0@huawei.com>
>> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
>
> Thanks, applied, after adding a Fixes: tag:
>
> Fixes: 1b700c997500 ("perf tools: Build syscall table .c header from kernel's syscall_64.tbl")
>
> - Arnaldo
Thank you !! :)
Taeung
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web