From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752235AbaIBFEE (ORCPT ); Tue, 2 Sep 2014 01:04:04 -0400 Received: from mail-lb0-f182.google.com ([209.85.217.182]:63480 "EHLO mail-lb0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750903AbaIBFEC (ORCPT ); Tue, 2 Sep 2014 01:04:02 -0400 MIME-Version: 1.0 In-Reply-To: <20140827185138.GA12487@redhat.com> References: <20140827185138.GA12487@redhat.com> Date: Mon, 1 Sep 2014 22:04:00 -0700 Message-ID: Subject: Re: [PATCH 0/4] x86, fpu: copy_process's FPU paths cleanups From: Suresh Siddha To: Oleg Nesterov Cc: Al Viro , Andrew Morton , Fenghua Yu , Linus Torvalds , Bean Anderson , "H. Peter Anvin" , Ingo Molnar , Thomas Gleixner , "the arch/x86 maintainers" , Linux Kernel Mailing List Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 27, 2014 at 11:51 AM, Oleg Nesterov wrote: > Hello, > > Who can review this? And where should I send FPU changes? > > And it seems that nobody cares about 2 fixes I sent before. > Linus, I understand that you won't take them into v3.17, but > perhaps you can ack/nack them explicitly? It seems that nobody > can do this. > > Oleg. > > arch/x86/include/asm/fpu-internal.h | 2 +- > arch/x86/kernel/process.c | 16 +++++++++------- > arch/x86/kernel/process_32.c | 2 -- > arch/x86/kernel/process_64.c | 1 - > 4 files changed, 10 insertions(+), 11 deletions(-) These 4 patches also look good to me. Reviewed-by: Suresh Siddha