From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753436AbbKBMT1 (ORCPT ); Mon, 2 Nov 2015 07:19:27 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42349 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752029AbbKBMTX (ORCPT ); Mon, 2 Nov 2015 07:19:23 -0500 Subject: Re: [x86/context_tracking] db23da8b95: inconsistent {IN-HARDIRQ-W} -> {HARDIRQ-ON-W} usage. To: Fengguang Wu References: <20151102121154.GB8833@wfg-t540p.sh.intel.com> Cc: LKP , LKML From: Paolo Bonzini Message-ID: <563754C8.5060202@redhat.com> Date: Mon, 2 Nov 2015 13:19:20 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <20151102121154.GB8833@wfg-t540p.sh.intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Fengguang, this patch is not ready, and is left for 4.5; see Andy's comment at http://permalink.gmane.org/gmane.linux.kernel/2072877. Only the other two are. I'm sorry for the inconvenience. Thanks, Paolo On 02/11/2015 13:11, Fengguang Wu wrote: > Hi Paolo, > > FYI, here is another bisect result. > > https://github.com/0day-ci/linux Paolo-Bonzini/context_tracking-remove-duplicate-enabled-check/20151028-094317 > > commit db23da8b95ece9b57d4cfd63f5ee10502f1af0c8 > Author: Paolo Bonzini > AuthorDate: Wed Oct 28 02:39:57 2015 +0100 > Commit: 0day robot > CommitDate: Wed Oct 28 09:43:20 2015 +0800 > > x86: context_tracking: avoid irq_save/irq_restore on kernel entry and exit > > x86 always calls user_enter and user_exit with interrupt disabled. > Therefore, it is not necessary to check for exceptions, nor to > save/restore the IRQ state, when context tracking functions are > called by guest_enter and guest_exit. > > Use the previously introduced __context_tracking_entry and > __context_tracking_exit. > > Cc: Andy Lutomirski > Cc: Frederic Weisbecker > Cc: Rik van Riel > Cc: Paul McKenney > Signed-off-by: Paolo Bonzini