1
0
mirror of https://github.com/openbsd/src.git synced 2026-05-01 09:37:02 +00:00
Files
src/lib/csu
deraadt f74a2b7745 Anthony Steinhauser reports that 32-bit arm cpus have the same speculation
problems as 64-bit models.  To resolve the syscall speculation, as a first
step "nop; nop" was added after all occurances of the syscall ("swi 0")
instruction.  Then the kernel was changed to jump over the 2 extra instructions.
In this final step, those pair of nops are converted into the speculation-blocking
sequence ("dsb nsh; isb").
Don't try to build through these multiple steps, use a snapshot instead.
Packages matching the new ABI will be out in a while...
ok kettenis
2020-03-13 09:31:24 +00:00
..