All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xen: arm: print arm32 not x86_64 in xen info.
@ 2013-01-23 16:45 Ian Campbell
  2013-01-23 18:32 ` Stefano Stabellini
  0 siblings, 1 reply; 3+ messages in thread
From: Ian Campbell @ 2013-01-23 16:45 UTC (permalink / raw)
  To: xen-devel; +Cc: tim, stefano.stabellini, Ian Campbell

Reported-by: Lars Rasmusson <Lars.Rasmusson@sics.se>
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
I have added a patch to my arm64 branch to make this dynamic, I'll
include this next time I post that series.
---
 xen/arch/arm/traps.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/xen/arch/arm/traps.c b/xen/arch/arm/traps.c
index 8afcf0c..499e063 100644
--- a/xen/arch/arm/traps.c
+++ b/xen/arch/arm/traps.c
@@ -68,7 +68,7 @@ static void print_xen_info(void)
     debug = 'y';
 #endif
 
-    printk("----[ Xen-%d.%d%s  x86_64  debug=%c  %s ]----\n",
+    printk("----[ Xen-%d.%d%s  arm32  debug=%c  %s ]----\n",
            xen_major_version(), xen_minor_version(), xen_extra_version(),
            debug, print_tainted(taint_str));
 }
-- 
1.7.9.1

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

* Re: [PATCH] xen: arm: print arm32 not x86_64 in xen info.
  2013-01-23 16:45 [PATCH] xen: arm: print arm32 not x86_64 in xen info Ian Campbell
@ 2013-01-23 18:32 ` Stefano Stabellini
  2013-01-24 13:00   ` Ian Campbell
  0 siblings, 1 reply; 3+ messages in thread
From: Stefano Stabellini @ 2013-01-23 18:32 UTC (permalink / raw)
  To: Ian Campbell; +Cc: Stefano Stabellini, Tim (Xen.org), xen-devel

On Wed, 23 Jan 2013, Ian Campbell wrote:
> Reported-by: Lars Rasmusson <Lars.Rasmusson@sics.se>
> Signed-off-by: Ian Campbell <ian.campbell@citrix.com>

Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>

> I have added a patch to my arm64 branch to make this dynamic, I'll
> include this next time I post that series.
> ---
>  xen/arch/arm/traps.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/xen/arch/arm/traps.c b/xen/arch/arm/traps.c
> index 8afcf0c..499e063 100644
> --- a/xen/arch/arm/traps.c
> +++ b/xen/arch/arm/traps.c
> @@ -68,7 +68,7 @@ static void print_xen_info(void)
>      debug = 'y';
>  #endif
>  
> -    printk("----[ Xen-%d.%d%s  x86_64  debug=%c  %s ]----\n",
> +    printk("----[ Xen-%d.%d%s  arm32  debug=%c  %s ]----\n",
>             xen_major_version(), xen_minor_version(), xen_extra_version(),
>             debug, print_tainted(taint_str));
>  }
> -- 
> 1.7.9.1
> 

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

* Re: [PATCH] xen: arm: print arm32 not x86_64 in xen info.
  2013-01-23 18:32 ` Stefano Stabellini
@ 2013-01-24 13:00   ` Ian Campbell
  0 siblings, 0 replies; 3+ messages in thread
From: Ian Campbell @ 2013-01-24 13:00 UTC (permalink / raw)
  To: Stefano Stabellini; +Cc: Tim (Xen.org), xen-devel

On Wed, 2013-01-23 at 18:32 +0000, Stefano Stabellini wrote:
> On Wed, 23 Jan 2013, Ian Campbell wrote:
> > Reported-by: Lars Rasmusson <Lars.Rasmusson@sics.se>
> > Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
> 
> Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>

Thanks, applied.

I've just noticed that Reported-by doesn't cause git
format-patch/send-email to generate an automatic CC, one to watch out
for.

> 
> > I have added a patch to my arm64 branch to make this dynamic, I'll
> > include this next time I post that series.
> > ---
> >  xen/arch/arm/traps.c |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
> > 
> > diff --git a/xen/arch/arm/traps.c b/xen/arch/arm/traps.c
> > index 8afcf0c..499e063 100644
> > --- a/xen/arch/arm/traps.c
> > +++ b/xen/arch/arm/traps.c
> > @@ -68,7 +68,7 @@ static void print_xen_info(void)
> >      debug = 'y';
> >  #endif
> >  
> > -    printk("----[ Xen-%d.%d%s  x86_64  debug=%c  %s ]----\n",
> > +    printk("----[ Xen-%d.%d%s  arm32  debug=%c  %s ]----\n",
> >             xen_major_version(), xen_minor_version(), xen_extra_version(),
> >             debug, print_tainted(taint_str));
> >  }
> > -- 
> > 1.7.9.1
> > 

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

end of thread, other threads:[~2013-01-24 13:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-23 16:45 [PATCH] xen: arm: print arm32 not x86_64 in xen info Ian Campbell
2013-01-23 18:32 ` Stefano Stabellini
2013-01-24 13:00   ` Ian Campbell

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.