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 43DBEC61DA4 for ; Fri, 3 Feb 2023 21:20:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233272AbjBCVUZ (ORCPT ); Fri, 3 Feb 2023 16:20:25 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35404 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232959AbjBCVUY (ORCPT ); Fri, 3 Feb 2023 16:20:24 -0500 Received: from gnuweeb.org (gnuweeb.org [51.81.211.47]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0134E1CAFC for ; Fri, 3 Feb 2023 13:20:23 -0800 (PST) Received: from biznet-home.integral.gnuweeb.org (unknown [182.253.183.234]) by gnuweeb.org (Postfix) with ESMTPSA id A3C9383000; Fri, 3 Feb 2023 21:20:21 +0000 (UTC) X-GW-Data: lPqxHiMPbJw1wb7CM9QUryAGzr0yq5atzVDdxTR0iA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1675459223; bh=DMzAomegAlFb16dLAqwI22Y5SKyyQGFRkrCntvWwQl4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=O59k7W2OlwZSg2/vq0KJdWB9H+EZbG/+DmmUmMCg7yLhZ6h6TDpeURfCHE6cWCOVU Wvky0t7/NQKVmdCCWbAdr4pkE2EvgKlEDc/1yU+KbLnSnUitl4Ehyq8Hfh21PZvEyd Sn+bULK3xVS/YaqcL6lYtWNDZZ+Gh7gveSE7pQyfJicheexZlF4uqIwPO/KzxCqws9 aPEPAF1ikt6gHLTXEOoAZlof9hX24hz56F3qmDAlBxk58ZdsA/wk7TdiBGQ1mTEfZ+ VK/XGqv15lplPJIE2LZZnwhi8I2PYgWlQSYW4lIB35bo89S4DGzKq4TlZTyXX4U88G Wc4z/MnwbVz4Q== Date: Sat, 4 Feb 2023 04:20:17 +0700 From: Ammar Faizi To: Stefan Roesch Cc: Facebook Kernel Team , io-uring Mailing List , Jens Axboe Subject: Re: [PATCH v6 3/4] liburing: add example programs for napi busy poll Message-ID: References: <20230203190310.2900766-1-shr@devkernel.io> <20230203190310.2900766-4-shr@devkernel.io> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: io-uring@vger.kernel.org On Fri, Feb 03, 2023 at 01:14:30PM -0800, Stefan Roesch wrote: > Do you happen to know which compiler and what settings are used in the > CI environment? I don't see these warnings in my local environment. GCC and Clang, both are not happy. Here is the build result of your patch series: https://github.com/ammarfaizi2/liburing/actions/runs/4087640126/jobs/7048391772 liburing's upstream CI config file can be found here: https://github.com/axboe/liburing/blob/master/.github/workflows/build.yml -- Ammar Faizi