All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm{, 64}/xen: Remove "EXPERIMENTAL" in the description of the Xen options
@ 2014-09-17 21:07 Julien Grall
  0 siblings, 0 replies; 6+ messages in thread
From: Julien Grall @ 2014-09-17 21:07 UTC (permalink / raw)
  To: xen-devel
  Cc: Russell King, ian.campbell, Catalin Marinas, Julien Grall, tim,
	linux-kernel, Will Deacon, stefano.stabellini, linux-arm-kernel

The Xen ARM API is stable since Xen 4.4 and everything has been
upstreamed in Linux for ARM and ARM64. Therefore we can drop "EXPERIMENTAL"
from the Xen option in the both Kconfig.

Signed-off-by: Julien Grall <julien.grall@linaro.org>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
---
 arch/arm/Kconfig   | 2 +-
 arch/arm64/Kconfig | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 32cbbd5..aa97108 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1758,7 +1758,7 @@ config XEN_DOM0
 	depends on XEN
 
 config XEN
-	bool "Xen guest support on ARM (EXPERIMENTAL)"
+	bool "Xen guest support on ARM"
 	depends on ARM && AEABI && OF
 	depends on CPU_V7 && !CPU_V6
 	depends on !GENERIC_ATOMIC64
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index fd4e81a..82bd86c 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -317,7 +317,7 @@ config XEN_DOM0
 	depends on XEN
 
 config XEN
-	bool "Xen guest support on ARM64 (EXPERIMENTAL)"
+	bool "Xen guest support on ARM64"
 	depends on ARM64 && OF
 	select SWIOTLB_XEN
 	help
-- 
1.9.3

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

* Re: [PATCH] arm{,64}/xen: Remove "EXPERIMENTAL" in the description of the Xen options
  2014-09-17 21:07 ` [PATCH] arm{, 64}/xen: " Julien Grall
@ 2014-09-23 14:11   ` Stefano Stabellini
  -1 siblings, 0 replies; 6+ messages in thread
From: Stefano Stabellini @ 2014-09-23 14:11 UTC (permalink / raw)
  To: Julien Grall
  Cc: xen-devel, Ian Campbell, tim, stefano.stabellini, Russell King,
	Catalin Marinas, Will Deacon, linux-arm-kernel, linux-kernel,
	David Vrabel, Konrad Rzeszutek Wilk

On Wed, 17 Sep 2014, Julien Grall wrote:
> The Xen ARM API is stable since Xen 4.4 and everything has been
> upstreamed in Linux for ARM and ARM64. Therefore we can drop "EXPERIMENTAL"
> from the Xen option in the both Kconfig.
> 
> Signed-off-by: Julien Grall <julien.grall@linaro.org>
> Cc: Russell King <linux@arm.linux.org.uk>
> Cc: Catalin Marinas <catalin.marinas@arm.com>
> Cc: Will Deacon <will.deacon@arm.com>
> Cc: linux-arm-kernel@lists.infradead.org
> Cc: linux-kernel@vger.kernel.org

Added to xentip


>  arch/arm/Kconfig   | 2 +-
>  arch/arm64/Kconfig | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index 32cbbd5..aa97108 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -1758,7 +1758,7 @@ config XEN_DOM0
>  	depends on XEN
>  
>  config XEN
> -	bool "Xen guest support on ARM (EXPERIMENTAL)"
> +	bool "Xen guest support on ARM"
>  	depends on ARM && AEABI && OF
>  	depends on CPU_V7 && !CPU_V6
>  	depends on !GENERIC_ATOMIC64
> diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
> index fd4e81a..82bd86c 100644
> --- a/arch/arm64/Kconfig
> +++ b/arch/arm64/Kconfig
> @@ -317,7 +317,7 @@ config XEN_DOM0
>  	depends on XEN
>  
>  config XEN
> -	bool "Xen guest support on ARM64 (EXPERIMENTAL)"
> +	bool "Xen guest support on ARM64"
>  	depends on ARM64 && OF
>  	select SWIOTLB_XEN
>  	help
> -- 
> 1.9.3
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://secure-web.cisco.com/10fMHoxLmpT7pslRQhVXoQ98BZM4058tWPAwjHIJFPjSWRzVkTCTZ5DW4mRyexHq4j8P3ydfhTL7AEFkQAPV_2GFn8ObgHE0PFjX8z37tMXWC2pHJcJIxV4gTr-DsOt-jvgxaFlv8DQjb8Lnuuu3eSqqEw4tVTIdc7nTFoE21Jso/http%3A%2F%2Fwww.tux.org%2Flkml%2F
> 

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

