All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH stable] ARM: tegra: unify Tegra's Kconfig a bit more
@ 2013-10-04 20:10 ` Stephen Warren
  0 siblings, 0 replies; 20+ messages in thread
From: Stephen Warren @ 2013-10-04 20:10 UTC (permalink / raw)
  To: stable-u79uwXL29TY76Z2rM5mHXA
  Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA, Paul Walmsley,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

From: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>

Move all common select clauses from ARCH_TEGRA_*_SOC to ARCH_TEGRA to
eliminate duplication. The USB-related selects all should have been
common too, but were missing from Tegra114 previously. Move these to
ARCH_TEGRA too. The latter fixes a build break when only Tegra114
support was enabled, but not Tegra20 or Tegra30 support.

This is 20984c44b5a08620778ea14fa5807489170fd5ca in v3.12-rc1.

Signed-off-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
Reported-by: Paul Walmsley <pwalmsley-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
[auto-builders for 3.11.x are failing due to this]
Cc: stable # v3.11
---
 arch/arm/mach-tegra/Kconfig | 21 ++++++---------------
 1 file changed, 6 insertions(+), 15 deletions(-)

diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
index add345e..e963db2 100644
--- a/arch/arm/mach-tegra/Kconfig
+++ b/arch/arm/mach-tegra/Kconfig
@@ -2,18 +2,24 @@ config ARCH_TEGRA
 	bool "NVIDIA Tegra" if ARCH_MULTI_V7
 	select ARCH_HAS_CPUFREQ
 	select ARCH_REQUIRE_GPIOLIB
+	select ARM_GIC
 	select CLKDEV_LOOKUP
 	select CLKSRC_MMIO
 	select CLKSRC_OF
 	select COMMON_CLK
+	select CPU_V7
 	select GENERIC_CLOCKEVENTS
 	select HAVE_ARM_SCU if SMP
 	select HAVE_ARM_TWD if LOCAL_TIMERS
 	select HAVE_CLK
 	select HAVE_SMP
 	select MIGHT_HAVE_CACHE_L2X0
+	select PINCTRL
 	select SOC_BUS
 	select SPARSE_IRQ
+	select USB_ARCH_HAS_EHCI if USB_SUPPORT
+	select USB_ULPI if USB_PHY
+	select USB_ULPI_VIEWPORT if USB_PHY
 	select USE_OF
 	help
 	  This enables support for NVIDIA Tegra based systems.
@@ -27,15 +33,9 @@ config ARCH_TEGRA_2x_SOC
 	select ARM_ERRATA_720789
 	select ARM_ERRATA_754327 if SMP
 	select ARM_ERRATA_764369 if SMP
-	select ARM_GIC
-	select CPU_V7
-	select PINCTRL
 	select PINCTRL_TEGRA20
 	select PL310_ERRATA_727915 if CACHE_L2X0
 	select PL310_ERRATA_769419 if CACHE_L2X0
-	select USB_ARCH_HAS_EHCI if USB_SUPPORT
-	select USB_ULPI if USB_PHY
-	select USB_ULPI_VIEWPORT if USB_PHY
 	help
 	  Support for NVIDIA Tegra AP20 and T20 processors, based on the
 	  ARM CortexA9MP CPU and the ARM PL310 L2 cache controller
@@ -44,14 +44,8 @@ config ARCH_TEGRA_3x_SOC
 	bool "Enable support for Tegra30 family"
 	select ARM_ERRATA_754322
 	select ARM_ERRATA_764369 if SMP
-	select ARM_GIC
-	select CPU_V7
-	select PINCTRL
 	select PINCTRL_TEGRA30
 	select PL310_ERRATA_769419 if CACHE_L2X0
-	select USB_ARCH_HAS_EHCI if USB_SUPPORT
-	select USB_ULPI if USB_PHY
-	select USB_ULPI_VIEWPORT if USB_PHY
 	help
 	  Support for NVIDIA Tegra T30 processor family, based on the
 	  ARM CortexA9MP CPU and the ARM PL310 L2 cache controller
@@ -60,10 +54,7 @@ config ARCH_TEGRA_114_SOC
 	bool "Enable support for Tegra114 family"
 	select HAVE_ARM_ARCH_TIMER
 	select ARM_ERRATA_798181
-	select ARM_GIC
 	select ARM_L1_CACHE_SHIFT_6
-	select CPU_V7
-	select PINCTRL
 	select PINCTRL_TEGRA114
 	help
 	  Support for NVIDIA Tegra T114 processor family, based on the
-- 
1.8.1.5

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

* [PATCH stable] ARM: tegra: unify Tegra's Kconfig a bit more
@ 2013-10-04 20:10 ` Stephen Warren
  0 siblings, 0 replies; 20+ messages in thread
From: Stephen Warren @ 2013-10-04 20:10 UTC (permalink / raw)
  To: linux-arm-kernel

From: Stephen Warren <swarren@nvidia.com>

