Messages in this thread |  | | Date | Mon, 2 Jun 2003 11:47:05 -0700 | From | Roland McGrath <> | Subject | Re: FP state in threaded coredumps |
| |
> I was adding threaded coredump support to ppc64 and noticed that the > ELF_CORE_SYNC hook was never called. It looks like we need something > like this on archs that do lazy FP save/restore to ensure the FP state > for threads running on other cpus is up to date.
All the threads already synchronize with coredump_wait in __exit_mm. A thread reaching that point already has control of the CPU that might be holding its FPU state. It seems to me it would be simplest and most efficient to just do any necessary copy-in there, before `complete(mm->core_startup_done)'.
Thanks, Roland - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |