* [PATCH 1/2] x86: Provide a comment in uapi/asm/hw_breakpoint.h
@ 2012-10-22 12:05 David Howells
2012-10-22 12:06 ` [PATCH 2/2] x86: Provide a comment in uapi/asm/setup.h David Howells
2012-10-24 10:35 ` [PATCH 1/2] x86: Provide a comment in uapi/asm/hw_breakpoint.h Ingo Molnar
0 siblings, 2 replies; 6+ messages in thread
From: David Howells @ 2012-10-22 12:05 UTC (permalink / raw)
To: tglx; +Cc: x86, linux-kernel, David Howells
Provide a comment in the empty uapi/asm/hw_breakpoint.h to make sure that the
patch program doesn't delete it.
However, should some part of asm/hw_breakpoint.h actually be exported here,
or, possibly, should the entire uapi file be removed? In v3.6, though the
file was marked for export to userspace, it had nothing outside of __KERNEL__.
This needs to be applied on top of the x86 UAPI disintegration patch.
Signed-off-by: David Howells <dhowells@redhat.com>
---
arch/x86/include/uapi/asm/hw_breakpoint.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/x86/include/uapi/asm/hw_breakpoint.h b/arch/x86/include/uapi/asm/hw_breakpoint.h
index e69de29..91cb766 100644
--- a/arch/x86/include/uapi/asm/hw_breakpoint.h
+++ b/arch/x86/include/uapi/asm/hw_breakpoint.h
@@ -0,0 +1,3 @@
+/*
+ * x86 hardware breakpoint stuff.
+ */
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 2/2] x86: Provide a comment in uapi/asm/setup.h
2012-10-22 12:05 [PATCH 1/2] x86: Provide a comment in uapi/asm/hw_breakpoint.h David Howells
@ 2012-10-22 12:06 ` David Howells
2012-10-24 10:35 ` [PATCH 1/2] x86: Provide a comment in uapi/asm/hw_breakpoint.h Ingo Molnar
1 sibling, 0 replies; 6+ messages in thread
From: David Howells @ 2012-10-22 12:06 UTC (permalink / raw)
To: tglx; +Cc: x86, linux-kernel, David Howells
Provide a comment in the empty uapi/asm/setup.h to make sure that the patch
program doesn't delete it.
However, should some part of asm/hw_setup.h actually be exported here, or,
possibly, should the entire uapi file be removed? In v3.6, though the file
was marked for export to userspace, it had nothing outside of __KERNEL__.
This needs to be applied on top of the x86 UAPI disintegration patch.
Signed-off-by: David Howells <dhowells@redhat.com>
---
arch/x86/include/uapi/asm/setup.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/x86/include/uapi/asm/setup.h b/arch/x86/include/uapi/asm/setup.h
index e69de29..68cd293 100644
--- a/arch/x86/include/uapi/asm/setup.h
+++ b/arch/x86/include/uapi/asm/setup.h
@@ -0,0 +1,3 @@
+/*
+ * x86 setup stuff.
+ */
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH 1/2] x86: Provide a comment in uapi/asm/hw_breakpoint.h
2012-10-22 12:05 [PATCH 1/2] x86: Provide a comment in uapi/asm/hw_breakpoint.h David Howells
2012-10-22 12:06 ` [PATCH 2/2] x86: Provide a comment in uapi/asm/setup.h David Howells
@ 2012-10-24 10:35 ` Ingo Molnar
2012-10-24 11:12 ` David Howells
1 sibling, 1 reply; 6+ messages in thread
From: Ingo Molnar @ 2012-10-24 10:35 UTC (permalink / raw)
To: David Howells
Cc: tglx, x86, linux-kernel, Arnaldo Carvalho de Melo, Peter Zijlstra
* David Howells <dhowells@redhat.com> wrote:
> Provide a comment in the empty uapi/asm/hw_breakpoint.h to make sure that the
> patch program doesn't delete it.
>
> However, should some part of asm/hw_breakpoint.h actually be exported here,
> or, possibly, should the entire uapi file be removed? In v3.6, though the
> file was marked for export to userspace, it had nothing outside of __KERNEL__.
>
> This needs to be applied on top of the x86 UAPI disintegration patch.
Just wondering, have the tools/perf/ issues been solved in your
tree, are the x86 UAPI disintegration changes pullable?
Thanks,
Ingo
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 1/2] x86: Provide a comment in uapi/asm/hw_breakpoint.h
2012-10-24 10:35 ` [PATCH 1/2] x86: Provide a comment in uapi/asm/hw_breakpoint.h Ingo Molnar
@ 2012-10-24 11:12 ` David Howells
2012-10-24 11:19 ` Ingo Molnar
0 siblings, 1 reply; 6+ messages in thread
From: David Howells @ 2012-10-24 11:12 UTC (permalink / raw)
To: Ingo Molnar
Cc: dhowells, tglx, x86, linux-kernel, Arnaldo Carvalho de Melo,
Peter Zijlstra
Ingo Molnar <mingo@kernel.org> wrote:
> Just wondering, have the tools/perf/ issues been solved in your
> tree, are the x86 UAPI disintegration changes pullable?
Did you have a look at the set of five patches I sent? I think those should
fix up perf and building tools with O=, but I'm not sure whether we want the
last two. From commits already made, I'm guessing that at least patch #4
should be made.
Note that the disintegrate-x86 branch does not include any perf fixes. I can
regenerate that with some or all of them, once I know what they will be.
David
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 1/2] x86: Provide a comment in uapi/asm/hw_breakpoint.h
2012-10-24 11:12 ` David Howells
@ 2012-10-24 11:19 ` Ingo Molnar
2012-10-31 22:53 ` David Howells
0 siblings, 1 reply; 6+ messages in thread
From: Ingo Molnar @ 2012-10-24 11:19 UTC (permalink / raw)
To: David Howells
Cc: tglx, x86, linux-kernel, Arnaldo Carvalho de Melo, Peter Zijlstra
* David Howells <dhowells@redhat.com> wrote:
> Ingo Molnar <mingo@kernel.org> wrote:
>
> > Just wondering, have the tools/perf/ issues been solved in your
> > tree, are the x86 UAPI disintegration changes pullable?
>
> Did you have a look at the set of five patches I sent? I
> think those should fix up perf and building tools with O=, but
> I'm not sure whether we want the last two. From commits
> already made, I'm guessing that at least patch #4 should be
> made.
>
> Note that the disintegrate-x86 branch does not include any
> perf fixes. I can regenerate that with some or all of them,
> once I know what they will be.
Just wanted to inquire about the current status of it, as I'd
rather not pull anything that introduces breakages and is still
work in progress. Once it's all sorted out I'll have a look.
Arnaldo, what's your take on David's perf Makefile changes?
Thanks,
Ingo
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 1/2] x86: Provide a comment in uapi/asm/hw_breakpoint.h
2012-10-24 11:19 ` Ingo Molnar
@ 2012-10-31 22:53 ` David Howells
0 siblings, 0 replies; 6+ messages in thread
From: David Howells @ 2012-10-31 22:53 UTC (permalink / raw)
To: Ingo Molnar
Cc: dhowells, tglx, x86, linux-kernel, Arnaldo Carvalho de Melo,
Peter Zijlstra
Ingo Molnar <mingo@kernel.org> wrote:
> Just wanted to inquire about the current status of it, as I'd
> rather not pull anything that introduces breakages and is still
> work in progress. Once it's all sorted out I'll have a look.
Should I pull the x86 disintegration and perf fixes onto a tree derived from
tipbot since there are a lot of perf changes in there?
David
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-10-31 22:54 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-22 12:05 [PATCH 1/2] x86: Provide a comment in uapi/asm/hw_breakpoint.h David Howells
2012-10-22 12:06 ` [PATCH 2/2] x86: Provide a comment in uapi/asm/setup.h David Howells
2012-10-24 10:35 ` [PATCH 1/2] x86: Provide a comment in uapi/asm/hw_breakpoint.h Ingo Molnar
2012-10-24 11:12 ` David Howells
2012-10-24 11:19 ` Ingo Molnar
2012-10-31 22:53 ` David Howells
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.