Move all common select clauses from ARCH_TEGRA_*_SOC to ARCH_TEGRA to
eliminate duplication. The USB-related selects all should have been
common too, but were missing from Tegra114 previously. Move these to
ARCH_TEGRA too. The latter fixes a build break when only Tegra114
support was enabled, but not Tegra20 or Tegra30 support.

This is 20984c44b5a08620778ea14fa5807489170fd5ca in v3.12-rc1.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reported-by: Paul Walmsley <pwalmsley@nvidia.com>
[auto-builders for 3.11.x are failing due to this]
Cc: stable # v3.11
---
 arch/arm/mach-tegra/Kconfig | 21 ++++++---------------
 1 file changed, 6 insertions(+), 15 deletions(-)

diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
index add345e..e963db2 100644
--- a/arch/arm/mach-tegra/Kconfig
+++ b/arch/arm/mach-tegra/Kconfig
@@ -2,18 +2,24 @@ config ARCH_TEGRA
 	bool "NVIDIA Tegra" if ARCH_MULTI_V7
 	select ARCH_HAS_CPUFREQ
 	select ARCH_REQUIRE_GPIOLIB
+	select ARM_GIC
 	select CLKDEV_LOOKUP
 	select CLKSRC_MMIO
 	select CLKSRC_OF
 	select COMMON_CLK
+	select CPU_V7
 	select GENERIC_CLOCKEVENTS
 	select HAVE_ARM_SCU if SMP
 	select HAVE_ARM_TWD if LOCAL_TIMERS
 	select HAVE_CLK
 	select HAVE_SMP
 	select MIGHT_HAVE_CACHE_L2X0
+	select PINCTRL
 	select SOC_BUS
 	select SPARSE_IRQ
+	select USB_ARCH_HAS_EHCI if USB_SUPPORT
+	select USB_ULPI if USB_PHY
+	select USB_ULPI_VIEWPORT if USB_PHY
 	select USE_OF
 	help
 	  This enables support for NVIDIA Tegra based systems.
@@ -27,15 +33,9 @@ config ARCH_TEGRA_2x_SOC
 	select ARM_ERRATA_720789
 	select ARM_ERRATA_754327 if SMP
 	select ARM_ERRATA_764369 if SMP
-	select ARM_GIC
-	select CPU_V7
-	select PINCTRL
 	select PINCTRL_TEGRA20
 	select PL310_ERRATA_727915 if CACHE_L2X0
 	select PL310_ERRATA_769419 if CACHE_L2X0
-	select USB_ARCH_HAS_EHCI if USB_SUPPORT
-	select USB_ULPI if USB_PHY
-	select USB_ULPI_VIEWPORT if USB_PHY
 	help
 	  Support for NVIDIA Tegra AP20 and T20 processors, based on the
 	  ARM CortexA9MP CPU and the ARM PL310 L2 cache controller
@@ -44,14 +44,8 @@ config ARCH_TEGRA_3x_SOC
 	bool "Enable support for Tegra30 family"
 	select ARM_ERRATA_754322
 	select ARM_ERRATA_764369 if SMP
-	select ARM_GIC
-	select CPU_V7
-	select PINCTRL
 	select PINCTRL_TEGRA30
 	select PL310_ERRATA_769419 if CACHE_L2X0
-	select USB_ARCH_HAS_EHCI if USB_SUPPORT
-	select USB_ULPI if USB_PHY
-	select USB_ULPI_VIEWPORT if USB_PHY
 	help
 	  Support for NVIDIA Tegra T30 processor family, based on the
 	  ARM CortexA9MP CPU and the ARM PL310 L2 cache controller
@@ -60,10 +54,7 @@ config ARCH_TEGRA_114_SOC
 	bool "Enable support for Tegra114 family"
 	select HAVE_ARM_ARCH_TIMER
 	select ARM_ERRATA_798181
-	select ARM_GIC
 	select ARM_L1_CACHE_SHIFT_6
-	select CPU_V7
-	select PINCTRL
 	select PINCTRL_TEGRA114
 	help
 	  Support for NVIDIA Tegra T114 processor family, based on the
-- 
1.8.1.5

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

* Re: [PATCH stable] ARM: tegra: unify Tegra's Kconfig a bit more
  2013-10-04 20:10 ` Stephen Warren
@ 2013-10-05 23:38   ` Greg KH
  -1 siblings, 0 replies; 20+ messages in thread
From: Greg KH @ 2013-10-05 23:38 UTC (permalink / raw)
  To: Stephen Warren; +Cc: stable, linux-tegra, Paul Walmsley, linux-arm-kernel

