Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp2512601ybl; Mon, 19 Aug 2019 03:19:21 -0700 (PDT) X-Google-Smtp-Source: APXvYqyYTrhb02ad2uAKW+PUCjrE5suqZYxqWUl3n7ElwerswhQiI9wtRNYgsIt74H2YJ8UVuyfs X-Received: by 2002:a65:5144:: with SMTP id g4mr19271949pgq.202.1566209961249; Mon, 19 Aug 2019 03:19:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566209961; cv=none; d=google.com; s=arc-20160816; b=hikXIv6PtBtp/ylWennyUKZFVQPJPl7MBKBnjJy875Zb7zFrSpg3xh0D1RMmHAaeRk kFFbEBJVRn0XDm8mHzji0OMjHrwpYMUtSBBvTUxjUXSkzp0/kQ8q9sg8eIKKD4cFUwjH U9We/TYQhZQYYSS5GDHsLexXV0coXPyIVn8FETakdpLno71+DT2bN9PbPGSVFpMJ2Wd7 xUhr5KrrpTCNLwSIdh6IFuCkkFdAAcWTDg420x4rXr87d2ekgF3B9VNy1RTTJ4znX/Q+ ruENdCqr7lowYI7pmeTm7wLqfHE9ZYSRumsJDRNb1rnNfTx1gzzfstnmJCTlUyZZeUQZ /5kA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=G9PsnKCW58Zp9Yfgix/1lFX7Tvvc2q9lDkdFNLXOqdc=; b=IP0CwmJrtufTtiKMR7DIIWfP/ZySwZZGDcWeAOLh6F/AXhjJXxeEDQdgnxvfemjA5H u/ozgPyUPTLdYXUde1lZb8sBOR30yNbgyDyH6S1t+AUyD4alX9HRtL5Rkvq4pEMZMIfv aCnqedpIy969n5b3qeDdYFZH3UrtrBg1R8g71kqedKUHIisbR+BPxzlMv1VYhKxcA8BI QIPsDLEvl66UYGPccz0mZTvbDH8oVN3G6SsFNbq5Xvp/ka8YPl3TBBcNFiXjORt6mRbL cizbIw+zUEPe6V7kKnb/s1X5UB2JOmbAcboXxQ8i6hMEMZsNwnDrY0MyHNGnJZBmgCYZ IJPg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g62si10358607pfb.219.2019.08.19.03.19.06; Mon, 19 Aug 2019 03:19:21 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727082AbfHSKSI (ORCPT + 99 others); Mon, 19 Aug 2019 06:18:08 -0400 Received: from verein.lst.de ([213.95.11.211]:46385 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725790AbfHSKSH (ORCPT ); Mon, 19 Aug 2019 06:18:07 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 75597227A8B; Mon, 19 Aug 2019 12:18:05 +0200 (CEST) Date: Mon, 19 Aug 2019 12:18:05 +0200 From: Christoph Hellwig To: Paul Walmsley Cc: Christoph Hellwig , Palmer Dabbelt , Damien Le Moal , linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 03/15] riscv: refactor the IPI code Message-ID: <20190819101805.GB29645@lst.de> References: <20190813154747.24256-1-hch@lst.de> <20190813154747.24256-4-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 13, 2019 at 09:41:58PM -0700, Paul Walmsley wrote: > On Tue, 13 Aug 2019, Christoph Hellwig wrote: > > > This prepare for adding native non-SBI IPI code. > > > > Signed-off-by: Christoph Hellwig > > Thanks, queued for v5.4-rc1. Where did you queue it up? I can't find it anywhere in your tree, and I really need a baseline for the next iteration.