From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753816AbaIBOQT (ORCPT ); Tue, 2 Sep 2014 10:16:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45199 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751130AbaIBOQS (ORCPT ); Tue, 2 Sep 2014 10:16:18 -0400 Date: Tue, 2 Sep 2014 16:13:40 +0200 From: Oleg Nesterov To: Suresh Siddha Cc: Linus Torvalds , Al Viro , Andrew Morton , Fenghua Yu , Bean Anderson , "H. Peter Anvin" , Ingo Molnar , Thomas Gleixner , the arch/x86 maintainers , Linux Kernel Mailing List Subject: Re: [PATCH 4/4] x86, fpu: irq_fpu_usable: kill all checks except !in_kernel_fpu Message-ID: <20140902141340.GA23771@redhat.com> References: <20140827185138.GA12487@redhat.com> <20140828111628.GB15276@redhat.com> <20140829181533.GA30659@redhat.com> <20140829181729.GE30659@redhat.com> <20140902125810.GB18534@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140902125810.GB18534@redhat.com> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Sorry for noise, but just in case... On 09/02, Oleg Nesterov wrote: > > Do you think this can work? Of course, even if this can work, we should do this later. Let's start with the simple changes, then we will see if we can actually remove all other checks. Oleg.