On Fri, Oct 04, 2013 at 02:10:11PM -0600, Stephen Warren wrote:
> From: Stephen Warren <swarren@nvidia.com>
> 
> Move all common select clauses from ARCH_TEGRA_*_SOC to ARCH_TEGRA to
> eliminate duplication. The USB-related selects all should have been
> common too, but were missing from Tegra114 previously. Move these to
> ARCH_TEGRA too. The latter fixes a build break when only Tegra114
> support was enabled, but not Tegra20 or Tegra30 support.
> 
> This is 20984c44b5a08620778ea14fa5807489170fd5ca in v3.12-rc1.
> 
> Signed-off-by: Stephen Warren <swarren@nvidia.com>
> Reported-by: Paul Walmsley <pwalmsley@nvidia.com>
> [auto-builders for 3.11.x are failing due to this]

What autobuilders?  I haven't heard of this before.

> Cc: stable # v3.11
> ---
>  arch/arm/mach-tegra/Kconfig | 21 ++++++---------------
>  1 file changed, 6 insertions(+), 15 deletions(-)

This fails to apply to the 3.11-stable tree, if you want it there, can
you provide a version that actually does apply, and that you have tested
to work properly?

thanks,

greg k-h

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

* [PATCH stable] ARM: tegra: unify Tegra's Kconfig a bit more
@ 2013-10-05 23:38   ` Greg KH
  0 siblings, 0 replies; 20+ messages in thread
From: Greg KH @ 2013-10-05 23:38 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Oct 04, 2013 at 02:10:11PM -0600, Stephen Warren wrote:
> From: Stephen Warren <swarren@nvidia.com>
> 
> Move all common select clauses from ARCH_TEGRA_*_SOC to ARCH_TEGRA to
> eliminate duplication. The USB-related selects all should have been
> common too, but were missing from Tegra114 previously. Move these to
> ARCH_TEGRA too. The latter fixes a build break when only Tegra114
> support was enabled, but not Tegra20 or Tegra30 support.
> 
> This is 20984c44b5a08620778ea14fa5807489170fd5ca in v3.12-rc1.
> 
> Signed-off-by: Stephen Warren <swarren@nvidia.com>
> Reported-by: Paul Walmsley <pwalmsley@nvidia.com>
> [auto-builders for 3.11.x are failing due to this]

What autobuilders?  I haven't heard of this before.

> Cc: stable # v3.11
> ---
>  arch/arm/mach-tegra/Kconfig | 21 ++++++---------------
>  1 file changed, 6 insertions(+), 15 deletions(-)

This fails to apply to the 3.11-stable tree, if you want it there, can
you provide a version that actually does apply, and that you have tested
to work properly?

thanks,

greg k-h

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

* Re: [PATCH stable] ARM: tegra: unify Tegra's Kconfig a bit more
  2013-10-05 23:38   ` Greg KH
@ 2013-10-07  6:18     ` Paul Walmsley
  -1 siblings, 0 replies; 20+ messages in thread
From: Paul Walmsley @ 2013-10-07  6:18 UTC (permalink / raw)
  To: Greg KH; +Cc: Stephen Warren, stable, linux-tegra, linux-arm-kernel

Hi Greg,

On 10/05/2013 04:38 PM, Greg KH wrote:
> On Fri, Oct 04, 2013 at 02:10:11PM -0600, Stephen Warren wrote:
>> [auto-builders for 3.11.x are failing due to this]
> What autobuilders?  I haven't heard of this before.

There's an experimental system here that automatically builds and 
test-boots -stable kernels on some Tegra platforms.  The output isn't 
public yet -- that's planned, but there are still a few bugs left in the 
test system that would be good to clean up first.

The output is similar to this:

http://nvt.pwsan.com/pub/linux/testlogs/

Will certainly send you a link when it's ready to go.


- Paul

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

* [PATCH stable] ARM: tegra: unify Tegra's Kconfig a bit more
@ 2013-10-07  6:18     ` Paul Walmsley
  0 siblings, 0 replies; 20+ messages in thread
From: Paul Walmsley @ 2013-10-07  6:18 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Greg,

On 10/05/2013 04:38 PM, Greg KH wrote:
> On Fri, Oct 04, 2013 at 02:10:11PM -0600, Stephen Warren wrote:
>> [auto-builders for 3.11.x are failing due to this]
> What autobuilders?  I haven't heard of this before.

There's an experimental system here that automatically builds and 
test-boots -stable kernels on some Tegra platforms.  The output isn't 
public yet -- that's planned, but there are still a few bugs left in the 
test system that would be good to clean up first.

The output is similar to this:

http://nvt.pwsan.com/pub/linux/testlogs/

Will certainly send you a link when it's ready to go.


- Paul

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

* Re: [PATCH stable] ARM: tegra: unify Tegra's Kconfig a bit more
  2013-10-05 23:38   ` Greg KH
@ 2013-10-07 16:47       ` Stephen Warren
  -1 siblings, 0 replies; 20+ messages in thread
From: Stephen Warren @ 2013-10-07 16:47 UTC (permalink / raw)
  To: Greg KH
  Cc: stable-u79uwXL29TY76Z2rM5mHXA,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA, Paul Walmsley,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

