All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] xen: Silence compiler warnings
@ 2014-07-12 21:09 Daniel Kiper
  0 siblings, 0 replies; 6+ messages in thread
From: Daniel Kiper @ 2014-07-12 21:09 UTC (permalink / raw)
  To: linux-kernel, x86, xen-devel
  Cc: jeremy, matt.fleming, ian.campbell, andrew.cooper3,
	stefano.stabellini, mingo, david.vrabel, jbeulich, hpa,
	boris.ostrovsky, tglx

Hi,

Here are two patches that follow earlier Xen dom0 EFI series and
fix some compiler warnings found during detailed build tests.

Both patches should be applied to:

git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git next

v2 contains fix suggested by Konrad Rzeszutek Wilk.

Daniel

PS I will be on vacation from 14th Jul till 25th Jul.

 arch/x86/xen/Makefile    |    1 +
 arch/x86/xen/efi.c       |   43 +++++++++++++++++++++++++++++++++++++++++++
 arch/x86/xen/enlighten.c |   15 +--------------
 arch/x86/xen/xen-ops.h   |    8 ++++++++
 include/xen/xen-ops.h    |    2 +-
 5 files changed, 54 insertions(+), 15 deletions(-)

Daniel Kiper (2):
      xen: Silence compiler warnings
      arch/x86/xen: Silence compiler warnings

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

* Re: [PATCH v2 0/2] xen: Silence compiler warnings
  2014-07-14 15:26 ` Konrad Rzeszutek Wilk
  2014-07-14 19:22   ` Matt Fleming
@ 2014-07-14 19:22   ` Matt Fleming
  1 sibling, 0 replies; 6+ messages in thread
From: Matt Fleming @ 2014-07-14 19:22 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk
  Cc: Daniel Kiper, linux-kernel, x86, xen-devel, andrew.cooper3,
	boris.ostrovsky, david.vrabel, hpa, ian.campbell, jbeulich,
	jeremy, mingo, stefano.stabellini, tglx

On Mon, 2014-07-14 at 11:26 -0400, Konrad Rzeszutek Wilk wrote:
> 
> Hey Matt,
> 
> David Vrabel (who reviewed them earlier and is also an maintainer
> of the Xen tree) is out on vacation so I am responding here.
> 
> I reviewed the patches and hopefully my mailer (Android phone)
> sent it correctly. If not, all of them can have the Reviewed-by:
> Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> tag on them.
> 
> If you would be so kind and pull them in your git tree -
> that would be appreciated!

Sure, I'll do that. Thanks.


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

* Re: [PATCH v2 0/2] xen: Silence compiler warnings
  2014-07-14 15:26 ` Konrad Rzeszutek Wilk
@ 2014-07-14 19:22   ` Matt Fleming
  2014-07-14 19:22   ` Matt Fleming
  1 sibling, 0 replies; 6+ messages in thread
From: Matt Fleming @ 2014-07-14 19:22 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk
  Cc: jeremy, ian.campbell, stefano.stabellini, andrew.cooper3,
	Daniel Kiper, x86, linux-kernel, mingo, david.vrabel, jbeulich,
	hpa, xen-devel, boris.ostrovsky, tglx

On Mon, 2014-07-14 at 11:26 -0400, Konrad Rzeszutek Wilk wrote:
> 
> Hey Matt,
> 
> David Vrabel (who reviewed them earlier and is also an maintainer
> of the Xen tree) is out on vacation so I am responding here.
> 
> I reviewed the patches and hopefully my mailer (Android phone)
> sent it correctly. If not, all of them can have the Reviewed-by:
> Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> tag on them.
> 
> If you would be so kind and pull them in your git tree -
> that would be appreciated!

Sure, I'll do that. Thanks.

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

* Re: [PATCH v2 0/2] xen: Silence compiler warnings
  2014-07-12 21:09 Daniel Kiper
  2014-07-14 15:26 ` Konrad Rzeszutek Wilk
@ 2014-07-14 15:26 ` Konrad Rzeszutek Wilk
  2014-07-14 19:22   ` Matt Fleming
  2014-07-14 19:22   ` Matt Fleming
  1 sibling, 2 replies; 6+ messages in thread
From: Konrad Rzeszutek Wilk @ 2014-07-14 15:26 UTC (permalink / raw)
  To: Daniel Kiper, matt.fleming
  Cc: linux-kernel, x86, xen-devel, andrew.cooper3, boris.ostrovsky,
	david.vrabel, hpa, ian.campbell, jbeulich, jeremy, matt.fleming,
	mingo, stefano.stabellini, tglx

On Sat, Jul 12, 2014 at 11:09:46PM +0200, Daniel Kiper wrote:
> Hi,
> 
> Here are two patches that follow earlier Xen dom0 EFI series and
> fix some compiler warnings found during detailed build tests.
> 
> Both patches should be applied to:
> 
> git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git next

Hey Matt,

David Vrabel (who reviewed them earlier and is also an maintainer
of the Xen tree) is out on vacation so I am responding here.

