From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, NICE_REPLY_A,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 Received: from mail-pj1-f52.google.com (mail-pj1-f52.google.com [209.85.216.52]) by gnuweeb.org (Postfix) with ESMTPS id 913907E2F8 for ; Sun, 3 Apr 2022 23:15:27 +0000 (UTC) Authentication-Results: gnuweeb.org; dkim=pass (2048-bit key; unprotected) header.d=kernel-dk.20210112.gappssmtp.com header.i=@kernel-dk.20210112.gappssmtp.com header.a=rsa-sha256 header.s=20210112 header.b=HQandnub; dkim-atps=neutral Received: by mail-pj1-f52.google.com with SMTP id n18-20020a17090ade9200b001ca699ee462so3127019pjv.3 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=ZaSg86qtUqBpG4lbnAR4FZr9ty1iqPdWO/IwKFxmbw8bGS/gO8XjjXoJ2ZqeBBNkeE ditWlNh8NpxMPXBSQJ3lbmoqohkaEb1TSaE3sWY6XRm3MuzYfpsvYUyMSjgfpy+AkceY KEPcD9+wAWd9p4c4jGS3kOtzE11blyDBzv2fmKVPPyDTXrp2+KN+UkYaalmyb/DkWjO+ 1GtO6q/vSXw2hrQiPjrSBXv3v0CjH9KsYtu9Hs//7yEHT+q+YWZbqKeZcPBXDPouFwXk fKv8arXFXE4g94KBblyInyDmKYuDPzabXuWoCDwHhDhTYkmVvYGLjjhb/zUidWQIDSTp HJiQ== X-Gm-Message-State: AOAM530kCZlR1aUBPPvp2IoZg0JgIrNyoo4hqY5Dtl7BOCANg7r4MIyj zJOnOPIfqMXen6CA96BpdOsSkQ== 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 List-Id: 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