From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AC69CC433DB for ; Tue, 9 Mar 2021 06:22:02 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 335A76519D for ; Tue, 9 Mar 2021 06:22:02 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 335A76519D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=fujitsu.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-Id:Date: Subject:Cc:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=DgImETMDPLNFXr5BSHasenWCaxS+cG4/bbvwSq45x5A=; b=VCh/LSdRS/xjTQn60QYX1VUWP lbnAi9b/QwCypbTtLNrzWtXi06kkyWcUoGzmJrhdFwy7p/7q95JwSZZKQNCdhpCzneq/s6ga9VOws PCG3682xDtzbzqs9K+zQUeGxz9ZcsluYeKmNW+zZjRtsHT89YM5uog7CgcZWy0LyZ4qlOGEpZbRFt v5MlvfefiDQUxVqUZ/vpae+AEuR9eX4RAO7wyNvhZjBJbNJqHG2hWGedNIoMDzw38lmGaCYCzY20N iPzvYx4apujc5QTrA0OimHo4uQkKn/sAgGGlqtYBddWfGP8KmlmG+TGgrvdze35xjRM11h8Pjrcgn qc5Wl+sRA==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lJVjO-003sOF-Qw; Tue, 09 Mar 2021 06:20:34 +0000 Received: from esa2.hc1455-7.c3s2.iphmx.com ([207.54.90.48]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lJVjL-003sNQ-Cl for linux-arm-kernel@lists.infradead.org; Tue, 09 Mar 2021 06:20:33 +0000 IronPort-SDR: tNS6X/ZHSXrR8zq85rKiZhEe/lLIyGrB+oTws0M0NeJAy/t7bQ8+FCRMp1YPLNnujotSPlSbpN dfhRwJ/tmAs/+2LAWUopwKyvsBAgE4bKItsJIyfKud7mLMTagXiYxKFrkBniLY2Kaj3b3Y7IwK Q8oonlPIAp17N7CXJE1t1w+r5LVbEFAZZAF+9MI996vN13Hhtofxe6t8MD81Pg/O1LAyYasLxE y0RVCmIfcoQjpaaEEDBVN/YKUuSUKmqdJAtoD6KoCZlEGtQnRsGotvKy7qRIP6ft38bTLQ0NDI nwk= X-IronPort-AV: E=McAfee;i="6000,8403,9917"; a="22201707" X-IronPort-AV: E=Sophos;i="5.81,234,1610377200"; d="scan'208";a="22201707" Received: from unknown (HELO yto-r1.gw.nic.fujitsu.com) ([218.44.52.217]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP; 09 Mar 2021 15:20:29 +0900 Received: from yto-m4.gw.nic.fujitsu.com (yto-nat-yto-m4.gw.nic.fujitsu.com [192.168.83.67]) by yto-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id 5689BEC7E5 for ; Tue, 9 Mar 2021 15:20:28 +0900 (JST) Received: from oym-om4.fujitsu.com (oym-om4.o.css.fujitsu.com [10.85.58.164]) by yto-m4.gw.nic.fujitsu.com (Postfix) with ESMTP id 8A3D1595767 for ; Tue, 9 Mar 2021 15:20:27 +0900 (JST) Received: from pumpkin.openstacklocal (pumpkin.fct.css.fujitsu.com [10.130.70.189]) by oym-om4.fujitsu.com (Postfix) with ESMTP id 1C4FE4008A2EC; Tue, 9 Mar 2021 15:20:27 +0900 (JST) From: Yuichi Ito To: maz@kernel.org, mark.rutland@arm.com Cc: Valentin.Schneider@arm.com, catalin.marinas@arm.com, ito-yuichi@fujitsu.com, kernel-team@android.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux@arm.linux.org.uk, peterz@infradead.org, tglx@linutronix.de, will@kernel.org Subject: Re: [PATCH v2 0/6] arm/arm64: Allow the rescheduling IPI to bypass irq_enter/exit Date: Tue, 9 Mar 2021 15:20:07 +0900 Message-Id: <20210309062007.1600708-1-ito-yuichi@fujitsu.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 X-TM-AS-GCONF: 00 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210309_062031_484421_81498784 X-CRM114-Status: UNSURE ( 6.75 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Marc, Mark > Mark is working on this, I believe. I'll let him comment on the current > state of things. I understand. Mark, Could you tell me current state? Thanks, Yuichi Ito _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel