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=-0.0 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, 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-pl1-f178.google.com (mail-pl1-f178.google.com [209.85.214.178]) by gnuweeb.org (Postfix) with ESMTPS id 31AF67E2F8 for ; Sun, 3 Apr 2022 23:17:39 +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=32JsNpPH; dkim-atps=neutral Received: by mail-pl1-f178.google.com with SMTP id y6so6783515plg.2 for ; Sun, 03 Apr 2022 16:17:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel-dk.20210112.gappssmtp.com; s=20210112; h=from:to:cc:in-reply-to:references:subject:message-id:date :mime-version:content-transfer-encoding; bh=bIa5xWDPxuyul2rkrLO1LeW/piEmi8gdCVs7L7VR+JI=; b=32JsNpPHGrLJTteAeg5+ttk30J249hK2S0ivN4Iu1e5dlWvZZ/8CsHbPmkjXhld4Od obP0k5R+2RXEJGktVarnW/QQCWVyozAI/o8jjYD/WM1KQvvqdY7XDROLIrlf+le8m/zO or9dEt2LFUnelJACpMLbxjZIu78P2Ufa5aryCI8GCYzkFYWEzF8/vFN1I1Tl1/M89lDc DI0xbs1gWPKneEF/BHNA9FD2YynB6FDPpvwUOl12D6gGJjy5Vz8VJoDqVJXL3wA0qc0I WRd1qwONvn7rZUMKfreKcEmgE0OnH6Z7c2a9pKrxeyno+N+8myZgYAp6+VuFn1ppfk7K hvxQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject :message-id:date:mime-version:content-transfer-encoding; bh=bIa5xWDPxuyul2rkrLO1LeW/piEmi8gdCVs7L7VR+JI=; b=Sa52AJAv+yfAEV2Q4UVQksb9zeMkjuOFaocNOKrBLhYKHxxw75aoXea2dOSO6t/RkZ wobJehFonZ3FLvdV4P2jA98ItV/NYa1EysDWTgoyt4F1DP6UB60bJKP/nUsTauNbwxnB UGc+YnwL2CcfjBxCXPAPYAytZFsUPntJDyJLy3tQl7zHLu/uQr8iwxSdnL7oKtJJQzlm UTpnzMyJQbeeBnWytYYNZvgagndZHtbNgFBt6Cjz/X38RDTT3YF66LG9AyPMhKz8zcL4 yAyNCXq78uWytuCj5BzirizK9QE6MqIdshIIXlQ8bygas25OT/3la+XM9El6RrU8EMS9 KYPQ== X-Gm-Message-State: AOAM5311IG2wv1Gy5ueKNWexM0WgxLc6MP+VsiNPj06MCit+oEKSHRWp vZWqkmg+odwGHI6izbSnkvrmgQ== X-Google-Smtp-Source: ABdhPJwFFGeQetow1gIbusy36Ku3i03rHWD6zGHcR55IkHsLC8jadGSz1XCBcLYSD9QfSSkJjIC8dQ== X-Received: by 2002:a17:903:1c7:b0:154:1831:1f76 with SMTP id e7-20020a17090301c700b0015418311f76mr21143497plh.0.1649027858593; Sun, 03 Apr 2022 16:17:38 -0700 (PDT) Received: from [127.0.1.1] ([198.8.77.157]) by smtp.gmail.com with ESMTPSA id d11-20020a056a00198b00b004fa7da68465sm9768546pfl.60.2022.04.03.16.17.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 03 Apr 2022 16:17:38 -0700 (PDT) From: Jens Axboe To: Ammar Faizi Cc: GNU/Weeb Mailing List , io-uring Mailing List In-Reply-To: <20220403182200.259937-1-ammarfaizi2@gnuweeb.org> References: <20220403182200.259937-1-ammarfaizi2@gnuweeb.org> Subject: Re: [PATCH liburing v2 0/3] Simplify build for tests and gitignore cleanup Message-Id: <164902785785.163860.3352688414836138819.b4-ty@kernel.dk> Date: Sun, 03 Apr 2022 17:17:37 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit List-Id: On Mon, 4 Apr 2022 01:21:57 +0700, Ammar Faizi wrote: > 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. > > [...] Applied, thanks! [1/3] test: Rename `[0-9a-f]-test.c` to `[0-9a-f].c` commit: 20b5edad904af8873ed06f683dee6dbfb05d9fcb [2/3] test/Makefile: Append `-lpthread` to `LDFLAGS` for all tests commit: 664bf782a6d78f701301ef6ebdd7cf63b2e3ee09 [3/3] test/Makefile: Append `.t` to the test binary commit: f200b5bba7017de7658bd44441322949182a4749 Best regards, -- Jens Axboe