I reviewed the patches and hopefully my mailer (Android phone)
sent it correctly. If not, all of them can have the Reviewed-by:
Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> tag on them.

If you would be so kind and pull them in your git tree -
that would be appreciated!

Thanks!
> 
> v2 contains fix suggested by Konrad Rzeszutek Wilk.
> 
> Daniel
> 
> PS I will be on vacation from 14th Jul till 25th Jul.
> 
>  arch/x86/xen/Makefile    |    1 +
>  arch/x86/xen/efi.c       |   43 +++++++++++++++++++++++++++++++++++++++++++
>  arch/x86/xen/enlighten.c |   15 +--------------
>  arch/x86/xen/xen-ops.h   |    8 ++++++++
>  include/xen/xen-ops.h    |    2 +-
>  5 files changed, 54 insertions(+), 15 deletions(-)
> 
> Daniel Kiper (2):
>       xen: Silence compiler warnings
>       arch/x86/xen: Silence compiler warnings
> 

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

* Re: [PATCH v2 0/2] xen: Silence compiler warnings
  2014-07-12 21:09 Daniel Kiper
@ 2014-07-14 15:26 ` Konrad Rzeszutek Wilk
  2014-07-14 15:26 ` Konrad Rzeszutek Wilk
  1 sibling, 0 replies; 6+ messages in thread
From: Konrad Rzeszutek Wilk @ 2014-07-14 15:26 UTC (permalink / raw)
  To: Daniel Kiper
  Cc: jeremy, matt.fleming, ian.campbell, stefano.stabellini,
	andrew.cooper3, x86, linux-kernel, mingo, david.vrabel, jbeulich,
	hpa, xen-devel, boris.ostrovsky, tglx

On Sat, Jul 12, 2014 at 11:09:46PM +0200, Daniel Kiper wrote:
> Hi,
> 
> Here are two patches that follow earlier Xen dom0 EFI series and
> fix some compiler warnings found during detailed build tests.
> 
> Both patches should be applied to:
> 
> git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git next

Hey Matt,

David Vrabel (who reviewed them earlier and is also an maintainer
of the Xen tree) is out on vacation so I am responding here.

I reviewed the patches and hopefully my mailer (Android phone)
sent it correctly. If not, all of them can have the Reviewed-by:
Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> tag on them.

If you would be so kind and pull them in your git tree -
that would be appreciated!

Thanks!
> 
> v2 contains fix suggested by Konrad Rzeszutek Wilk.
> 
> Daniel
> 
> PS I will be on vacation from 14th Jul till 25th Jul.
> 
>  arch/x86/xen/Makefile    |    1 +
>  arch/x86/xen/efi.c       |   43 +++++++++++++++++++++++++++++++++++++++++++
>  arch/x86/xen/enlighten.c |   15 +--------------
>  arch/x86/xen/xen-ops.h   |    8 ++++++++
>  include/xen/xen-ops.h    |    2 +-
>  5 files changed, 54 insertions(+), 15 deletions(-)
> 
> Daniel Kiper (2):
>       xen: Silence compiler warnings
>       arch/x86/xen: Silence compiler warnings
> 

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

* [PATCH v2 0/2] xen: Silence compiler warnings
@ 2014-07-12 21:09 Daniel Kiper
  2014-07-14 15:26 ` Konrad Rzeszutek Wilk
  2014-07-14 15:26 ` Konrad Rzeszutek Wilk
  0 siblings, 2 replies; 6+ messages in thread
From: Daniel Kiper @ 2014-07-12 21:09 UTC (permalink / raw)
  To: linux-kernel, x86, xen-devel
  Cc: andrew.cooper3, boris.ostrovsky, david.vrabel, hpa, ian.campbell,
	jbeulich, jeremy, konrad.wilk, matt.fleming, mingo,
	stefano.stabellini, tglx

Hi,

Here are two patches that follow earlier Xen dom0 EFI series and
fix some compiler warnings found during detailed build tests.

Both patches should be applied to:

git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git next

v2 contains fix suggested by Konrad Rzeszutek Wilk.

Daniel

PS I will be on vacation from 14th Jul till 25th Jul.

 arch/x86/xen/Makefile    |    1 +
 arch/x86/xen/efi.c       |   43 +++++++++++++++++++++++++++++++++++++++++++
 arch/x86/xen/enlighten.c |   15 +--------------
 arch/x86/xen/xen-ops.h   |    8 ++++++++
 include/xen/xen-ops.h    |    2 +-
 5 files changed, 54 insertions(+), 15 deletions(-)

Daniel Kiper (2):
      xen: Silence compiler warnings
      arch/x86/xen: Silence compiler warnings


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

end of thread, other threads:[~2014-07-14 19:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-12 21:09 [PATCH v2 0/2] xen: Silence compiler warnings Daniel Kiper
2014-07-12 21:09 Daniel Kiper
2014-07-14 15:26 ` Konrad Rzeszutek Wilk
2014-07-14 15:26 ` Konrad Rzeszutek Wilk
2014-07-14 19:22   ` Matt Fleming
2014-07-14 19:22   ` Matt Fleming

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.