On 10/05/2013 05:38 PM, Greg KH wrote:
> On Fri, Oct 04, 2013 at 02:10:11PM -0600, Stephen Warren wrote:
>> From: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
>>
>> Move all common select clauses from ARCH_TEGRA_*_SOC to ARCH_TEGRA to
>> eliminate duplication. The USB-related selects all should have been
>> common too, but were missing from Tegra114 previously. Move these to
>> ARCH_TEGRA too. The latter fixes a build break when only Tegra114
>> support was enabled, but not Tegra20 or Tegra30 support.
>>
>> This is 20984c44b5a08620778ea14fa5807489170fd5ca in v3.12-rc1.
>>
>> Signed-off-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
>> Reported-by: Paul Walmsley <pwalmsley-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
>> [auto-builders for 3.11.x are failing due to this]
> 
> What autobuilders?  I haven't heard of this before.
> 
>> Cc: stable # v3.11
>> ---
>>  arch/arm/mach-tegra/Kconfig | 21 ++++++---------------
>>  1 file changed, 6 insertions(+), 15 deletions(-)
> 
> This fails to apply to the 3.11-stable tree, if you want it there, can
> you provide a version that actually does apply, and that you have tested
> to work properly?

Sorry about that. I've sent V2.

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

* [PATCH stable] ARM: tegra: unify Tegra's Kconfig a bit more
@ 2013-10-07 16:47       ` Stephen Warren
  0 siblings, 0 replies; 20+ messages in thread
From: Stephen Warren @ 2013-10-07 16:47 UTC (permalink / raw)
  To: linux-arm-kernel

On 10/05/2013 05:38 PM, Greg KH wrote:
> On Fri, Oct 04, 2013 at 02:10:11PM -0600, Stephen Warren wrote:
>> From: Stephen Warren <swarren@nvidia.com>
>>
>> Move all common select clauses from ARCH_TEGRA_*_SOC to ARCH_TEGRA to
>> eliminate duplication. The USB-related selects all should have been
>> common too, but were missing from Tegra114 previously. Move these to
>> ARCH_TEGRA too. The latter fixes a build break when only Tegra114
>> support was enabled, but not Tegra20 or Tegra30 support.
>>
>> This is 20984c44b5a08620778ea14fa5807489170fd5ca in v3.12-rc1.
>>
>> Signed-off-by: Stephen Warren <swarren@nvidia.com>
>> Reported-by: Paul Walmsley <pwalmsley@nvidia.com>
>> [auto-builders for 3.11.x are failing due to this]
> 
> What autobuilders?  I haven't heard of this before.
> 
>> Cc: stable # v3.11
>> ---
>>  arch/arm/mach-tegra/Kconfig | 21 ++++++---------------
>>  1 file changed, 6 insertions(+), 15 deletions(-)
> 
> This fails to apply to the 3.11-stable tree, if you want it there, can
> you provide a version that actually does apply, and that you have tested
> to work properly?

Sorry about that. I've sent V2.

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

* Re: [PATCH stable] ARM: tegra: unify Tegra's Kconfig a bit more
  2013-10-07  6:18     ` Paul Walmsley
@ 2013-10-08  6:00         ` Paul Walmsley
  -1 siblings, 0 replies; 20+ messages in thread
From: Paul Walmsley @ 2013-10-08  6:00 UTC (permalink / raw)
  To: Greg KH
  Cc: Stephen Warren, stable-u79uwXL29TY76Z2rM5mHXA,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r


On 10/06/2013 11:18 PM, Paul Walmsley wrote:
> Hi Greg,
>
> On 10/05/2013 04:38 PM, Greg KH wrote:
>> On Fri, Oct 04, 2013 at 02:10:11PM -0600, Stephen Warren wrote:
>>> [auto-builders for 3.11.x are failing due to this]
>> What autobuilders?  I haven't heard of this before.
> There's an experimental system here that automatically builds and
> test-boots -stable kernels on some Tegra platforms.

Well, here's a public link for it:

http://nvt.pwsan.com/pub/linux-stable/testlogs/

So far it's seeded with v3.11.[34].  It should update automatically as 
new releases come out.  So far the tests are quite basic (build + boot 
to minimal userspace).  Please let Stephen and I know if you have any 
comments or suggestions.


- Paul

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

* [PATCH stable] ARM: tegra: unify Tegra's Kconfig a bit more
@ 2013-10-08  6:00         ` Paul Walmsley
  0 siblings, 0 replies; 20+ messages in thread
From: Paul Walmsley @ 2013-10-08  6:00 UTC (permalink / raw)
  To: linux-arm-kernel


On 10/06/2013 11:18 PM, Paul Walmsley wrote:
> Hi Greg,
>
> On 10/05/2013 04:38 PM, Greg KH wrote:
>> On Fri, Oct 04, 2013 at 02:10:11PM -0600, Stephen Warren wrote:
>>> [auto-builders for 3.11.x are failing due to this]
>> What autobuilders?  I haven't heard of this before.
> There's an experimental system here that automatically builds and
> test-boots -stable kernels on some Tegra platforms.