* [PATCH] arm{,64}/xen: Remove "EXPERIMENTAL" in the description of the Xen options
@ 2014-09-23 14:11   ` Stefano Stabellini
  0 siblings, 0 replies; 6+ messages in thread
From: Stefano Stabellini @ 2014-09-23 14:11 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, 17 Sep 2014, Julien Grall wrote:
> The Xen ARM API is stable since Xen 4.4 and everything has been
> upstreamed in Linux for ARM and ARM64. Therefore we can drop "EXPERIMENTAL"
> from the Xen option in the both Kconfig.
> 
> Signed-off-by: Julien Grall <julien.grall@linaro.org>
> Cc: Russell King <linux@arm.linux.org.uk>
> Cc: Catalin Marinas <catalin.marinas@arm.com>
> Cc: Will Deacon <will.deacon@arm.com>
> Cc: linux-arm-kernel at lists.infradead.org
> Cc: linux-kernel at vger.kernel.org

Added to xentip


>  arch/arm/Kconfig   | 2 +-
>  arch/arm64/Kconfig | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index 32cbbd5..aa97108 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -1758,7 +1758,7 @@ config XEN_DOM0
>  	depends on XEN
>  
>  config XEN
> -	bool "Xen guest support on ARM (EXPERIMENTAL)"
> +	bool "Xen guest support on ARM"
>  	depends on ARM && AEABI && OF
>  	depends on CPU_V7 && !CPU_V6
>  	depends on !GENERIC_ATOMIC64
> diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
> index fd4e81a..82bd86c 100644
> --- a/arch/arm64/Kconfig
> +++ b/arch/arm64/Kconfig
> @@ -317,7 +317,7 @@ config XEN_DOM0
>  	depends on XEN
>  
>  config XEN
> -	bool "Xen guest support on ARM64 (EXPERIMENTAL)"
> +	bool "Xen guest support on ARM64"
>  	depends on ARM64 && OF
>  	select SWIOTLB_XEN
>  	help
> -- 
> 1.9.3
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://secure-web.cisco.com/10fMHoxLmpT7pslRQhVXoQ98BZM4058tWPAwjHIJFPjSWRzVkTCTZ5DW4mRyexHq4j8P3ydfhTL7AEFkQAPV_2GFn8ObgHE0PFjX8z37tMXWC2pHJcJIxV4gTr-DsOt-jvgxaFlv8DQjb8Lnuuu3eSqqEw4tVTIdc7nTFoE21Jso/http%3A%2F%2Fwww.tux.org%2Flkml%2F
> 

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

* Re: [PATCH] arm{, 64}/xen: Remove "EXPERIMENTAL" in the description of the Xen options
  2014-09-17 21:07 ` [PATCH] arm{, 64}/xen: " Julien Grall
  (?)
  (?)
@ 2014-09-23 14:11 ` Stefano Stabellini
  -1 siblings, 0 replies; 6+ messages in thread
From: Stefano Stabellini @ 2014-09-23 14:11 UTC (permalink / raw)
  To: Julien Grall
  Cc: Russell King, Ian Campbell, Catalin Marinas, tim, linux-kernel,
	Will Deacon, Konrad Rzeszutek Wilk, stefano.stabellini,
	David Vrabel, xen-devel, linux-arm-kernel

On Wed, 17 Sep 2014, Julien Grall wrote:
> The Xen ARM API is stable since Xen 4.4 and everything has been
> upstreamed in Linux for ARM and ARM64. Therefore we can drop "EXPERIMENTAL"
> from the Xen option in the both Kconfig.
> 
> Signed-off-by: Julien Grall <julien.grall@linaro.org>
> Cc: Russell King <linux@arm.linux.org.uk>
> Cc: Catalin Marinas <catalin.marinas@arm.com>
> Cc: Will Deacon <will.deacon@arm.com>
> Cc: linux-arm-kernel@lists.infradead.org
> Cc: linux-kernel@vger.kernel.org

Added to xentip


>  arch/arm/Kconfig   | 2 +-
>  arch/arm64/Kconfig | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index 32cbbd5..aa97108 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -1758,7 +1758,7 @@ config XEN_DOM0
>  	depends on XEN
>  
>  config XEN
> -	bool "Xen guest support on ARM (EXPERIMENTAL)"
> +	bool "Xen guest support on ARM"
>  	depends on ARM && AEABI && OF
>  	depends on CPU_V7 && !CPU_V6
>  	depends on !GENERIC_ATOMIC64
> diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
> index fd4e81a..82bd86c 100644
> --- a/arch/arm64/Kconfig
> +++ b/arch/arm64/Kconfig
> @@ -317,7 +317,7 @@ config XEN_DOM0
>  	depends on XEN
>  
>  config XEN
> -	bool "Xen guest support on ARM64 (EXPERIMENTAL)"
> +	bool "Xen guest support on ARM64"
>  	depends on ARM64 && OF
>  	select SWIOTLB_XEN
>  	help
> -- 
> 1.9.3
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://secure-web.cisco.com/10fMHoxLmpT7pslRQhVXoQ98BZM4058tWPAwjHIJFPjSWRzVkTCTZ5DW4mRyexHq4j8P3ydfhTL7AEFkQAPV_2GFn8ObgHE0PFjX8z37tMXWC2pHJcJIxV4gTr-DsOt-jvgxaFlv8DQjb8Lnuuu3eSqqEw4tVTIdc7nTFoE21Jso/http%3A%2F%2Fwww.tux.org%2Flkml%2F
> 

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

* [PATCH] arm{,64}/xen: Remove "EXPERIMENTAL" in the description of the Xen options
@ 2014-09-17 21:07 ` Julien Grall
  0 siblings, 0 replies; 6+ messages in thread
