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 X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_2 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 52DCDC48BE8 for ; Wed, 16 Jun 2021 13:43:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 39F2D613B4 for ; Wed, 16 Jun 2021 13:43:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233518AbhFPNpf (ORCPT ); Wed, 16 Jun 2021 09:45:35 -0400 Received: from mail.kernel.org ([198.145.29.99]:43528 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233544AbhFPNpa (ORCPT ); Wed, 16 Jun 2021 09:45:30 -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 67D2E611EE; Wed, 16 Jun 2021 13:43:23 +0000 (UTC) Date: Wed, 16 Jun 2021 09:43:21 -0400 From: Steven Rostedt To: Olivier Langlois Cc: Jens Axboe , Pavel Begunkov , 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: <20210616094321.671b82dc@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: io-uring@vger.kernel.org On Wed, 16 Jun 2021 09:33:18 -0400 Olivier Langlois wrote: > I do not get any errors but I have noticed too that my emails weren't > accepted by the lists. > > They will accept replies in already existing threads but they won't let > me create new ones. ie: accepting my patches. How are you sending your patches? The patches that were rejected, did not have the "Message-ID:" tag in the header. If you look at my email (and yours that I'm replying to now) you'll see something like this: Message-ID: (that's from the email I'm replying to). All emails are suppose to have this tag. This is what is used to map replies in a way that your email client can see what email is replying to which email. Again, from your email: In-Reply-To: That's because the email you replied to had: Message-ID: This is also used for mail archives, as message ids are used to differentiate emails from each other. But if the Message-ID is missing, the archives have no idea to map it. I'm guessing that the mailing lists also flag any email that is missing a Message-ID as spam. Thus, you should find out what is wrong with your client software that is sending out the patches, and see why it's not including the Message-ID. -- Steve