Re: [patch 00/38] x86/retbleed: Call depth tracking mitigation

From: Joao Moreira
Date: Mon Jul 18 2022 - 20:19:26 EST


The extra instruction is likely less of a problem than the extra register used.

FWIIW, per-ABI, R11 is a scratch-reg and should be usable without hard consequences in this scenario.

Joao