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=-3.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 C53E5C433DF for ; Mon, 17 Aug 2020 10:50:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 92FF320716 for ; Mon, 17 Aug 2020 10:50:35 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="EpAZ/5Q9" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728191AbgHQKue (ORCPT ); Mon, 17 Aug 2020 06:50:34 -0400 Received: from us-smtp-delivery-1.mimecast.com ([205.139.110.120]:30015 "EHLO us-smtp-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728034AbgHQKuX (ORCPT ); Mon, 17 Aug 2020 06:50:23 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1597661422; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=SE4dvYNlVB9CSOQDs5hxirUGYULeutap5ZzZDBWVkqE=; b=EpAZ/5Q9rnxxIZ2a/WDrlynqyhfzfzMWE0r192aRbJK2PNMcz0LnLCj+JyeKxYSrwp+P1N ZfEdDVbJ9d3dP5VgTIkS7PG1dZ0IasOEBGSKuEnZhQdNdgoSMZTm9JTxNs+cavJCbySYFH W/EZctlbOh8rMWTI9az2hTGK/ySOIQw= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-174-meOXaXeZPg-AMW_PNZAmuA-1; Mon, 17 Aug 2020 06:50:18 -0400 X-MC-Unique: meOXaXeZPg-AMW_PNZAmuA-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 91CB11014DEE; Mon, 17 Aug 2020 10:50:16 +0000 (UTC) Received: from sirius.home.kraxel.org (ovpn-112-195.ams2.redhat.com [10.36.112.195]) by smtp.corp.redhat.com (Postfix) with ESMTP id CD94A10013D5; Mon, 17 Aug 2020 10:50:09 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id E51B79D5A; Mon, 17 Aug 2020 12:50:08 +0200 (CEST) Date: Mon, 17 Aug 2020 12:50:08 +0200 From: Gerd Hoffmann To: David Stevens Cc: "Michael S. Tsirkin" , David Airlie , Daniel Vetter , Sumit Semwal , Jason Wang , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , open list , ML dri-devel , "open list:VIRTIO GPU DRIVER" , Linux Media Mailing List , "moderated list:DMA BUFFER SHARING FRAMEWORK" , virtio-dev@lists.oasis-open.org, alex.williamson@redhat.com Subject: Re: [virtio-dev] Re: [PATCH v5 0/3] Support virtio cross-device resources Message-ID: <20200817105008.mi3ukh6kxgi37gjs@sirius.home.kraxel.org> References: <20200609012518.198908-1-stevensd@chromium.org> <20200609055021-mutt-send-email-mst@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 23, 2020 at 10:31:28AM +0900, David Stevens wrote: > Unless there are any remaining objections to these patches, what are > the next steps towards getting these merged? Sorry, I'm not familiar > with the workflow for contributing patches to Linux. Sorry, just have been busy and not paying as much attention to drm patches as usual. Playing catch-up now. Queued for drm-misc-next, unless something goes wrong in my testing the patches should land in linux-next soon and be merged upstream in the next merge window. take care, Gerd