From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bh-25.webhostbox.net ([208.91.199.152]:45079 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932388AbcGLNbF (ORCPT ); Tue, 12 Jul 2016 09:31:05 -0400 To: stable From: Guenter Roeck Subject: Build failure in v3.12-stable-queue Cc: Cyril Bur , Jiri Slaby Message-ID: <5784F111.9040704@roeck-us.net> Date: Tue, 12 Jul 2016 06:30:57 -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: powerpc:defconfig, powerpc:allmodconfig: arch/powerpc/kernel/process.c: In function 'start_thread': arch/powerpc/kernel/process.c:1104:3: error: implicit declaration of function 'tm_reclaim_current' Caused by "powerpc/tm: Always reclaim in start_thread() for exec() class syscalls". This would either require d31626f70b610 ("powerpc: Don't corrupt transactional state when using FP/VMX in kernel"), which introduces the function, or you could call tm_reclaim() directly instead (which may be less risky). Guenter