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 3EBC6C433FE for ; Tue, 22 Nov 2022 12:42:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232781AbiKVMmM (ORCPT ); Tue, 22 Nov 2022 07:42:12 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49976 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232729AbiKVMmK (ORCPT ); Tue, 22 Nov 2022 07:42:10 -0500 Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9F1045F864 for ; Tue, 22 Nov 2022 04:42:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1669120929; x=1700656929; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=70oScF9E2e8KOZen+yyr+BrcYQ7BJfDudm/5i0oxoBI=; b=CeAULWNpQY+UCTbjjbJzoYkjl9YlSHKQrS7DTzed4JrcyKEvkYHh0uAk 7o0q/VPzposz0r0A5RZ+pQofQ/c2rG+iDs9tIubtEWLcRQjm/IA6AT1jE KSqlTluI4qx0lCcJiagY85R6zAkW7ytV7lzAdJyLbl4CydutaJsHmyIuy Y2RxABW9dRixOdE0bFKVkvn1s92QxcamxmEmcdh+HYFtBCklh5rQIzgQw /4wy3y6ccxPH6jn4GmDdmfr2Dy7IpoG5uewlKDa8ZEQYDWyxOqXN/mc7c h+cfqnJOHtZIqqeUkvJ7+sz8V0mmDomD9XZVOsEaHQaxo09/n/RSxw10d g==; X-IronPort-AV: E=McAfee;i="6500,9779,10538"; a="301353286" X-IronPort-AV: E=Sophos;i="5.96,184,1665471600"; d="scan'208";a="301353286" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Nov 2022 04:42:08 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10538"; a="766326547" X-IronPort-AV: E=Sophos;i="5.96,184,1665471600"; d="scan'208";a="766326547" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga004.jf.intel.com with ESMTP; 22 Nov 2022 04:42:05 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1oxSbD-00Fpff-2g; Tue, 22 Nov 2022 14:42:03 +0200 Date: Tue, 22 Nov 2022 14:42:03 +0200 From: Andy Shevchenko To: Rahul Tanwar Cc: "bigeasy@linutronix.de" , "robh@kernel.org" , "tglx@linutronix.de" , "mingo@redhat.com" , "bp@alien8.de" , "x86@kernel.org" , "hpa@zytor.com" , "dave.hansen@linux.intel.com" , "linux-kernel@vger.kernel.org" , linux-lgm-soc Subject: Re: [PATCH v3 0/4] x86/of: Fix a bug in x86 arch OF support Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 22, 2022 at 10:45:12AM +0000, Rahul Tanwar wrote: > On 22/11/2022 6:15 pm, Andy Shevchenko wrote: > > On Tue, Nov 22, 2022 at 09:49:04AM +0000, Rahul Tanwar wrote: ... > > I recommend to utilize my "smart" script [1] for sending series. > > (You may take an idea from it how to prepare the Cc list close to proper > > one) > > > > [1]: > > https://github.com/andy-shev/home-bin-tools/blob/master/ge2maintainer.sh > > Agree on the Cc list being wrong. Thanks for the script. > > Quite useful. Could not understand how the script works for multiple > commits when you take count & version as inputs. It starts from the commit ~$count and goes up. So it's basically depth from the given commit (). > Also, where does it > create patches (format-patch)? It seems to get suitable to & cc list & > send emails to them. And the input is COMMIT_HASH. How do i use it for a > series with multiple commits & do i have to create patches on my own? It creates patches automatically in the same was as it's done by `git format-patch`. That's why it accepts a lot of the parameters which you usually add there. Typical use for the series is ge2maintainer.sh -v 1 -c 4 HEAD~0 --annotate --cover-letter Note, that your editor should be able to handle several files to edit (e.g. vim supports that mode). -- With Best Regards, Andy Shevchenko