Well, here's a public link for it:

http://nvt.pwsan.com/pub/linux-stable/testlogs/

So far it's seeded with v3.11.[34].  It should update automatically as 
new releases come out.  So far the tests are quite basic (build + boot 
to minimal userspace).  Please let Stephen and I know if you have any 
comments or suggestions.


- Paul

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

* Re: [PATCH stable] ARM: tegra: unify Tegra's Kconfig a bit more
  2013-10-08  6:00         ` Paul Walmsley
@ 2013-10-10 23:11             ` Greg KH
  -1 siblings, 0 replies; 20+ messages in thread
From: Greg KH @ 2013-10-10 23:11 UTC (permalink / raw)
  To: Paul Walmsley
  Cc: Stephen Warren, stable-u79uwXL29TY76Z2rM5mHXA,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

On Mon, Oct 07, 2013 at 11:00:56PM -0700, Paul Walmsley wrote:
> 
> On 10/06/2013 11:18 PM, Paul Walmsley wrote:
> >Hi Greg,
> >
> >On 10/05/2013 04:38 PM, Greg KH wrote:
> >>On Fri, Oct 04, 2013 at 02:10:11PM -0600, Stephen Warren wrote:
> >>>[auto-builders for 3.11.x are failing due to this]
> >>What autobuilders?  I haven't heard of this before.
> >There's an experimental system here that automatically builds and
> >test-boots -stable kernels on some Tegra platforms.
> 
> Well, here's a public link for it:
> 
> http://nvt.pwsan.com/pub/linux-stable/testlogs/
> 
> So far it's seeded with v3.11.[34].  It should update automatically
> as new releases come out.  So far the tests are quite basic (build +
> boot to minimal userspace).  Please let Stephen and I know if you
> have any comments or suggestions.

That's great to see.  Testing the -rc stable releases would be great, to
find if I break anything, as I don't have Tegra hardware to test them
out on.

thanks,

greg k-h

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

* [PATCH stable] ARM: tegra: unify Tegra's Kconfig a bit more
@ 2013-10-10 23:11             ` Greg KH
  0 siblings, 0 replies; 20+ messages in thread
From: Greg KH @ 2013-10-10 23:11 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Oct 07, 2013 at 11:00:56PM -0700, Paul Walmsley wrote:
> 
> On 10/06/2013 11:18 PM, Paul Walmsley wrote:
> >Hi Greg,
> >
> >On 10/05/2013 04:38 PM, Greg KH wrote:
> >>On Fri, Oct 04, 2013 at 02:10:11PM -0600, Stephen Warren wrote:
> >>>[auto-builders for 3.11.x are failing due to this]
> >>What autobuilders?  I haven't heard of this before.
> >There's an experimental system here that automatically builds and
> >test-boots -stable kernels on some Tegra platforms.
> 
> Well, here's a public link for it:
> 
> http://nvt.pwsan.com/pub/linux-stable/testlogs/
> 
> So far it's seeded with v3.11.[34].  It should update automatically
> as new releases come out.  So far the tests are quite basic (build +
> boot to minimal userspace).  Please let Stephen and I know if you
> have any comments or suggestions.

That's great to see.  Testing the -rc stable releases would be great, to
find if I break anything, as I don't have Tegra hardware to test them
out on.

thanks,

greg k-h

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

* Re: [PATCH stable] ARM: tegra: unify Tegra's Kconfig a bit more
  2013-10-10 23:11             ` Greg KH
@ 2013-10-14 18:00                 ` Kevin Hilman
  -1 siblings, 0 replies; 20+ messages in thread
From: Kevin Hilman @ 2013-10-14 18:00 UTC (permalink / raw)
  To: Greg KH
  Cc: Paul Walmsley, linux-tegra@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, stable@vger.kernel.org,
	Stephen Warren

Greg KH <gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org> writes:

> On Mon, Oct 07, 2013 at 11:00:56PM -0700, Paul Walmsley wrote:
>> 
>> On 10/06/2013 11:18 PM, Paul Walmsley wrote:
>> >Hi Greg,
>> >
>> >On 10/05/2013 04:38 PM, Greg KH wrote:
>> >>On Fri, Oct 04, 2013 at 02:10:11PM -0600, Stephen Warren wrote:
>> >>>[auto-builders for 3.11.x are failing due to this]
>> >>What autobuilders?  I haven't heard of this before.
>> >There's an experimental system here that automatically builds and
>> >test-boots -stable kernels on some Tegra platforms.
>> 
>> Well, here's a public link for it:
>> 
>> http://nvt.pwsan.com/pub/linux-stable/testlogs/
>> 
>> So far it's seeded with v3.11.[34].  It should update automatically
>> as new releases come out.  So far the tests are quite basic (build +
>> boot to minimal userspace).  Please let Stephen and I know if you
>> have any comments or suggestions.
>
> That's great to see.  Testing the -rc stable releases would be great, to
> find if I break anything, as I don't have Tegra hardware to test them
> out on.

Greg, FYI... you might be interested in the ARM kernel build/boot
reports being posted here: 

  http://lists.linaro.org/pipermail/kernel-build-reports/2013-October/thread.html

Along with mainline/next/arm-soc we're building/booting your stable
queues for v3.10 and v3.11.  See the "queue: build:..." and "queue:
boot:..." reports.

This builds all the ARM defconfigs, and does minimal boot test on a pile
of different ARM boards.

Kevin

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

* [PATCH stable] ARM: tegra: unify Tegra's Kconfig a bit more
@ 2013-10-14 18:00                 ` Kevin Hilman
  0 siblings, 0 replies; 20+ messages in thread
