Skip to content
Snippets Groups Projects
user avatar
Waiman Long authored
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2090231



commit 1b331eee
Author: Peter Zijlstra <peterz@infradead.org>
Date:   Fri, 6 May 2022 14:14:35 +0200

    x86/entry: Remove skip_r11rcx

    Yes, r11 and rcx have been restored previously, but since they're being
    popped anyway (into rsi) might as well pop them into their own regs --
    setting them to the value they already are.

    Less magical code.

Signed-off-by: default avatarPeter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: default avatarBorislav Petkov <bp@suse.de>
    Link: https://lore.kernel.org/r/20220506121631.365070674@infradead.org



Signed-off-by: default avatarWaiman Long <longman@redhat.com>
65c76102
Name Last commit Last update