Re: [patch v2 02/11] futex: Move futex related mm_struct data into a struct

From: André Almeida

Date: Fri Mar 20 2026 - 11:06:28 EST


Em 19/03/2026 20:24, Thomas Gleixner escreveu:
Having all these members in mm_struct along with the required #ifdeffery is
annoying, does not allow efficient initializing of the data with
memset() and makes extending it tedious.

Move it into a data structure and fix up all usage sites.

Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxx>

Reviewed-by: André Almeida <andrealmeid@xxxxxxxxxx>