From: Julien Grall @ 2014-09-17 21:07 UTC (permalink / raw)
  To: xen-devel
  Cc: ian.campbell, tim, stefano.stabellini, Julien Grall,
	Russell King, Catalin Marinas, Will Deacon, linux-arm-kernel,
	linux-kernel

The Xen ARM API is stable since Xen 4.4 and everything has been
upstreamed in Linux for ARM and ARM64. Therefore we can drop "EXPERIMENTAL"
from the Xen option in the both Kconfig.

Signed-off-by: Julien Grall <julien.grall@linaro.org>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
---
 arch/arm/Kconfig   | 2 +-
 arch/arm64/Kconfig | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 32cbbd5..aa97108 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1758,7 +1758,7 @@ config XEN_DOM0
 	depends on XEN
 
 config XEN
-	bool "Xen guest support on ARM (EXPERIMENTAL)"
+	bool "Xen guest support on ARM"
 	depends on ARM && AEABI && OF
 	depends on CPU_V7 && !CPU_V6
 	depends on !GENERIC_ATOMIC64
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index fd4e81a..82bd86c 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -317,7 +317,7 @@ config XEN_DOM0
 	depends on XEN
 
 config XEN
-	bool "Xen guest support on ARM64 (EXPERIMENTAL)"
+	bool "Xen guest support on ARM64"
 	depends on ARM64 && OF
 	select SWIOTLB_XEN
 	help
-- 
1.9.3


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

* [PATCH] arm{, 64}/xen: Remove "EXPERIMENTAL" in the description of the Xen options
@ 2014-09-17 21:07 ` Julien Grall
  0 siblings, 0 replies; 6+ messages in thread
From: Julien Grall @ 2014-09-17 21:07 UTC (permalink / raw)
  To: linux-arm-kernel

The Xen ARM API is stable since Xen 4.4 and everything has been
upstreamed in Linux for ARM and ARM64. Therefore we can drop "EXPERIMENTAL"
from the Xen option in the both Kconfig.

Signed-off-by: Julien Grall <julien.grall@linaro.org>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Cc: linux-arm-kernel at lists.infradead.org
Cc: linux-kernel at vger.kernel.org
---
 arch/arm/Kconfig   | 2 +-
 arch/arm64/Kconfig | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 32cbbd5..aa97108 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1758,7 +1758,7 @@ config XEN_DOM0
 	depends on XEN
 
 config XEN
-	bool "Xen guest support on ARM (EXPERIMENTAL)"
+	bool "Xen guest support on ARM"
 	depends on ARM && AEABI && OF
 	depends on CPU_V7 && !CPU_V6
 	depends on !GENERIC_ATOMIC64
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index fd4e81a..82bd86c 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -317,7 +317,7 @@ config XEN_DOM0
 	depends on XEN
 
 config XEN
-	bool "Xen guest support on ARM64 (EXPERIMENTAL)"
+	bool "Xen guest support on ARM64"
 	depends on ARM64 && OF
 	select SWIOTLB_XEN
 	help
-- 
1.9.3

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

end of thread, other threads:[~2014-09-23 14:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-17 21:07 [PATCH] arm{, 64}/xen: Remove "EXPERIMENTAL" in the description of the Xen options Julien Grall
  -- strict thread matches above, loose matches on Subject: below --
2014-09-17 21:07 [PATCH] arm{,64}/xen: " Julien Grall
2014-09-17 21:07 ` [PATCH] arm{, 64}/xen: " Julien Grall
2014-09-23 14:11 ` [PATCH] arm{,64}/xen: " Stefano Stabellini
2014-09-23 14:11   ` Stefano Stabellini
2014-09-23 14:11 ` [PATCH] arm{, 64}/xen: " Stefano Stabellini

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.