Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp4141022pxj; Tue, 15 Jun 2021 16:37:14 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwEbNH4iA/Garl/Hm6Wq1CnJtdBD0OK/Q+KQc0UxJLJB62ZflgR0Y3vywsMx+g8UhOHBoRT X-Received: by 2002:a05:6402:4395:: with SMTP id o21mr688676edc.163.1623800234672; Tue, 15 Jun 2021 16:37:14 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623800234; cv=none; d=google.com; s=arc-20160816; b=pbzv3F92DAKXJJnzdG/LRxpn73lczgTA52uCHYKh3E9amNIcKlz6Af+k/QB+be3k+q /GnPcBFRIL+ERISFkYdgsQPNwiGfvWCNLN0kfRsVw9S4QGTezH01XKW8h/CUMZxxNY+l aASmGOmx8Jng0bCFU/c8TjK2xEJGN3fd/Lv9JVGxVYYY/QLjz9YkEiU+rm1omLzDWpRT 3j1Du7RDi0yUG4Jm/A336hZMVYMRj5D2nLQHpya2HY9LPP/0BJHJCd0LeNH1c2ispVtn hBsfNaLH+c3/Vsah8dqS3A5CWXBW3hnSAqKYZ6WnlgiIK3gLC5HSGQa5hFpVRvs+p4f4 EJFg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=cOVWlPKo0z8TVFnzY91V5HFrSUMGE9cjq0CtUA4jCWQ=; b=Mc9v7a8DKTfVVaLVWAe+D1KTkLZ/zjpFG9D3C41rMJGfS3p6iZ3tN0t1cvbLqodMFA 62HmjthZsYJcntDkmPFUsJokYLFSzxyNsY/HhASyTScl5vltxd3T09H7A8IwBl4WxVEw BePRNcSb28eZIAiyY0yOtHAcECfHBfhXWoNp8GcrgREg5aw2cbo7yWNa+zmyP9xicD7G d2O0v8T7mwN1Dxp+ZmRmtKzk6GSTmWa7T7OmmdHYNSKrexHKVMcCKNcnkg59ioVMkyr6 1V2HkYgD8y2T4UhYQE9pw25cpLlOcRuQxwRqY7y7182pdF1Y8beC0ZdvTceD92IREkys ML1w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id j17si209133edw.429.2021.06.15.16.36.51; Tue, 15 Jun 2021 16:37:14 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231465AbhFOXhk (ORCPT + 99 others); Tue, 15 Jun 2021 19:37:40 -0400 Received: from mail.kernel.org ([198.145.29.99]:47972 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230039AbhFOXhj (ORCPT ); Tue, 15 Jun 2021 19:37:39 -0400 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 2F24E61356; Tue, 15 Jun 2021 23:35:34 +0000 (UTC) Date: Tue, 15 Jun 2021 19:35:32 -0400 From: Steven Rostedt To: Jens Axboe Cc: Pavel Begunkov , Olivier Langlois , Ingo Molnar , io-uring@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 2/3] io_uring: minor clean up in trace events definition Message-ID: <20210615193532.6d7916d4@gandalf.local.home> In-Reply-To: References: <60be7e31.1c69fb81.a8bfb.2e54SMTPIN_ADDED_MISSING@mx.google.com> <2752dcc1-9e56-ba31-54ea-d2363ecb6c93@gmail.com> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 15 Jun 2021 15:50:29 -0600 Jens Axboe wrote: > On 6/15/21 3:48 AM, Pavel Begunkov wrote: > > On 5/31/21 7:54 AM, Olivier Langlois wrote: > >> Fix tabulation to make nice columns > > > > Reviewed-by: Pavel Begunkov > > I don't have any of the original 1-3 patches, and don't see them on the > list either. I'd love to apply for 5.14, but... > > Olivier, are you getting any errors sending these out? Usually I'd expect > them in my inbox as well outside of the list, but they don't seem to have > arrived there either. > > In any case, please resend. As Pavel mentioned, a cover letter is always > a good idea for a series of more than one patch. > I found them in my inbox, but for some reason, none of them have a Message-id tag, which explains why the replies don't follow them nor can you find them in any mailing list. -- Steve