From: Kevin Hilman @ 2013-10-14 18:00 UTC (permalink / raw)
  To: linux-arm-kernel

Greg KH <gregkh@linuxfoundation.org> writes:

> On Mon, Oct 07, 2013 at 11:00:56PM -0700, Paul Walmsley wrote:
>> 
>> On 10/06/2013 11:18 PM, Paul Walmsley wrote:
>> >Hi Greg,
>> >
>> >On 10/05/2013 04:38 PM, Greg KH wrote:
>> >>On Fri, Oct 04, 2013 at 02:10:11PM -0600, Stephen Warren wrote:
>> >>>[auto-builders for 3.11.x are failing due to this]
>> >>What autobuilders?  I haven't heard of this before.
>> >There's an experimental system here that automatically builds and
>> >test-boots -stable kernels on some Tegra platforms.
>> 
>> Well, here's a public link for it:
>> 
>> http://nvt.pwsan.com/pub/linux-stable/testlogs/
>> 
>> So far it's seeded with v3.11.[34].  It should update automatically
>> as new releases come out.  So far the tests are quite basic (build +
>> boot to minimal userspace).  Please let Stephen and I know if you
>> have any comments or suggestions.
>
> That's great to see.  Testing the -rc stable releases would be great, to
> find if I break anything, as I don't have Tegra hardware to test them
> out on.

Greg, FYI... you might be interested in the ARM kernel build/boot
reports being posted here: 

  http://lists.linaro.org/pipermail/kernel-build-reports/2013-October/thread.html

Along with mainline/next/arm-soc we're building/booting your stable
queues for v3.10 and v3.11.  See the "queue: build:..." and "queue:
boot:..." reports.

This builds all the ARM defconfigs, and does minimal boot test on a pile
of different ARM boards.

Kevin

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

* Re: [PATCH stable] ARM: tegra: unify Tegra's Kconfig a bit more
  2013-10-10 23:11             ` Greg KH
@ 2013-10-14 18:11                 ` Paul Walmsley
  -1 siblings, 0 replies; 20+ messages in thread
From: Paul Walmsley @ 2013-10-14 18:11 UTC (permalink / raw)
  To: Greg KH
  Cc: Stephen Warren, stable-u79uwXL29TY76Z2rM5mHXA,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

Hi Greg,

On 10/10/2013 04:11 PM, Greg KH wrote:
> On Mon, Oct 07, 2013 at 11:00:56PM -0700, Paul Walmsley wrote:
>
>> Well, here's a public link for it:
>>
>> http://nvt.pwsan.com/pub/linux-stable/testlogs/
>>
>> So far it's seeded with v3.11.[34].  It should update automatically
>> as new releases come out.  So far the tests are quite basic (build +
>> boot to minimal userspace).  Please let Stephen and I know if you
>> have any comments or suggestions.
> That's great to see.  Testing the -rc stable releases would be great, to
> find if I break anything, as I don't have Tegra hardware to test them
> out on.

Could you point out the -rc stable releases that you're referring to?  
Took a look at the linux-stable.git and stable-queue.git trees but was 
unsure what matched that description.

Would this be something like applying the queue-* patches and testing on 
a nightly basis?

- Paul

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

* [PATCH stable] ARM: tegra: unify Tegra's Kconfig a bit more
@ 2013-10-14 18:11                 ` Paul Walmsley
  0 siblings, 0 replies; 20+ messages in thread
From: Paul Walmsley @ 2013-10-14 18:11 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Greg,

On 10/10/2013 04:11 PM, Greg KH wrote:
> On Mon, Oct 07, 2013 at 11:00:56PM -0700, Paul Walmsley wrote:
>
>> Well, here's a public link for it:
>>
>> http://nvt.pwsan.com/pub/linux-stable/testlogs/
>>
>> So far it's seeded with v3.11.[34].  It should update automatically
>> as new releases come out.  So far the tests are quite basic (build +
>> boot to minimal userspace).  Please let Stephen and I know if you
>> have any comments or suggestions.
> That's great to see.  Testing the -rc stable releases would be great, to
> find if I break anything, as I don't have Tegra hardware to test them
> out on.

Could you point out the -rc stable releases that you're referring to?  
Took a look at the linux-stable.git and stable-queue.git trees but was 
unsure what matched that description.

Would this be something like applying the queue-* patches and testing on 
a nightly basis?

- Paul

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

* Re: [PATCH stable] ARM: tegra: unify Tegra's Kconfig a bit more
  2013-10-14 18:11                 ` Paul Walmsley
