From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751240AbaKCXKt (ORCPT ); Mon, 3 Nov 2014 18:10:49 -0500 Received: from mx1.redhat.com ([209.132.183.28]:40427 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750733AbaKCXKq (ORCPT ); Mon, 3 Nov 2014 18:10:46 -0500 Date: Tue, 4 Nov 2014 00:10:45 +0100 From: Oleg Nesterov To: Andy Lutomirski Cc: Jan Beulich , Ingo Molnar , Linus Torvalds , "H. Peter Anvin" , Sebastian Lackner , "linux-kernel@vger.kernel.org" , Chuck Ebbert , Anish Bhatt , Thomas Gleixner , "linux-tip-commits@vger.kernel.org" Subject: Re: [tip:x86/asm] sched/x86_64: Don't save flags on context switch Message-ID: <20141103231045.GA12824@redhat.com> References: <20141103214712.GA8711@redhat.com> <20141103215837.GB8711@redhat.com> <20141103225721.GA12117@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 On 11/03, Andy Lutomirski wrote: > > On Mon, Nov 3, 2014 at 2:57 PM, Oleg Nesterov wrote: > > > > I actually tried to say that irqs should be always disabled (afaics!). > > IOW "interrupts on" should not be possible, not "interrupts off". > > But this is checking whether interrupts were on in the frame we're > returning to, not whether they're on right now, right? OOPS ;) Thanks! Oleg.