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, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 Received: from mail-io1-f43.google.com (mail-io1-f43.google.com [209.85.166.43]) by gnuweeb.org (Postfix) with ESMTPS id B6F2E7F628 for ; Thu, 12 May 2022 17:03:42 +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=YKaGCgZ2; dkim-atps=neutral Received: by mail-io1-f43.google.com with SMTP id m6so6062860iob.4 for ; Thu, 12 May 2022 10:03:42 -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=UnaD7eInXDyX1YwNbJvUe2HqLaBIGK094i2gWHuLUYw=; b=YKaGCgZ2PFKy1gQKb6eSbSP4UXWaBP/SOGYn1YazENZgIfsc0whSiLR1EcRQkAmI7c hC+0OQxvWZRthVSx+Q+8gwy8uHuq1XIsEXCkkM4iPP9nF92qD/xMGpALn4e0+2K8r5Q5 z9LpJHl9PNFYxkv7TVxik2z34gBL0Ui/ovqC0mh7gtEpbWwwgzO1Ot13XmfPNYhE03DV 38cptj/6VfMvgCLorXorjW+EzSbuhevyfiQL+V5E/hZuReYBmAM7WNQkk2AjSit5td/b KNB7bndIVrnBKgW8EhXgo+7XEKeWb6y2+ToCgJ4XqX6i1diHNEvebwGL6IXfbpY+xWRr j5Nw== 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=UnaD7eInXDyX1YwNbJvUe2HqLaBIGK094i2gWHuLUYw=; b=Vwk9vPySF3RGswjilVOOZ9T3s+bL3WBexs/FBOUsx9gUv/3PSP9AqS+im9fbnqA15j 0aFg56OvgXrcubghATtmVjZeGx/Mfc7zQdOFl425AZ6FfFhYDC9xVio2/UGFaZaEIlb6 G0lwnM1ZkONgikb4kV5mQAkRXUG0dgkx/x0hrzsETnH4YJNDvpf0ldIoev5ILtp6UkcQ 1nlbs38UUtih0TmhwrRiHpbWyR4ZZE9IoKqlvY9fnmQGC2YlDAZimTdrVWBSb0VYN1Q7 BPJ9wAydcJki+CGYaI/eGGBtQVDhiZeB0NTVrwaRiAy61AlzQBPfJ4MrRa8rvt294nPr 9JPA== X-Gm-Message-State: AOAM532syjMiQxkNdXow0W4LEhmHNoxYnQi5VYVpEk4Lg8oogrWyCtV1 X3jEoT4bhQh6jGkjoqUchbYeJw== X-Google-Smtp-Source: ABdhPJylXnphNAu/2usVNYyjStjZZ70B8z+YcfUEinnDPWCgfp3V3K+V7/w30WKT1oo4dLWw442r5g== X-Received: by 2002:a05:6638:c3:b0:32a:f5d0:5d58 with SMTP id w3-20020a05663800c300b0032af5d05d58mr522811jao.40.1652375020378; Thu, 12 May 2022 10:03:40 -0700 (PDT) Received: from [127.0.1.1] ([207.135.234.126]) by smtp.gmail.com with ESMTPSA id z25-20020a05663822b900b0032b3a78174esm21322jas.18.2022.05.12.10.03.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 12 May 2022 10:03:39 -0700 (PDT) From: Jens Axboe To: ammarfaizi2@gnuweeb.org Cc: fio@vger.kernel.org, niklas.cassel@wdc.com, gwml@vger.gnuweeb.org In-Reply-To: <20220512164333.46516-1-ammarfaizi2@gnuweeb.org> References: <20220512164333.46516-1-ammarfaizi2@gnuweeb.org> Subject: Re: (subset) [PATCH v4 0/3] Cleanups and Fixes Message-Id: <165237501945.311600.4111255277695138551.b4-ty@kernel.dk> Date: Thu, 12 May 2022 11:03:39 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit List-Id: On Thu, 12 May 2022 23:43:30 +0700, Ammar Faizi wrote: > This is the v4 series of small fio cleanups and fixes. I dropped > the patches about ENOMEM handling this time. The most noticable > change is patch #3 (fix clang warning). The rest is just small > optimization and indentation clean up. > > v4: > - Append Reviewed-by tags from Niklas Cassel. > - Rebase the series. > > [...] Applied, thanks! [1/3] backend: Fix indentation commit: 74ee19043ebb12dd6b0aa243f8cdb7ccd63af857 [3/3] Makefile: Suppress `-Wimplicit-fallthrough` when compiling `lex.yy` commit: 6f1a24593c227a4f392f454698aca20e95f0006c Best regards, -- Jens Axboe