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=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 07F09C06513 for ; Tue, 2 Jul 2019 17:06:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D63802082F for ; Tue, 2 Jul 2019 17:06:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726686AbfGBRGU (ORCPT ); Tue, 2 Jul 2019 13:06:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52092 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725996AbfGBRGU (ORCPT ); Tue, 2 Jul 2019 13:06:20 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id B279BBDD1; Tue, 2 Jul 2019 17:06:06 +0000 (UTC) Received: from redhat.com (ovpn-124-209.rdu2.redhat.com [10.10.124.209]) by smtp.corp.redhat.com (Postfix) with SMTP id 0B7925D6A9; Tue, 2 Jul 2019 17:06:00 +0000 (UTC) Date: Tue, 2 Jul 2019 13:05:59 -0400 From: "Michael S. Tsirkin" To: Joerg Roedel Cc: Jean-Philippe Brucker , Nathan Chancellor , Stephen Rothwell , Greg KH , Arnd Bergmann , Linux Next Mailing List , Linux Kernel Mailing List , Suzuki Poulose , Mathieu Poirier Subject: Re: linux-next: manual merge of the char-misc tree with the driver-core tree Message-ID: <20190702130511-mutt-send-email-mst@kernel.org> References: <20190701190940.7f23ac15@canb.auug.org.au> <20190701200418.GA72724@archlinux-epyc> <20190702141803.GA13685@ostrya.localdomain> <20190702151817.GD3310@8bytes.org> <20190702112125-mutt-send-email-mst@kernel.org> <20190702155851.GF3310@8bytes.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190702155851.GF3310@8bytes.org> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Tue, 02 Jul 2019 17:06:20 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 02, 2019 at 05:58:51PM +0200, Joerg Roedel wrote: > On Tue, Jul 02, 2019 at 11:23:34AM -0400, Michael S. Tsirkin wrote: > > I can drop virtio iommu from my tree. Where's yours? I'd like to take a > > last look and send an ack. > > It is not in my tree yet, because I was waiting for your ack on the > patches wrt. the spec. > > Given that the merge window is pretty close I can't promise to take it > into my tree for v5.3 when you ack it, so if it should go upstream this > time its better to keep it in your tree. > > > Regards, > > Joerg Hmm. But then the merge build fails. I guess I will have to include the patch in the pull request then?