Skip to content

syscalls don't clobber argument regs

Michael Matz requested to merge susematz-master-patch-18580 into master

Since 2001 the kernel was saving/restoring most registers and glibc made use of this, i.e. it expects only rcx and r11 to be clobbered. Let's clarify the wording to that effect.

Merge request reports