criu/compel/arch
Michał Mirosław 4c1409b8f6 Fill FPU init state if it's not provided by kernel.
Apparently Skylake uses init-optimization when saving FPU state, and ptrace()
returns XSTATE_BV[0] = 0 meaning FPU was not used by a task (in init state).
Since CRIU restore uses sigreturn to restore registers, FPU state is always
restored. Fill the state with default values on dump to make restore happy.

Signed-off-by: Michał Mirosław <emmir@google.com>
2023-10-22 13:29:25 -07:00
..
aarch64 ci: fix new codespell errors 2023-10-22 13:29:25 -07:00
arm compel: add helpers to get/set instruction pointer 2022-04-28 17:53:52 -07:00
mips compel: add helpers to get/set instruction pointer 2022-04-28 17:53:52 -07:00
ppc64 ci: fix new codespell errors 2023-10-22 13:29:25 -07:00
s390 compel: add helpers to get/set instruction pointer 2022-04-28 17:53:52 -07:00
x86 Fill FPU init state if it's not provided by kernel. 2023-10-22 13:29:25 -07:00