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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 23E3DC83F1A for ; Tue, 29 Aug 2023 13:59:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236607AbjH2N7V (ORCPT ); Tue, 29 Aug 2023 09:59:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50632 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236623AbjH2N64 (ORCPT ); Tue, 29 Aug 2023 09:58:56 -0400 Received: from mail-lj1-x22d.google.com (mail-lj1-x22d.google.com [IPv6:2a00:1450:4864:20::22d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1E43CE0 for ; Tue, 29 Aug 2023 06:58:52 -0700 (PDT) Received: by mail-lj1-x22d.google.com with SMTP id 38308e7fff4ca-2bbad32bc79so66506871fa.0 for ; Tue, 29 Aug 2023 06:58:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1693317530; x=1693922330; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=PVOLZcx4AIsXRc/g2YpZsFOczjBN4OxBp91WfaIe2vg=; b=FvZDE4sgX8Gcc101vhoVpJMA3I12lrHibVAihaKMEKzpoe1xs4qHkG8kwDjcsVwVpp QbDuoaNsOIRTV/bF5QYgTdWGehJReCU3582y/652LyDNani64nCF5Ammtb6klL4ccClP XvzLMer33ouc6ebPeutHuv1C4wOOolNCpVr7QmEqjf06kAjPXGDG3Lfd5coE3HDI0dh2 9Bz4L4uNPhtyW6E5mVF+I864ZeA6LbXc0/BTeaqu2TlozrJCZ1iuydfBq9I+Mw5u0ztb NiP1oD8khdLsvRPKumPhMuJoyVt4D9z0aKy3x+XpD0A8PBHwHCydp2IB4O/qOvhCakrs GXGA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693317530; x=1693922330; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=PVOLZcx4AIsXRc/g2YpZsFOczjBN4OxBp91WfaIe2vg=; b=FNOZ8y0PvQk15GKWeH7uq6TDG1Bw+6Gurcxe9eT29reliXUFM7cqbdiiKBAhxTgCiC HKnce730LzaFToW9aCsw4i9pL5OqYB9aPZyPrGK7wpwqSpD8ddX/7Qs6ScsS6lBimvvJ CV0g32o74opoCVjCYTC+nOWYY9qr9IH6HZrSsdsP+xsz6CRqRYQ1uu8XI7C7MizIzKo2 uoO55z0jVOb187bLwCBjwePql+DnvGsCp84sivL6nRW/7X5SdILyfAhQ0AFScyLfyHg1 IymHzJPRD1OqCFCLE/ODR+UsD5CQ9m/98CMAt/rbPkx6fRKK7CDS7sBgjaHIEzT78CSB gNsg== X-Gm-Message-State: AOJu0YwQ5S+Q+UzFK7qQ57G55z9nW3Ve+fRyMNNG0ryEsk94rB4WFD70 JcMDnsKVRrKSxl1v53FUdSU= X-Google-Smtp-Source: AGHT+IEX3RcLp3mP5kiuUipDYPnAMBrkSNwpCXeQ4bDmFU6lxo4oRGOzcC7A8SJlFjkRBmRlQTN3XQ== X-Received: by 2002:a2e:b0e5:0:b0:2bc:e954:4203 with SMTP id h5-20020a2eb0e5000000b002bce9544203mr10460992ljl.26.1693317530067; Tue, 29 Aug 2023 06:58:50 -0700 (PDT) Received: from nam-dell ([131.155.246.6]) by smtp.gmail.com with ESMTPSA id q4-20020a170906144400b00993860a6d37sm5967206ejc.40.2023.08.29.06.58.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 29 Aug 2023 06:58:49 -0700 (PDT) Date: Tue, 29 Aug 2023 15:58:48 +0200 From: Nam Cao To: ozlinux@hotmail.com Cc: gregkh@linuxfoundation.org, colin.i.king@gmail.com, sumitraartsy@gmail.com, u.kleine-koenig@pengutronix.de, geert@linux-m68k.org, linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev Subject: Re: [PATCH v4 0/6] staging: octeon: clean up the octeon ethernet driver Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 28, 2023 at 10:44:42AM -0400, ozlinux@hotmail.com wrote: > On Mon, Aug 28, 2023 at 04:17:16PM +0200, Nam Cao wrote: > > On Mon, Aug 28, 2023 at 09:39:13AM -0400, Oliver Crumrine wrote: > > > Make the octeon ethernet driver better conform to the linux kernel coding standards > > > > > > Oliver Crumrine (6): > > > staging: octeon: clean up the octeon ethernet driver > > > staging: octeon: clean up the octeon ethernet driver > > > staging: octeon: clean up the octeon ethernet driver > > > staging: octeon: clean up the octeon ethernet driver > > > staging: octeon: clean up the octeon ethernet driver > > > staging: octeon: clean up the octeon ethernet driver > > > > > > drivers/staging/octeon/ethernet.c | 6 ++-- > > > drivers/staging/octeon/octeon-stubs.h | 50 +++++++++++++-------------- > > > 2 files changed, 28 insertions(+), 28 deletions(-) > > > > > > -- > > > 2.39.3 > > > > > > > The patches themselves should also be sent with this cover letter. Instead they > > are sent in a different thread :( > > > > Best regards, > > Nam > > Looking at the what I sent, all the patches should be in reply to > , both according to the patch > that was created by git format-patch, and Outlook. If in-reply-to and > the thread are 2 different things, please let me know, and instruct me on > how I should put the patches in the same thread. (keep in mind I know little of emails, I am just guessing here) It seems that your email client or email provider changed your message ID. See: https://lore.kernel.org/linux-staging/PH7PR11MB7643280D48E45D2B660F5B6CBCE0A@PH7PR11MB7643.namprd11.prod.outlook.com/raw that "Message-ID" is not what git-format patch generates. Your original email ID is instead in "X-Microsoft-Original-Message-ID". So your patches have "In-Reply-To" that refers to an ID that has been removed, so the email thread is broken. So perhaps try to change your email settings to stop this from happening, or change your email client / email provider. If you figure out what is the problem, consider sending a patch to Documentation/process/email-clients.rst documenting this. Best regards, Nam