x86/mtrr: Convert to use strncpy_from_user() helper
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 15 May 2018 18:05:35 +0000 (21:05 +0300)
committerIngo Molnar <mingo@kernel.org>
Wed, 16 May 2018 07:47:23 +0000 (09:47 +0200)
commit7f8ec5a4f01aa7d03e94a3d99d7b5f9c02d7fe5a
tree02ae01aa53fd0b04755c1199d5ea0b42feca81cc
parent13a4db9d75ec5dbca4bd6229e149e061ef7a6bf0
x86/mtrr: Convert to use strncpy_from_user() helper

Replace the open coded string fetch from user-space with strncpy_from_user().

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Brian Gerst <brgerst@gmail.com>
Cc: Denys Vlasenko <dvlasenk@redhat.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Josh Poimboeuf <jpoimboe@redhat.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Luis R. Rodriguez <mcgrof@suse.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Toshi Kani <toshi.kani@hp.com>
Link: http://lkml.kernel.org/r/20180515180535.89703-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/cpu/mtrr/if.c