On Wed, Jul 11, 2018 at 09:48:38AM +0900, Daniel Sangorrin wrote: > From: Andy Lutomirski <l...@kernel.org> > > commit c592b57347069abfc0dcad3b3a302cf882602597 upstream > > This removes all the obvious code paths that depend on lazy FPU mode. > It shouldn't change the generated code at all. > > Signed-off-by: Andy Lutomirski <l...@kernel.org> > Signed-off-by: Rik van Riel <r...@redhat.com> > Cc: Borislav Petkov <b...@alien8.de> > Cc: Brian Gerst <brge...@gmail.com> > Cc: Dave Hansen <dave.han...@linux.intel.com> > Cc: Denys Vlasenko <dvlas...@redhat.com> > Cc: Fenghua Yu <fenghua...@intel.com> > Cc: H. Peter Anvin <h...@zytor.com> > Cc: Josh Poimboeuf <jpoim...@redhat.com> > Cc: Linus Torvalds <torva...@linux-foundation.org> > Cc: Oleg Nesterov <o...@redhat.com> > Cc: Peter Zijlstra <pet...@infradead.org> > Cc: Quentin Casasnovas <quentin.casasno...@oracle.com> > Cc: Thomas Gleixner <t...@linutronix.de> > Cc: pbonz...@redhat.com > Link: > http://lkml.kernel.org/r/1475627678-20788-5-git-send-email-r...@redhat.com > Signed-off-by: Ingo Molnar <mi...@kernel.org> > Signed-off-by: Daniel Sangorrin <daniel.sangor...@toshiba.co.jp> > --- > arch/x86/crypto/crc32c-intel_glue.c | 17 ++++------------- > arch/x86/include/asm/fpu/internal.h | 34 +-------------------------------- > arch/x86/kernel/fpu/core.c | 38 > +++++-------------------------------- > arch/x86/kernel/fpu/signal.c | 8 +++----- > arch/x86/kvm/cpuid.c | 4 +--- > arch/x86/kvm/x86.c | 10 ---------- > 6 files changed, 14 insertions(+), 97 deletions(-)
This does not apply to the current 4.4.y tree. Can you rebase this series and resend it? thanks, greg k-h