• Borislav Petkov's avatar
    x86/asm/entry/64: Fix MSR_IA32_SYSENTER_CS MSR value · 7c74d5b7
    Borislav Petkov authored
    Commit:
    
      d56fe4bf ("x86/asm/entry/64: Always set up SYSENTER MSRs")
    
    missed to add "ULL" to the 0 and wrmsrl_safe() complains:
    
      arch/x86/kernel/cpu/common.c: In function ‘syscall_init’:
      arch/x86/kernel/cpu/common.c:1226:2: warning: right shift count >= width of type wrmsrl_safe(MSR_IA32_SYSENTER_CS, 0);
    
    Fix it.
    Signed-off-by: default avatarBorislav Petkov <bp@suse.de>
    Cc: Alexei Starovoitov <ast@plumgrid.com>
    Cc: Andy Lutomirski <luto@amacapital.net>
    Cc: Denys Vlasenko <dvlasenk@redhat.com>
    Cc: Frederic Weisbecker <fweisbec@gmail.com>
    Cc: H. Peter Anvin <hpa@zytor.com>
    Cc: Kees Cook <keescook@chromium.org>
    Cc: Linus Torvalds <torvalds@linux-foundation.org>
    Cc: Oleg Nesterov <oleg@redhat.com>
    Cc: Steven Rostedt <rostedt@goodmis.org>
    Cc: Will Drewry <wad@chromium.org>
    Link: http://lkml.kernel.org/r/1428054130-25847-1-git-send-email-bp@alien8.deSigned-off-by: default avatarIngo Molnar <mingo@kernel.org>
    7c74d5b7
common.c 34.8 KB