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 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id C9942C433EF for ; Thu, 26 May 2022 06:47:38 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A150310F6A8; Thu, 26 May 2022 06:47:35 +0000 (UTC) Received: from mail-yw1-x1130.google.com (mail-yw1-x1130.google.com [IPv6:2607:f8b0:4864:20::1130]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5E08810E184 for ; Wed, 25 May 2022 15:35:01 +0000 (UTC) Received: by mail-yw1-x1130.google.com with SMTP id 00721157ae682-2ff53d86abbso199650647b3.8 for ; Wed, 25 May 2022 08:35:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jlekstrand-net.20210112.gappssmtp.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=eUkrGTrSQ/HvE4pkTTytLYos8pE2CZwRH56haednrI8=; b=kf5EZxUU0EZdGTD7+88GQlhPltRPmgGJN2jXjxqnKAKcR8B0sTiIlFFFMGA5v1pLAS aYaCuJFPcgAIRGNVnwsUZvCe2DOksWy1a90jzjzIJ8/3lrIb4TStqgOf4cyUWBzkr1rQ 6+3dxc8fK1O58elAJRAKNhIOFswsuDTfS5seMM8UoVwLgDig6buFKN4B/eGgMT1Hgh0K 0G0ms4C2dqWNaBe66YYZTu7wJGh4jw+j93XQOZ4MmgUf6JuupYVYGVlO9ZCKjzsNqyAS DCiNgvFwMkJrqbsuNbqddj5TD1AcXVvN4fguqUzsaqeQ8w43DtqOicsDT/yC3C4bMILx jRAQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=eUkrGTrSQ/HvE4pkTTytLYos8pE2CZwRH56haednrI8=; b=5I/9PsMnSKFmwmTxgjj+YEMKRCBO5ZyWof+v9+tEuVXT6B/5KZrKd5IRuMudF12sPD OjTuJ4MLepJCmojcHEOp99or4U/VWBqZh1iF49CjADD9Oc4YRmzfTeVfbNrhVCgGldAG 5JLbf7OP49R5IjfDlc4EiqAt8RPutfM3Tem/tcfCiQqaaaUO1oH9bzBnjc0Ww2hitN4v 7Bc1m+pimtc5maGGmYEg0vgK/XWm8NlhU76SOc5mPWG44tKcxr5DD0kVjQnXwTQDjkQe i111DAT8+wCAQe95fzcrr6yt4X8gFipd29/n2tAa4CtvksNpyciozfNR25/7IeQnWc1d UwiA== X-Gm-Message-State: AOAM532LcrVb+cYN9nkj+knWp7NBLx6duGnP7Qs1ynL5NB8OXucMGguJ ijreJkL+kR6dWxhGZuNIUDYyq//p6Gsm3ZyM7KqX4RQf0YrEBA== X-Google-Smtp-Source: ABdhPJzg2dbkBHs0hM+M9PZeq5YUUPQu/KPFQrKpUcmuV+JMpU7gu9UOXzsavL3DIL8mZscbhA80P/oZdLwEfrJd8ww= X-Received: by 2002:a05:690c:97:b0:2f1:9582:6685 with SMTP id be23-20020a05690c009700b002f195826685mr35675326ywb.395.1653492900353; Wed, 25 May 2022 08:35:00 -0700 (PDT) MIME-Version: 1.0 References: <20220506180216.2095060-1-jason@jlekstrand.net> In-Reply-To: From: Jason Ekstrand Date: Wed, 25 May 2022 10:34:49 -0500 Message-ID: Subject: Re: [PATCH 0/2] dma-buf: Add an API for exporting sync files (v14) To: Daniel Stone Content-Type: multipart/alternative; boundary="000000000000f7230005dfd7d078" X-Mailman-Approved-At: Thu, 26 May 2022 06:47:10 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Maling list - DRI developers Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" --000000000000f7230005dfd7d078 Content-Type: text/plain; charset="UTF-8" On Wed, May 25, 2022 at 5:02 AM Daniel Stone wrote: > On Sat, 7 May 2022 at 14:18, Jason Ekstrand wrote: > > This patch series actually contains two new ioctls. There is the export > one > > mentioned above as well as an RFC for an import ioctl which provides the > other > > half. The intention is to land the export ioctl since it seems like > there's > > no real disagreement on that one. The import ioctl, however, has a lot > of > > debate around it so it's intended to be RFC-only for now. > > Errr, I think we're good with this one now right? > Yeah, I dropped the RFC from the patch, just not the description in the cover letter, apparently. > From the uAPI point of view, having looked through the Mesa MR, both are: > Acked-by: Daniel Stone > For reference: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4037 Yes, I agree it's gotten sufficient review at this point that I think we can call the uAPI reviewed. I'm good with landing now. Sorry that took so long but the original version I had only used half of the new API and I wanted to make sure both halves got good testing. --Jason > Cheers, > Daniel > --000000000000f7230005dfd7d078 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
On Wed, May 25, 2022 at 5:02 AM Daniel Stone <daniel@fooishbar.org> wrote:
On Sat, 7 May 2022 at 14:18, Jason= Ekstrand <jas= on@jlekstrand.net> wrote:
> This patch series actually contains two new ioctls.=C2=A0 There is the= export one
> mentioned above as well as an RFC for an import ioctl which provides t= he other
> half.=C2=A0 The intention is to land the export ioctl since it seems l= ike there's
> no real disagreement on that one.=C2=A0 The import ioctl, however, has= a lot of
> debate around it so it's intended to be RFC-only for now.

Errr, I think we're good with this one now right?
=
Yeah, I dropped the RFC from the patch, just not the descrip= tion in the cover letter, apparently.
=C2=A0
>From the uAPI point of view, having looked through the Mesa MR, both are: Acked-by: Daniel Stone <daniels@collabora.com>
=C2=A0
=

Yes, I agree it's gotten sufficien= t review at this point that I think we can call the uAPI reviewed.=C2=A0 I&= #39;m good with landing now.=C2=A0 Sorry that took so long but the original= version I had only used half of the new API and I wanted to make sure both= halves got good testing.

--Jason

=C2=A0
Cheers,
Daniel
--000000000000f7230005dfd7d078--