Re: [Xen-devel] [PATCH] xen/arm: Define xen_arch_suspend()

2015-05-18 Thread David Vrabel
On 07/05/15 17:55, Boris Ostrovsky wrote:
> Commit 2b953a5e994c ("xen: Suspend ticks on all CPUs during suspend")
> introduced xen_arch_suspend() routine but did so only for x86, breaking
> ARM builds.
> 
> We need to add it to ARM as well.

Applied to for-linus-4.1b, thanks.

Sorry for the delay, I assumed that Stefano would have picked this up.

David
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [Xen-devel] [PATCH] xen/arm: Define xen_arch_suspend()

2015-05-18 Thread David Vrabel
On 07/05/15 17:55, Boris Ostrovsky wrote:
 Commit 2b953a5e994c (xen: Suspend ticks on all CPUs during suspend)
 introduced xen_arch_suspend() routine but did so only for x86, breaking
 ARM builds.
 
 We need to add it to ARM as well.

Applied to for-linus-4.1b, thanks.

Sorry for the delay, I assumed that Stefano would have picked this up.

David
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] xen/arm: Define xen_arch_suspend()

2015-05-07 Thread Michal Suchanek
On 7 May 2015 at 18:55, Boris Ostrovsky  wrote:
> Commit 2b953a5e994c ("xen: Suspend ticks on all CPUs during suspend")
> introduced xen_arch_suspend() routine but did so only for x86, breaking
> ARM builds.
>
> We need to add it to ARM as well.
>
> Signed-off-by: Boris Ostrovsky 
> Reported-by: Michal Suchanek 
> Tested-by: Stefano Stabellini 
Tested-by: Michal Suchanek 

Thanks
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] xen/arm: Define xen_arch_suspend()

2015-05-07 Thread Boris Ostrovsky
Commit 2b953a5e994c ("xen: Suspend ticks on all CPUs during suspend")
introduced xen_arch_suspend() routine but did so only for x86, breaking
ARM builds.

We need to add it to ARM as well.

Signed-off-by: Boris Ostrovsky 
Reported-by: Michal Suchanek 
Tested-by: Stefano Stabellini 
---
 arch/arm/xen/enlighten.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/xen/enlighten.c b/arch/arm/xen/enlighten.c
index 224081c..7d0f070 100644
--- a/arch/arm/xen/enlighten.c
+++ b/arch/arm/xen/enlighten.c
@@ -272,6 +272,7 @@ void xen_arch_pre_suspend(void) { }
 void xen_arch_post_suspend(int suspend_cancelled) { }
 void xen_timer_resume(void) { }
 void xen_arch_resume(void) { }
+void xen_arch_suspend(void) { }
 
 
 /* In the hypervisor.S file. */
-- 
2.1.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] xen/arm: Define xen_arch_suspend()

2015-05-07 Thread Michal Suchanek
On 7 May 2015 at 18:55, Boris Ostrovsky boris.ostrov...@oracle.com wrote:
 Commit 2b953a5e994c (xen: Suspend ticks on all CPUs during suspend)
 introduced xen_arch_suspend() routine but did so only for x86, breaking
 ARM builds.

 We need to add it to ARM as well.

 Signed-off-by: Boris Ostrovsky boris.ostrov...@oracle.com
 Reported-by: Michal Suchanek hramr...@gmail.com
 Tested-by: Stefano Stabellini stefano.stabell...@eu.citrix.com
Tested-by: Michal Suchanek hramr...@gmail.com

Thanks
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] xen/arm: Define xen_arch_suspend()

2015-05-07 Thread Boris Ostrovsky
Commit 2b953a5e994c (xen: Suspend ticks on all CPUs during suspend)
introduced xen_arch_suspend() routine but did so only for x86, breaking
ARM builds.

We need to add it to ARM as well.

Signed-off-by: Boris Ostrovsky boris.ostrov...@oracle.com
Reported-by: Michal Suchanek hramr...@gmail.com
Tested-by: Stefano Stabellini stefano.stabell...@eu.citrix.com
---
 arch/arm/xen/enlighten.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/xen/enlighten.c b/arch/arm/xen/enlighten.c
index 224081c..7d0f070 100644
--- a/arch/arm/xen/enlighten.c
+++ b/arch/arm/xen/enlighten.c
@@ -272,6 +272,7 @@ void xen_arch_pre_suspend(void) { }
 void xen_arch_post_suspend(int suspend_cancelled) { }
 void xen_timer_resume(void) { }
 void xen_arch_resume(void) { }
+void xen_arch_suspend(void) { }
 
 
 /* In the hypervisor.S file. */
-- 
2.1.0

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/