@ 2013-10-14 18:20                     ` Greg KH
  -1 siblings, 0 replies; 20+ messages in thread
From: Greg KH @ 2013-10-14 18:20 UTC (permalink / raw)
  To: Paul Walmsley
  Cc: Stephen Warren, stable-u79uwXL29TY76Z2rM5mHXA,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

On Mon, Oct 14, 2013 at 11:11:29AM -0700, Paul Walmsley wrote:
> Hi Greg,
> 
> On 10/10/2013 04:11 PM, Greg KH wrote:
> >On Mon, Oct 07, 2013 at 11:00:56PM -0700, Paul Walmsley wrote:
> >
> >>Well, here's a public link for it:
> >>
> >>http://nvt.pwsan.com/pub/linux-stable/testlogs/
> >>
> >>So far it's seeded with v3.11.[34].  It should update automatically
> >>as new releases come out.  So far the tests are quite basic (build +
> >>boot to minimal userspace).  Please let Stephen and I know if you
> >>have any comments or suggestions.
> >That's great to see.  Testing the -rc stable releases would be great, to
> >find if I break anything, as I don't have Tegra hardware to test them
> >out on.
> 
> Could you point out the -rc stable releases that you're referring
> to?  Took a look at the linux-stable.git and stable-queue.git trees
> but was unsure what matched that description.

The -rc releases do not end up in a git tree, they show up in the
kernel.org/pub/linux/kernel/v3.0/stable-review/ directory when I
announce a -rc release is out for testing.

> Would this be something like applying the queue-* patches and
> testing on a nightly basis?

Yes, that is good to do as well, as that is what the -rc releases are
created from.

thanks,

greg k-h

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

* [PATCH stable] ARM: tegra: unify Tegra's Kconfig a bit more
@ 2013-10-14 18:20                     ` Greg KH
  0 siblings, 0 replies; 20+ messages in thread
From: Greg KH @ 2013-10-14 18:20 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Oct 14, 2013 at 11:11:29AM -0700, Paul Walmsley wrote:
> Hi Greg,
> 
> On 10/10/2013 04:11 PM, Greg KH wrote:
> >On Mon, Oct 07, 2013 at 11:00:56PM -0700, Paul Walmsley wrote:
> >
> >>Well, here's a public link for it:
> >>
> >>http://nvt.pwsan.com/pub/linux-stable/testlogs/
> >>
> >>So far it's seeded with v3.11.[34].  It should update automatically
> >>as new releases come out.  So far the tests are quite basic (build +
> >>boot to minimal userspace).  Please let Stephen and I know if you
> >>have any comments or suggestions.
> >That's great to see.  Testing the -rc stable releases would be great, to
> >find if I break anything, as I don't have Tegra hardware to test them
> >out on.
> 
> Could you point out the -rc stable releases that you're referring
> to?  Took a look at the linux-stable.git and stable-queue.git trees
> but was unsure what matched that description.

The -rc releases do not end up in a git tree, they show up in the
kernel.org/pub/linux/kernel/v3.0/stable-review/ directory when I
announce a -rc release is out for testing.

> Would this be something like applying the queue-* patches and
> testing on a nightly basis?

Yes, that is good to do as well, as that is what the -rc releases are
created from.

thanks,

greg k-h

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

* Re: [PATCH stable] ARM: tegra: unify Tegra's Kconfig a bit more
  2013-10-14 18:00                 ` Kevin Hilman
@ 2013-10-14 18:20                     ` Greg KH
  -1 siblings, 0 replies; 20+ messages in thread
From: Greg KH @ 2013-10-14 18:20 UTC (permalink / raw)
  To: Kevin Hilman
  Cc: Paul Walmsley, linux-tegra-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	stable-u79uwXL29TY76Z2rM5mHXA, Stephen Warren

