From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751614AbcGNR60 (ORCPT ); Thu, 14 Jul 2016 13:58:26 -0400 Received: from mx2.suse.de ([195.135.220.15]:59284 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751115AbcGNR6Y (ORCPT ); Thu, 14 Jul 2016 13:58:24 -0400 Date: Thu, 14 Jul 2016 19:58:22 +0200 Message-ID: From: Takashi Iwai To: Sasha Levin Cc: LKML , stable , lwn@lwn.net Subject: Re: Linux 4.1.28 In-Reply-To: <5786F7BC.9090406@oracle.com> References: <5786F7BC.9090406@oracle.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/24.5 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Sasha, On Thu, 14 Jul 2016 04:23:56 +0200, Sasha Levin wrote: > > I'm announcing the release of the 4.1.28 kernel. > > All users of the 4.1 kernel series must upgrade. > > The updated 4.1.y git tree can be found at: > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.1.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 This kernel gives a build failure on ppc64le: arch/powerpc/kernel/prom.c:170:25: error: 'PPC_FEATURE2_HTM_NOSC_COMP' undeclared here (not in a function) PPC_FEATURE2_HTM_COMP|PPC_FEATURE2_HTM_NOSC_COMP, 22, 0, 0}, ^ It's due to the commit f49eb503f0f9ab66874a81992b14249a1c59b6ad powerpc: Update TM user feature bits in scan_features() FYI, the macro referred there is defined in the upstream commit b4b56f9ecab40f3b4ef53e130c9f6663be491894 powerpc/tm: Abort syscalls in active transactions Please revert the relevant commit, or fix it properly. thanks, Takashi