|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Re: [PATCH RFC 0/8] jump-label: allow early jump_label_enabl
To: |
Steven Rostedt <rostedt@xxxxxxxxxxx> |
Subject: |
[Xen-devel] Re: [PATCH RFC 0/8] jump-label: allow early jump_label_enable() |
From: |
Jeremy Fitzhardinge <jeremy@xxxxxxxx> |
Date: |
Thu, 29 Sep 2011 21:40:57 -0700 |
Cc: |
Xen Devel <xen-devel@xxxxxxxxxxxxxxxxxxx>, Jan Glauber <jang@xxxxxxxxxxxxxxxxxx>, Jason Baron <jbaron@xxxxxxxxxx>, the arch/x86 maintainers <x86@xxxxxxxxxx>, David Daney <david.daney@xxxxxxxxxx>, Linux Kernel Mailing List <linux-kernel@xxxxxxxxxxxxxxx>, Michael Ellerman <michael@xxxxxxxxxxxxxx>, Jeremy Fitzhardinge <jeremy.fitzhardinge@xxxxxxxxxx>, "David S. Miller" <davem@xxxxxxxxxxxxx> |
Delivery-date: |
Thu, 29 Sep 2011 21:41:39 -0700 |
Envelope-to: |
www-data@xxxxxxxxxxxxxxxxxxx |
In-reply-to: |
<1317343975.4588.36.camel@xxxxxxxxxxxxxxxxxxx> |
List-help: |
<mailto:xen-devel-request@lists.xensource.com?subject=help> |
List-id: |
Xen developer discussion <xen-devel.lists.xensource.com> |
List-post: |
<mailto:xen-devel@lists.xensource.com> |
List-subscribe: |
<http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe> |
List-unsubscribe: |
<http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe> |
References: |
<cover.1317338254.git.jeremy.fitzhardinge@xxxxxxxxxx> <1317343975.4588.36.camel@xxxxxxxxxxxxxxxxxxx> |
Sender: |
xen-devel-bounces@xxxxxxxxxxxxxxxxxxx |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:6.0.2) Gecko/20110906 Thunderbird/6.0.2 |
On 09/29/2011 05:52 PM, Steven Rostedt wrote:
> On Thu, 2011-09-29 at 16:26 -0700, Jeremy Fitzhardinge wrote:
>> From: Jeremy Fitzhardinge <jeremy.fitzhardinge@xxxxxxxxxx>
>>
>> One big question which arises is whether the _early() function is
>> necessary at all. All the stop_machine/mutex/etc stuff that
>> arch_jump_label_transform() ends up doing is redundant pre-SMP, but it
>> shouldn't hurt. Maybe we can just drop the _early function? It works
>> on x86, at least, because jump_label_enable() works, which uses the full
>> form. And dropping it would reduce this to a very much smaller series.
> It does slow down the boot process, which is not a good thing when
> everyone is pushing for the fastest restarts.
Would it really though? stop_machine() doesn't do very much when there
are no other cpus.
Not that I measured or anything, but there was no obvious big lag at boot.
> What we should probably do is have a global read_mostly variable called,
> smp_activated or something, then things that can be called before and
> after can read this variable to determine if it can skip certain
> protections.
Could do that if it turns out to be a problem.
> While we're at it, perhaps we could add a memory_initialized for things
> like tracers that want to trace early but need to wait till it can
> allocate buffers. If we had this flag, it could instead do an early
> memory init to create the buffers.
That seems orthogonal to the jump_label changes.
J
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [PATCH RFC 3/8] x86/jump_label: add arch_jump_label_transform_early(), (continued)
- [Xen-devel] [PATCH RFC 3/8] x86/jump_label: add arch_jump_label_transform_early(), Jeremy Fitzhardinge
- [Xen-devel] [PATCH RFC 5/8] mips/jump_label: add arch_jump_label_transform_early(), Jeremy Fitzhardinge
- [Xen-devel] [PATCH RFC 6/8] powerpc/jump_label: add arch_jump_label_transform_early(), Jeremy Fitzhardinge
- [Xen-devel] [PATCH RFC 7/8] s390/jump-label: add arch_jump_label_transform_early(), Jeremy Fitzhardinge
- [Xen-devel] [PATCH RFC 2/8] jump_label: if a key has already been initialized, don't nop it out, Jeremy Fitzhardinge
- [Xen-devel] [PATCH RFC 8/8] jump_label: drop default arch_jump_label_transform_early, Jeremy Fitzhardinge
- [Xen-devel] [PATCH RFC 4/8] sparc/jump_label: add arch_jump_label_transform_early(), Jeremy Fitzhardinge
- [Xen-devel] Re: [PATCH RFC 0/8] jump-label: allow early jump_label_enable(), Steven Rostedt
- [Xen-devel] Re: [PATCH RFC 0/8] jump-label: allow early jump_label_enable(),
Jeremy Fitzhardinge <=
|
|
|
|
|