Re: [PATCH 1/3] x86/fpu: Make task_struct::thread constant size

From: Chang S. Bae
Date: Wed Jun 05 2024 - 15:05:36 EST


On 6/5/2024 1:35 AM, Ingo Molnar wrote:
/*
* Handler for when we fail to restore a task's FPU state. We should never get
- * here because the FPU state of a task using the FPU (task->thread.fpu.state)
+ * here because the FPU state of a task using the FPU (task->thread.fpu->state)

Just a nitpick:
fpu::fpstate now points to the active FPU in-memory storage.

Thanks,
Chang