Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752378Ab3FHOlw (ORCPT ); Sat, 8 Jun 2013 10:41:52 -0400 Received: from mail.active-venture.com ([67.228.131.205]:51098 "EHLO mail.active-venture.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751928Ab3FHOlu (ORCPT ); Sat, 8 Jun 2013 10:41:50 -0400 X-Originating-IP: 108.223.40.66 Date: Sat, 8 Jun 2013 07:42:37 -0700 From: Guenter Roeck To: Greg KH Cc: linux-kernel@vger.kernel.org, Andrew Morton , torvalds@linux-foundation.org, stable@vger.kernel.org, lwn@lwn.net, Jiri Slaby Subject: Re: Linux 3.9.5 Message-ID: <20130608144237.GA21423@roeck-us.net> References: <20130607195816.GA28479@kroah.com> <20130608035312.GA16419@roeck-us.net> <20130608140817.GA7303@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130608140817.GA7303@kroah.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1695 Lines: 39 On Sat, Jun 08, 2013 at 07:08:17AM -0700, Greg KH wrote: > On Fri, Jun 07, 2013 at 08:53:12PM -0700, Guenter Roeck wrote: > > On Fri, Jun 07, 2013 at 12:58:16PM -0700, Greg KH wrote: > > > I'm announcing the release of the 3.9.5 kernel. > > > > > > All users of the 3.9 kernel series must upgrade. > > > > > > The updated 3.9.y git tree can be found at: > > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.9.y > > > and can be browsed at the normal kernel.org git web browser: > > > http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary > > > > > > thanks, > > > > > > greg k-h > > > > > powerpc build fails: > > > > arch/powerpc/kernel/traps.c: In function 'alignment_exception': > > arch/powerpc/kernel/traps.c:1154:3: error: label 'bail' used but not defined > > make[1]: *** [arch/powerpc/kernel/traps.o] Error 1 > > make[1]: *** Waiting for unfinished jobs.... > > > > Due to commit 6ce6c629 (powerpc/tm: Abort on emulation and alignment faults). > > Is there a upstream patch that fixes this problem that I should apply? > No, this is not a problem upstream. The missing label was introduced by patch ba12eedee (powerpc: Exception hooks for context tracking subsystem) which, if I understand correctly, was necessary due to 6ba3c97a388 (x86: Exception hooks for userspace RCU extended QS) and a couple of other patches. All that doesn't look like stable material to me. Guenter -- 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://www.tux.org/lkml/