Re: [PATCH 3.10 01/16] Revert "powerpc/tm: Always reclaim in start_thread() for exec() class syscalls"

From: Guenter Roeck
Date: Wed Oct 19 2016 - 23:07:55 EST


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 <linux@xxxxxxxxxxxx>
Signed-off-by: Willy Tarreau <w@xxxxxx>

I wasn't copied on patch 00/16, 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

Details are available at http://kerneltests.org/builders.

Guenter