Re: [patch 00/12] futex: Cure robust/PI futex exit races

From: Ingo Molnar
Date: Thu Nov 07 2019 - 03:29:34 EST



* Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote:

> The series is also available from git:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git WIP.locking/futex

Quick testing feedback, doesn't build on 32-bit systems (32-bit defconfig
for example):

kernel/futex.c: In function âfutex_cleanupâ:
kernel/futex.c:3750:19: error: âstruct task_structâ has no member named âcompat_robust_listâ


Thanks,

Ingo