From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server-vie001.gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,URIBL_DBL_BLOCKED_OPENDNS, URIBL_ZEN_BLOCKED_OPENDNS autolearn=ham autolearn_force=no version=3.4.6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=new2025; t=1753578873; bh=wzinlsoUVOxocRmy4RVmAJHPPykjrIta1mdS58uTdTw=; h=MIME-Version:References:In-Reply-To:From:Date:Message-ID:Subject: To:Cc:Content-Type:Content-Transfer-Encoding:Message-ID:Date:From: Reply-To:Subject:To:Cc:In-Reply-To:References:Resent-Date: Resent-From:Resent-To:Resent-Cc:User-Agent:Content-Type: Content-Transfer-Encoding; b=U+AdKmWouYxZo1hg0URaDWJZ2xsB6t31CEc4m2cbkahUvTiSwZGszFjsT0ykN7aln zpgd6u5KLqOwvc/hpAYK1WcKV2MnT+olwoP1JDBTEnKBlH8MgTWluY1bvU6CE6rohj QgaAyMrydOt3N8RFVMFThg7+HtDsPV0E3utgD74CS/5Lo31zhhdJSa/JHPeYxWWPE5 Faq/dLOFgijQltWipDkQGyoYMeE4kyPvTWHW69kekPsiRYqcAr4+hI+IJ7/oprGYYH y9fR0TGu0AL2PXZ3HxQ6czcWEgSN69QlW7QzyDq4ajiRVQdO8PHKdcgCNCshh12vWw 0LeukWSQ/PoDg== Received: from mail-qt1-f181.google.com (mail-qt1-f181.google.com [209.85.160.181]) by server-vie001.gnuweeb.org (Postfix) with ESMTPSA id 1D04D3126E07 for ; Sun, 27 Jul 2025 01:14:33 +0000 (UTC) Received: by mail-qt1-f181.google.com with SMTP id d75a77b69052e-4ab8e2c85d7so45469741cf.2 for ; Sat, 26 Jul 2025 18:14:33 -0700 (PDT) X-Forwarded-Encrypted: i=1; AJvYcCUgpAUnRWxqgAAiUhf7TI6Hg3pExFJMeK9suS6aW6mde5hN34P+vCIl80i108zrBEbAdysr@vger.gnuweeb.org X-Gm-Message-State: AOJu0YykaRcmFWwQtHGGUpFNqxIIkT6IDd7wCP40fFbBSRvQN540NcYi TWvq9XfqV42UkBuV3e7e9u6aPFBgEHktq1FFfGtiRu+RFqX+6HMxctHTiOpqaOcFUaFzeUT0Fm7 v5aLqcosMnx2Dujsp5FcFAzT4EWKxBpw= X-Google-Smtp-Source: AGHT+IEN/MNbPlBlwUJd6mYjk2C1H6Qy1E66YSTTEVwA8422JYUfrqD3QJ3Y3sCZthS4rGWv/VIiXXuMAKrQiDCj0f0= X-Received: by 2002:a05:622a:1892:b0:4ae:5952:a54c with SMTP id d75a77b69052e-4aeaab03578mr30453841cf.55.1753578871806; Sat, 26 Jul 2025 18:14:31 -0700 (PDT) MIME-Version: 1.0 References: <20250727010251.3363627-1-ammarfaizi2@gnuweeb.org> In-Reply-To: <20250727010251.3363627-1-ammarfaizi2@gnuweeb.org> From: Ammar Faizi Date: Sun, 27 Jul 2025 08:14:15 +0700 X-Gmail-Original-Message-ID: X-Gm-Features: Ac12FXz9VIlzeaXzolkksBXnYGDfBNKQxJaj4YJaWaoSVzFJnnzOaFS6aBvzvQo Message-ID: Subject: Re: [PATCH liburing v2 0/3] Manpage updates for iowait toggle feature and one extra FFI fix To: Jens Axboe Cc: Alviro Iskandar Setiawan , "GNU/Weeb Mailing List" , Christian Mazakas , io-uring Mailing List , Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable List-Id: On Sun, Jul 27, 2025 at 8:02=E2=80=AFAM Ammar Faizi wrote: > [ > v2: Keep using IOURINGINLINE on __io_uring_buf_ring_cq_advance > because it is in the FFI map file. > > Now, only remove `IOURINGINLINE` from these two private helpers: > - __io_uring_set_target_fixed_file > - __io_uring_peek_cqe > > I have verified these two functions are not in liburing-ffi.map. > I will be more careful next time verifying the FFI map file. > ] > > Hi Jens, Doh, I missed the To header in v2. Good that it's accessible via the lore kernel. --=20 Ammar Faizi