Re: [3.13.y.z extended stable] Patch locking/mutex: Disable optimistic spinning on some architectures has been added to staging queue

2014-08-06 Thread Davidlohr Bueso
On Wed, 2014-08-06 at 17:25 -0400, Andev wrote:
 On Wed, Aug 6, 2014 at 4:54 PM, Kamal Mostafa ka...@canonical.com wrote:
  This is a note to let you know that I have just added a patch titled
 
  locking/mutex: Disable optimistic spinning on some architectures
 
  to the linux-3.13.y-queue branch of the 3.13.y.z extended stable tree
  which can be found at:
 
   
  http://kernel.ubuntu.com/git?p=ubuntu/linux.git;a=shortlog;h=refs/heads/linux-3.13.y-queue
 
  This patch is scheduled to be released in version 3.13.11.6.
 
 
 This patch is specifically for parisc, sparc32, tile32, metag-lock1,
 arc-!llsc and hexagon none of which Ubuntu supports.
 
 Why are you backporting this patch?

Well 3.13.y.z isn't an Ubuntu kernel, its upstream, and those archs
*are* supported.

___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [3.13.y.z extended stable] Patch locking/mutex: Disable optimistic spinning on some architectures has been added to staging queue

2014-08-06 Thread Andev
On Wed, Aug 6, 2014 at 4:54 PM, Kamal Mostafa ka...@canonical.com wrote:
 This is a note to let you know that I have just added a patch titled

 locking/mutex: Disable optimistic spinning on some architectures

 to the linux-3.13.y-queue branch of the 3.13.y.z extended stable tree
 which can be found at:

  
 http://kernel.ubuntu.com/git?p=ubuntu/linux.git;a=shortlog;h=refs/heads/linux-3.13.y-queue

 This patch is scheduled to be released in version 3.13.11.6.


This patch is specifically for parisc, sparc32, tile32, metag-lock1,
arc-!llsc and hexagon none of which Ubuntu supports.

Why are you backporting this patch?

--
Andev
___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [3.13.y.z extended stable] Patch locking/mutex: Disable optimistic spinning on some architectures has been added to staging queue

2014-08-06 Thread Mikulas Patocka


On Wed, 6 Aug 2014, Andev wrote:

 On Wed, Aug 6, 2014 at 4:54 PM, Kamal Mostafa ka...@canonical.com wrote:
  This is a note to let you know that I have just added a patch titled
 
  locking/mutex: Disable optimistic spinning on some architectures
 
  to the linux-3.13.y-queue branch of the 3.13.y.z extended stable tree
  which can be found at:
 
   
  http://kernel.ubuntu.com/git?p=ubuntu/linux.git;a=shortlog;h=refs/heads/linux-3.13.y-queue
 
  This patch is scheduled to be released in version 3.13.11.6.
 
 
 This patch is specifically for parisc, sparc32, tile32, metag-lock1,
 arc-!llsc and hexagon none of which Ubuntu supports.
 
 Why are you backporting this patch?
 
 --
 Andev

I guess - it's less time consuming to backport all patches for stable than 
to ponder on each patch if it applies to Ubuntu or not...

Mikulas
___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [3.13.y.z extended stable] Patch locking/mutex: Disable optimistic spinning on some architectures has been added to staging queue

2014-08-06 Thread Kamal Mostafa

 On Wed, 2014-08-06 at 17:25 -0400, Andev wrote:
  On Wed, Aug 6, 2014 at 4:54 PM, Kamal Mostafa ka...@canonical.com wrote:
   This is a note to let you know that I have just added a patch titled
  
   locking/mutex: Disable optimistic spinning on some architectures
  
   to the linux-3.13.y-queue branch of the 3.13.y.z extended stable tree
   which can be found at:
  

   http://kernel.ubuntu.com/git?p=ubuntu/linux.git;a=shortlog;h=refs/heads/linux-3.13.y-queue
  
   This patch is scheduled to be released in version 3.13.11.6.
  
  
  This patch is specifically for parisc, sparc32, tile32, metag-lock1,
  arc-!llsc and hexagon none of which Ubuntu supports.
  
  Why are you backporting this patch?

On Wed, 2014-08-06 at 14:30 -0700, Davidlohr Bueso wrote:
 Well 3.13.y.z isn't an Ubuntu kernel, its upstream, and those archs
 *are* supported.

Davidlohr's answer is correct: This is not an Ubuntu kernel.

3.13.y.z is an extended stable kernel which follows the same rules as
the kernel.org official stable kernels.  It contains no Ubuntu-specific
patches, and supports the same arch's as mainline.

More details about this and the other Canonical-funded-and-hosted
extended stable kernel versions is available here:

 For more information about the 3.13.y.z tree, see
 https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable

 -Kamal


___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [3.13.y.z extended stable] Patch locking/mutex: Disable optimistic spinning on some architectures has been added to staging queue

2014-08-06 Thread Andev
On Wed, Aug 6, 2014 at 9:55 PM, Kamal Mostafa ka...@canonical.com wrote:

 On Wed, 2014-08-06 at 14:30 -0700, Davidlohr Bueso wrote:
 Well 3.13.y.z isn't an Ubuntu kernel, its upstream, and those archs
 *are* supported.

 Davidlohr's answer is correct: This is not an Ubuntu kernel.

 3.13.y.z is an extended stable kernel which follows the same rules as
 the kernel.org official stable kernels.  It contains no Ubuntu-specific
 patches, and supports the same arch's as mainline.

 More details about this and the other Canonical-funded-and-hosted
 extended stable kernel versions is available here:

 For more information about the 3.13.y.z tree, see
 https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable

OK, thank you for clarification. I was unsure as this is not hosted on
kernel.org, I thought it was a Ubuntu specific kernel.

So we have the following stable kernels as of now:

3.10, 3.12, 3.13, 3.14, 3.15(for a few days), 3.16!

Interesting.
-- 
Andev
___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev