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 8E038C001E0 for ; Mon, 23 Oct 2023 09:07:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229832AbjJWJH5 (ORCPT ); Mon, 23 Oct 2023 05:07:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35206 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229587AbjJWJHz (ORCPT ); Mon, 23 Oct 2023 05:07:55 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DD1AC98; Mon, 23 Oct 2023 02:07:53 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E12B4C433C8; Mon, 23 Oct 2023 09:07:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1698052073; bh=lxhnEyU4sD1CgKW/dGB/BjnL/21YnvGy7vLJvHPK7Js=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=c81gxoGXNHXXcM8q+DtdM8Hs21+Uj7sbe4rCbyxEuPCXtKisGmjprDBxdPB1qCzTw IvS6dxuo362BotUt3WtWTLS/wZJFIsq+JfMb3M8HcXZCp+UFsJzTkcvn0hPFnrcJ0v Cgt5YTjgdgRPnDjntNeGLRi4ZakKM2Qq5vukrGDdIicJddLCsS3sMkOJ8Gdz1CSBiI /wQ8Ig7aGCSypoDSzW4zRAlFk7heqLGrlgLeNB7vUlHiWMmOw+Lzcji4/hWxQ0g+MM 4b+/Co+CBLFo4k2P8f4H9N63OvK9kdZfUtPO2QrZKdAcLRVyOxFPyjdzwFKYGTQvBH DLmCkCHmQF5Gw== From: Kalle Valo To: David Lin Cc: Francesco Dolcini , "linux-wireless@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "briannorris@chromium.org" , Sharvari Harisangam , Pete Hsieh Subject: Re: [EXT] Re: [PATCH v6 0/6] wifi: mwifiex: added code to support host mlme. References: Date: Mon, 23 Oct 2023 12:07:49 +0300 In-Reply-To: (David Lin's message of "Mon, 23 Oct 2023 02:11:02 +0000") Message-ID: <874jih1zbu.fsf@kernel.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org David Lin writes: >> From: Francesco Dolcini >> Sent: Friday, October 20, 2023 11:25 PM >> To: David Lin >> Cc: linux-wireless@vger.kernel.org; linux-kernel@vger.kernel.org; >> briannorris@chromium.org; kvalo@kernel.org; francesco@dolcini.it; Sharvari >> Harisangam ; Pete Hsieh >> >> Subject: [EXT] Re: [PATCH v6 0/6] wifi: mwifiex: added code to support host >> mlme. >> >> Caution: This is an external email. Please take care when clicking links or >> opening attachments. When in doubt, report the message using the 'Report >> this email' button >> >> >> On Fri, Oct 20, 2023 at 03:48:06AM +0000, David Lin wrote: >> > Patch v6: >> > Correct mailing sequence. >> >> You are still doing something wrong sending the patches over email, the >> various emails are not threaded as expected, git-send-email should do >> everything for you. >> >> No need to re-send now IMO, but please figure out what's wrong for the next >> time. >> >> To give you an idea here [1] you see this email alone. >> >> This [2] and this [3] are examples of a properly sent patch series (just random >> series from your NXP colleagues). >> >> You have also a winmail.dat file attached to every email in this series, not sure >> what it is, but I would try to not send it. >> > > Yes. I can send them as a single e-mail. However, I find other member > would send multiple patches as separate e-mails with a cover letter. I > think it would be easier for review. We are not asking to send the patches as single email. We are asking to run git send-email only _once_ per patchset to make sure threading is correct (ie. References and In-Reply-to headers are set). For example, you can do it like this: $ git format-patch --base=auto --cover-letter -o outgoing/ main outgoing/0000-cover-letter.patch outgoing/0001-First-Commit.patch outgoing/... $ git send-email [...] outgoing/ More info: https://wireless.wiki.kernel.org/en/developers/documentation/git-guide https://www.kernel.org/doc/html/latest/process/submitting-patches.html -- https://patchwork.kernel.org/project/linux-wireless/list/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches