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 4797DC433F5 for ; Sun, 3 Apr 2022 23:15:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238353AbiDCXRX (ORCPT ); Sun, 3 Apr 2022 19:17:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50160 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231133AbiDCXRW (ORCPT ); Sun, 3 Apr 2022 19:17:22 -0400 Received: from mail-pj1-x102d.google.com (mail-pj1-x102d.google.com [IPv6:2607:f8b0:4864:20::102d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9127F36179 for ; Sun, 3 Apr 2022 16:15:27 -0700 (PDT) Received: by mail-pj1-x102d.google.com with SMTP id j20-20020a17090ae61400b001ca9553d073so1313295pjy.5 for ; Sun, 03 Apr 2022 16:15:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel-dk.20210112.gappssmtp.com; s=20210112; h=message-id:date:mime-version:user-agent:subject:content-language:to :cc:references:from:in-reply-to:content-transfer-encoding; bh=SM2cSDTSyohFDZyRxcQ1ghjghhAMTQ8Oj6Pfl+hoYYM=; b=HQandnubTZ97806VrhduZR62Qns5TARcDFGufdF3+3rhpljcruwiP3E9HV7aM2K3Ig 7g+beOdK/5FQqNwMu65qwdDxk70w9eJcdbmNj6j+qDfknu+SKtl8vjqK1k3sEinQH3BY xwnJtXFl7qhrjbmn0tJmlxOjtfwPfZUDgTFeGRy6v7YLhixJwwViUPsSZ5lNPoL+UZXr 0Buu+2hxWBKi8fvdMqpVTbwIf6emSxl7a2z+Fgr+9sefCDgzSPMD2Wspw5N8CokrGBZ9 LIcMH6AktAie3YYotJFlwyLkNYJ6LsZlxH9PXRXAc/j0m8dXQ9Up63Lw4LQNYxA48IHz Tmlw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=SM2cSDTSyohFDZyRxcQ1ghjghhAMTQ8Oj6Pfl+hoYYM=; b=3ps01cmnY/xM5EVGwutGnC7iIsVcLEtwbKBs85QyREaK4LuLKAfqfWiXYDIeFyl3yS NPCsi8546i78e3rhXOoFvbgxUkYj6H3uNe1I7xhnZQWLfwWTjKD2B3AhmEMGD33RZ545 X++AZzEmcuNcYctGNqz/gDk9uqytlcyE2oOTB30woeAMw5e+LFGUS/hlWslFoW2wtVgl a9cU0kHrJo2btK+vbSJs76aHLrGbtGVfFM1sF77KaK+3v++lwAVEvZnZeJARHBeoKkyk WXDsuVPz39ZVKCdXXSwVDwVTewoAWU7vpub4nluXX5hGFOv81euSX25DKV0bJYTbRYxl VJ9g== X-Gm-Message-State: AOAM531xcAK0xlHXcPywjJ5wV4tGbIACziFxX+JFuIC2YdbuL0M9Rr1K VV2Xpo8eP+ElchtjKsQVccj0tilMX1F63w== X-Google-Smtp-Source: ABdhPJz5wW/7wxrmZX1bLvafLAU5zteOe1jWCPXoSPV5+iBQQM2JdlPjy5iycGNECJPz8uFmj6KmgQ== X-Received: by 2002:a17:90a:c791:b0:1c7:26eb:88dd with SMTP id gn17-20020a17090ac79100b001c726eb88ddmr23264989pjb.218.1649027727021; Sun, 03 Apr 2022 16:15:27 -0700 (PDT) Received: from [192.168.1.100] ([198.8.77.157]) by smtp.gmail.com with ESMTPSA id h13-20020a056a00170d00b004fb1450229bsm10489157pfc.16.2022.04.03.16.15.26 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 03 Apr 2022 16:15:26 -0700 (PDT) Message-ID: Date: Sun, 3 Apr 2022 17:15:25 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux aarch64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: [PATCH liburing v2 0/3] Simplify build for tests and gitignore cleanup Content-Language: en-US To: Ammar Faizi Cc: io-uring Mailing List , GNU/Weeb Mailing List References: <20220403182200.259937-1-ammarfaizi2@gnuweeb.org> From: Jens Axboe In-Reply-To: <20220403182200.259937-1-ammarfaizi2@gnuweeb.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: io-uring@vger.kernel.org On 4/3/22 12:21 PM, Ammar Faizi wrote: > Hi Jens, > > This is the v2, there are 3 patches in this series: > > - Rename `[0-9a-f]-test.c` to `[0-9a-f].c`. > > - Append -lpthread for all tests and remove the LDFLAGS override > for tests that use pthread. > > - Append `.t` to the test binary filename for gitignore simplification. Thanks - I have applied this series, but noticed that test/statx.t isn't properly cleaned when make clean is run. If you have time, please take a look. If not I will tomorrow. -- Jens Axboe