On Mon, Oct 14, 2013 at 11:00:27AM -0700, Kevin Hilman wrote:
> Greg KH <gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org> writes:
> 
> > On Mon, Oct 07, 2013 at 11:00:56PM -0700, Paul Walmsley wrote:
> >> 
> >> On 10/06/2013 11:18 PM, Paul Walmsley wrote:
> >> >Hi Greg,
> >> >
> >> >On 10/05/2013 04:38 PM, Greg KH wrote:
> >> >>On Fri, Oct 04, 2013 at 02:10:11PM -0600, Stephen Warren wrote:
> >> >>>[auto-builders for 3.11.x are failing due to this]
> >> >>What autobuilders?  I haven't heard of this before.
> >> >There's an experimental system here that automatically builds and
> >> >test-boots -stable kernels on some Tegra platforms.
> >> 
> >> Well, here's a public link for it:
> >> 
> >> http://nvt.pwsan.com/pub/linux-stable/testlogs/
> >> 
> >> So far it's seeded with v3.11.[34].  It should update automatically
> >> as new releases come out.  So far the tests are quite basic (build +
> >> boot to minimal userspace).  Please let Stephen and I know if you
> >> have any comments or suggestions.
> >
> > That's great to see.  Testing the -rc stable releases would be great, to
> > find if I break anything, as I don't have Tegra hardware to test them
> > out on.
> 
> Greg, FYI... you might be interested in the ARM kernel build/boot
> reports being posted here: 
> 
>   http://lists.linaro.org/pipermail/kernel-build-reports/2013-October/thread.html
> 
> Along with mainline/next/arm-soc we're building/booting your stable
> queues for v3.10 and v3.11.  See the "queue: build:..." and "queue:
> boot:..." reports.
> 
> This builds all the ARM defconfigs, and does minimal boot test on a pile
> of different ARM boards.

Thanks, I'll try to watch this, thanks for letting me know about it.

greg k-h

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

* [PATCH stable] ARM: tegra: unify Tegra's Kconfig a bit more
@ 2013-10-14 18:20                     ` Greg KH
  0 siblings, 0 replies; 20+ messages in thread
From: Greg KH @ 2013-10-14 18:20 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Oct 14, 2013 at 11:00:27AM -0700, Kevin Hilman wrote:
> Greg KH <gregkh@linuxfoundation.org> writes:
> 
> > On Mon, Oct 07, 2013 at 11:00:56PM -0700, Paul Walmsley wrote:
> >> 
> >> On 10/06/2013 11:18 PM, Paul Walmsley wrote:
> >> >Hi Greg,
> >> >
> >> >On 10/05/2013 04:38 PM, Greg KH wrote:
> >> >>On Fri, Oct 04, 2013 at 02:10:11PM -0600, Stephen Warren wrote:
> >> >>>[auto-builders for 3.11.x are failing due to this]
> >> >>What autobuilders?  I haven't heard of this before.
> >> >There's an experimental system here that automatically builds and
> >> >test-boots -stable kernels on some Tegra platforms.
> >> 
> >> Well, here's a public link for it:
> >> 
> >> http://nvt.pwsan.com/pub/linux-stable/testlogs/
> >> 
> >> So far it's seeded with v3.11.[34].  It should update automatically
> >> as new releases come out.  So far the tests are quite basic (build +
> >> boot to minimal userspace).  Please let Stephen and I know if you
> >> have any comments or suggestions.
> >
> > That's great to see.  Testing the -rc stable releases would be great, to
> > find if I break anything, as I don't have Tegra hardware to test them
> > out on.
> 
> Greg, FYI... you might be interested in the ARM kernel build/boot
> reports being posted here: 
> 
>   http://lists.linaro.org/pipermail/kernel-build-reports/2013-October/thread.html
> 
> Along with mainline/next/arm-soc we're building/booting your stable
> queues for v3.10 and v3.11.  See the "queue: build:..." and "queue:
> boot:..." reports.
> 
> This builds all the ARM defconfigs, and does minimal boot test on a pile
> of different ARM boards.

Thanks, I'll try to watch this, thanks for letting me know about it.

greg k-h

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

end of thread, other threads:[~2013-10-14 18:20 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-04 20:10 [PATCH stable] ARM: tegra: unify Tegra's Kconfig a bit more Stephen Warren
2013-10-04 20:10 ` Stephen Warren
2013-10-05 23:38 ` Greg KH
2013-10-05 23:38   ` Greg KH
2013-10-07  6:18   ` Paul Walmsley
2013-10-07  6:18     ` Paul Walmsley
     [not found]     ` <52525247.9060609-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-10-08  6:00       ` Paul Walmsley
2013-10-08  6:00         ` Paul Walmsley
     [not found]         ` <52539F98.2030307-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-10-10 23:11           ` Greg KH
2013-10-10 23:11             ` Greg KH
     [not found]             ` <20131010231135.GF4301-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>
2013-10-14 18:00               ` Kevin Hilman
2013-10-14 18:00                 ` Kevin Hilman
     [not found]                 ` <87bo2r91hg.fsf-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2013-10-14 18:20                   ` Greg KH
2013-10-14 18:20                     ` Greg KH
2013-10-14 18:11               ` Paul Walmsley
2013-10-14 18:11                 ` Paul Walmsley
     [not found]                 ` <525C33D1.4080509-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-10-14 18:20                   ` Greg KH
2013-10-14 18:20                     ` Greg KH
     [not found]   ` <20131005233833.GA18223-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>
2013-10-07 16:47     ` Stephen Warren
2013-10-07 16:47       ` Stephen Warren

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.