From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bh-25.webhostbox.net ([208.91.199.152]:50397 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751740AbcEKDLD (ORCPT ); Tue, 10 May 2016 23:11:03 -0400 Subject: Re: v3.18.y-stable-queue and v4.1.y-stable-queue build failures (powerpc) To: Sasha Levin , stable References: <5730915F.8000003@roeck-us.net> <573208F4.5060009@oracle.com> Cc: Anton Blanchard , Sam bobroff From: Guenter Roeck Message-ID: <5732A2B1.7040204@roeck-us.net> Date: Tue, 10 May 2016 20:10:41 -0700 MIME-Version: 1.0 In-Reply-To: <573208F4.5060009@oracle.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: stable-owner@vger.kernel.org List-ID: On 05/10/2016 09:14 AM, Sasha Levin wrote: > On 05/09/2016 09:32 AM, Guenter Roeck wrote: >> Hi Sasha, >> >> All powerpc builds fail in v3.18.y-stable-queue and v4.1.y-stable-queue >> with the following build error. >> >> arch/powerpc/kernel/prom.c:170:25: error: 'PPC_FEATURE2_HTM_NOSC_COMP' undeclared here >> >> Caused by 'powerpc: Update TM user feature bits in scan_features()'. >> The undeclared flag was introduced with commit b4b56f9ecab40 >> ("powerpc/tm: Abort syscalls in active transactions"). >> >> Copying the authors of both patches for advice. > > Thanks Guenter, I'll just pull it out for now. > Build is now clean for both 3.18 and 4.1. Guenter