From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bh-25.webhostbox.net ([208.91.199.152]:33260 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751981AbcEINc0 (ORCPT ); Mon, 9 May 2016 09:32:26 -0400 To: stable Cc: Sasha Levin , Anton Blanchard , Sam bobroff From: Guenter Roeck Subject: v3.18.y-stable-queue and v4.1.y-stable-queue build failures (powerpc) Message-ID: <5730915F.8000003@roeck-us.net> Date: Mon, 9 May 2016 06:32:15 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: stable-owner@vger.kernel.org List-ID: 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. Guenter