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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 794B4C001B0 for ; Thu, 13 Jul 2023 16:26:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234971AbjGMQ0F (ORCPT ); Thu, 13 Jul 2023 12:26:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39296 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234510AbjGMQ0E (ORCPT ); Thu, 13 Jul 2023 12:26:04 -0400 Received: from mail-io1-xd2a.google.com (mail-io1-xd2a.google.com [IPv6:2607:f8b0:4864:20::d2a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4FE8E271F for ; Thu, 13 Jul 2023 09:26:03 -0700 (PDT) Received: by mail-io1-xd2a.google.com with SMTP id ca18e2360f4ac-785ccd731a7so10954339f.0 for ; Thu, 13 Jul 2023 09:26:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel-dk.20221208.gappssmtp.com; s=20221208; t=1689265562; x=1689870362; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=Pt77v8edZ8dsPqoE8IOEob2CDByUrWMtzPxeFhDj+MM=; b=ArhpsC+HZuER0kHhyWPL1kcHR3AX48bjJByPrCAvYwhoFsL57cWL4mRAmeFhCbidRQ FCOjj3GPstwjkM8JabKNMAUO7NAmQVkXu8gaxcKbAsUGbP9z/1TBh2E7Mpmc2XdRUuxh TQhR3rohZBmgA9YG8aXgJ1VcPgDz9IfYEPgEbYz24+XWaN5HEFP1i1fdwmNDLmN3MeKi ujiK48FvYufMWZf/IPUaOXLcWfzkPzd1vccMlbR6v3hjY2NLWjqVmEWCOiF4F7iC/7jg ca1MqSkqXmSgIkPwMLZfoDh7frazbgvD85XSGC0Jy5CWhUtUxaqBL/pAAZVlRVCZMj+i KfjA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1689265562; x=1689870362; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=Pt77v8edZ8dsPqoE8IOEob2CDByUrWMtzPxeFhDj+MM=; b=HUVrrv1T0unnbVtKdCmhSqnssJc+3vw+loL6nuhtTehx2dK9MGWt+kxBDzhc3uW5ZL ugEPipy4hu4NFZSL6ZfAScwx3yN2RLHpgFqmIcDitYS+DnroE4c71w1FJjFHye7txl/T 1XxRAt219pkYJV8is9uXUiIpDA2MfXFThp1wl2rjgC1Hw9iVMwI92CtLxhuYDzb65Yiy Q24+ySgiDqG8wJ2smaZ6/9kUQ9Qcr1/R1FrNNphHolR6j10MXlDk6/aJNd0lFWLne/xR +C55f/8qqM6WOiWPWgELAyE6LWz+lU2+wVf9UFLO/foTUsB8UUZ44TnfOi/El+JppHG7 MLHA== X-Gm-Message-State: ABy/qLbDIGjgTjuM+60AmKhCPzPLV5NoPJYd6gGjv/ClJhu+0gf0wei8 HpAW0wyVq4wNYL3IC8HUpmntNA== X-Google-Smtp-Source: APBJJlHG7bAFL9tD2fJxqxqp3bTUhaqcrORWA9M6cspExF0UwxxJUNK1usQwN1q3Zgz5tBKDPLo4XA== X-Received: by 2002:a6b:8d17:0:b0:783:743c:fd01 with SMTP id p23-20020a6b8d17000000b00783743cfd01mr2166673iod.0.1689265562689; Thu, 13 Jul 2023 09:26:02 -0700 (PDT) Received: from [192.168.1.94] ([96.43.243.2]) by smtp.gmail.com with ESMTPSA id o14-20020a02cc2e000000b0042acf389acesm1880077jap.71.2023.07.13.09.26.01 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 13 Jul 2023 09:26:02 -0700 (PDT) Message-ID: Date: Thu, 13 Jul 2023 10:26:01 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux aarch64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Subject: Re: [PATCH 8/8] io_uring: add support for vectored futex waits Content-Language: en-US To: Peter Zijlstra Cc: io-uring@vger.kernel.org, linux-kernel@vger.kernel.org, tglx@linutronix.de, mingo@redhat.com, andres@anarazel.de References: <20230712162017.391843-1-axboe@kernel.dk> <20230712162017.391843-9-axboe@kernel.dk> <20230713115412.GI3138667@hirez.programming.kicks-ass.net> From: Jens Axboe In-Reply-To: <20230713115412.GI3138667@hirez.programming.kicks-ass.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: io-uring@vger.kernel.org On 7/13/23 5:54 AM, Peter Zijlstra wrote: > On Wed, Jul 12, 2023 at 10:20:17AM -0600, Jens Axboe wrote: >> int io_futex_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe); >> +int io_futexv_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe); >> int io_futex_wait(struct io_kiocb *req, unsigned int issue_flags); >> +int io_futex_waitv(struct io_kiocb *req, unsigned int issue_flags); >> int io_futex_wake(struct io_kiocb *req, unsigned int issue_flags); > > That's an inconsistent naming convention.. I'll stare at the rest later. I had to stare at that a bit.. Yes it is, I'll unify that. -- Jens Axboe