From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755850AbcJTGM4 (ORCPT ); Thu, 20 Oct 2016 02:12:56 -0400 Received: from wtarreau.pck.nerim.net ([62.212.114.60]:20851 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751297AbcJTGMz (ORCPT ); Thu, 20 Oct 2016 02:12:55 -0400 Date: Thu, 20 Oct 2016 08:12:09 +0200 From: Willy Tarreau To: Guenter Roeck Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH 3.10 01/16] Revert "powerpc/tm: Always reclaim in start_thread() for exec() class syscalls" Message-ID: <20161020061209.GA8787@1wt.eu> References: <1476917380-28311-1-git-send-email-w@1wt.eu> <1476917380-28311-2-git-send-email-w@1wt.eu> <730c3f73-1e9f-e215-8117-d396a2314268@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <730c3f73-1e9f-e215-8117-d396a2314268@roeck-us.net> User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 19, 2016 at 08:07:23PM -0700, Guenter Roeck wrote: > On 10/19/2016 03:49 PM, Willy Tarreau wrote: > > This reverts commit 8110080dc53335d5dd99b123144a6174f19ffc65. > > > > Guenter noticed that this breaks PPC build when CONFIG_PPC_TRANSACTIONAL_MEM > > is set, because this patch was not for 3.10. > > > > Cc: Guenter Roeck > > Signed-off-by: Willy Tarreau > > I wasn't copied on patch 00/16, Ah sorry for this Guenter, I've now updated my build script. > so I'll post the test results here: > > Build results: > total: 124 pass: 124 fail: 0 > Qemu test results: > total: 75 pass: 75 fail: 0 Marvellous, thank you! Willy