Peter Zijlstra 8019ad13ef futex: Fix inode life-time issue
As reported by Jann, ihold() does not in fact guarantee inode
persistence. And instead of making it so, replace the usage of inode
pointers with a per boot, machine wide, unique inode identifier.

This sequence number is global, but shared (file backed) futexes are
rare enough that this should not become a performance issue.

Reported-by: Jann Horn <jannh@google.com>
Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
2020-03-06 11:06:15 +01:00
..
2020-02-28 09:02:18 -08:00
2020-02-08 14:17:27 -08:00
2020-03-06 11:06:15 +01:00
2020-01-08 14:38:06 +01:00
2020-02-08 14:04:19 -08:00
2020-02-18 13:33:39 +01:00
2020-02-08 14:04:19 -08:00
2020-02-21 12:44:53 -08:00
2020-02-05 17:44:14 +00:00