All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] paravirt: noreplace-paravirt is implemented for x86 and ia-64
@ 2010-08-11 16:34 Jiri Kosina
  2010-08-11 16:42 ` Jeremy Fitzhardinge
  0 siblings, 1 reply; 4+ messages in thread
From: Jiri Kosina @ 2010-08-11 16:34 UTC (permalink / raw)
  To: Jeremy Fitzhardinge, Chris Wright, Alok Kataria, Rusty Russell
  Cc: virtualization, linux-kernel

kernel-parameters.txt lists 'noreplace-paravirt' parameter as being
limited to X86-32, which is incorrect -- it's actually supported by
x86-32, x86-64 and ia-64.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
---
 Documentation/kernel-parameters.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index d529b13..8ed3a77 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -1777,7 +1777,7 @@ and is between 256 and 4096 characters. It is defined in the file
 	norandmaps	Don't use address space randomization.  Equivalent to
 			echo 0 > /proc/sys/kernel/randomize_va_space
 
-	noreplace-paravirt	[X86-32,PV_OPS] Don't patch paravirt_ops
+	noreplace-paravirt	[X86,IA-64,PV_OPS] Don't patch paravirt_ops
 
 	noreplace-smp	[X86-32,SMP] Don't replace SMP instructions
 			with UP alternatives
-- 
1.7.2.1


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

* Re: [PATCH] paravirt: noreplace-paravirt is implemented for x86 and ia-64
  2010-08-11 16:34 [PATCH] paravirt: noreplace-paravirt is implemented for x86 and ia-64 Jiri Kosina
@ 2010-08-11 16:42 ` Jeremy Fitzhardinge
  2010-08-16 13:04   ` Jiri Kosina
  0 siblings, 1 reply; 4+ messages in thread
From: Jeremy Fitzhardinge @ 2010-08-11 16:42 UTC (permalink / raw)
  To: Jiri Kosina
  Cc: Jeremy Fitzhardinge, Chris Wright, Alok Kataria, Rusty Russell,
	virtualization, linux-kernel

  On 08/11/2010 09:34 AM, Jiri Kosina wrote:
> kernel-parameters.txt lists 'noreplace-paravirt' parameter as being
> limited to X86-32, which is incorrect -- it's actually supported by
> x86-32, x86-64 and ia-64.
>
> Signed-off-by: Jiri Kosina<jkosina@suse.cz>
Acked-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>

> ---
>   Documentation/kernel-parameters.txt |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
> index d529b13..8ed3a77 100644
> --- a/Documentation/kernel-parameters.txt
> +++ b/Documentation/kernel-parameters.txt
> @@ -1777,7 +1777,7 @@ and is between 256 and 4096 characters. It is defined in the file
>   	norandmaps	Don't use address space randomization.  Equivalent to
>   			echo 0>  /proc/sys/kernel/randomize_va_space
>
> -	noreplace-paravirt	[X86-32,PV_OPS] Don't patch paravirt_ops
> +	noreplace-paravirt	[X86,IA-64,PV_OPS] Don't patch paravirt_ops
>
>   	noreplace-smp	[X86-32,SMP] Don't replace SMP instructions
>   			with UP alternatives


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

* Re: [PATCH] paravirt: noreplace-paravirt is implemented for x86 and ia-64
  2010-08-11 16:42 ` Jeremy Fitzhardinge
@ 2010-08-16 13:04   ` Jiri Kosina
  2010-08-16 19:40     ` Jeremy Fitzhardinge
  0 siblings, 1 reply; 4+ messages in thread
From: Jiri Kosina @ 2010-08-16 13:04 UTC (permalink / raw)
  To: Jeremy Fitzhardinge
  Cc: Jeremy Fitzhardinge, Chris Wright, Alok Kataria, Rusty Russell,
	virtualization, linux-kernel

On Wed, 11 Aug 2010, Jeremy Fitzhardinge wrote:

>  On 08/11/2010 09:34 AM, Jiri Kosina wrote:
> > kernel-parameters.txt lists 'noreplace-paravirt' parameter as being
> > limited to X86-32, which is incorrect -- it's actually supported by
> > x86-32, x86-64 and ia-64.
> > 
> > Signed-off-by: Jiri Kosina<jkosina@suse.cz>
> Acked-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>

Thanks. As I haven't found the patch in linux-next as of today, I'll be 
taking it through trivial queue.

-- 
Jiri Kosina
SUSE Labs, Novell Inc.

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

* Re: [PATCH] paravirt: noreplace-paravirt is implemented for x86 and ia-64
  2010-08-16 13:04   ` Jiri Kosina
@ 2010-08-16 19:40     ` Jeremy Fitzhardinge
  0 siblings, 0 replies; 4+ messages in thread
From: Jeremy Fitzhardinge @ 2010-08-16 19:40 UTC (permalink / raw)
  To: Jiri Kosina
  Cc: Jeremy Fitzhardinge, Chris Wright, Alok Kataria, Rusty Russell,
	virtualization, linux-kernel

 On 08/16/2010 06:04 AM, Jiri Kosina wrote:
> On Wed, 11 Aug 2010, Jeremy Fitzhardinge wrote:
>
>>  On 08/11/2010 09:34 AM, Jiri Kosina wrote:
>>> kernel-parameters.txt lists 'noreplace-paravirt' parameter as being
>>> limited to X86-32, which is incorrect -- it's actually supported by
>>> x86-32, x86-64 and ia-64.
>>>
>>> Signed-off-by: Jiri Kosina<jkosina@suse.cz>
>> Acked-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
> Thanks. As I haven't found the patch in linux-next as of today, I'll be 
> taking it through trivial queue.
Yes, thanks.  I didn't pick it up.

    J


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

end of thread, other threads:[~2010-08-16 19:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-11 16:34 [PATCH] paravirt: noreplace-paravirt is implemented for x86 and ia-64 Jiri Kosina
2010-08-11 16:42 ` Jeremy Fitzhardinge
2010-08-16 13:04   ` Jiri Kosina
2010-08-16 19:40     ` Jeremy Fitzhardinge

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.