From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 64BE08F7C for ; Tue, 25 Jul 2023 07:34:09 +0000 (UTC) Received: from mail-yw1-f169.google.com (mail-yw1-f169.google.com [209.85.128.169]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E8B261FF5; Tue, 25 Jul 2023 00:34:07 -0700 (PDT) Received: by mail-yw1-f169.google.com with SMTP id 00721157ae682-577ddda6ab1so77060567b3.0; Tue, 25 Jul 2023 00:34:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1690270447; x=1690875247; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=f0qL9IZYgpO3GCH2h6qtSZKecTbJOQZsWeaP2pk98kY=; b=HMayid02j2VOY7byYGkgJr1TCrYuNo3jvY9vEfE2NMcozg6xWYlRG0qwD5as3KheMk QDwfEM2mpriIqzGndaFnO+yIDj+LxMbRf0ifz1ot4oLZMmRxTfx2vuzFhEsWvt3dXIJ6 nL8AvljVncnNxhT7kY5Sw8pka9Gil/B7Uoy7jZFX6R5e6X04A+PfJ9k6QPjsNPglujPF ngzSoX+eRyj58QqDm/Uhw2hffmLgmm5vXXwS4plCmHeVEF4lr1XY3YQ1yzkcHJz+z0Nc Xk4oKz9dN+fR+qxuAnaaj/ZU0WC17iP2VGYQTGpJZCpa+rSq0iss50wduFN9ReO71BhW ofTQ== X-Gm-Message-State: ABy/qLb419yb6yWaWPkmOXU8TBa4qsO13FMp+lwI3MyvLtiTT5u7bGht WJuv+P8xpErCbx9tUtfA/6fIe9hMdo1yjA== X-Google-Smtp-Source: APBJJlFlAGoRaosh5iZDK3DZ9eQN1ijqTENzra5syEOOY8reEQGVOI54toXgjXUJFjYSH8A2zyJYgw== X-Received: by 2002:a81:6d88:0:b0:583:821b:603a with SMTP id i130-20020a816d88000000b00583821b603amr1624421ywc.20.1690270446837; Tue, 25 Jul 2023 00:34:06 -0700 (PDT) Received: from mail-yb1-f176.google.com (mail-yb1-f176.google.com. [209.85.219.176]) by smtp.gmail.com with ESMTPSA id d205-20020a8168d6000000b00577269ba9e9sm3394641ywc.86.2023.07.25.00.34.06 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 25 Jul 2023 00:34:06 -0700 (PDT) Received: by mail-yb1-f176.google.com with SMTP id 3f1490d57ef6-d13e0bfbbcfso1926945276.0; Tue, 25 Jul 2023 00:34:06 -0700 (PDT) X-Received: by 2002:a25:ac5b:0:b0:d0d:f4c0:ddb3 with SMTP id r27-20020a25ac5b000000b00d0df4c0ddb3mr1443938ybd.6.1690270446138; Tue, 25 Jul 2023 00:34:06 -0700 (PDT) Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 References: <20230721062617.9810-1-boon.khai.ng@intel.com> <20230721062617.9810-2-boon.khai.ng@intel.com> <8e2f9c5f-6249-4325-58b2-a14549eb105d@kernel.org> <20230721185557.199fb5b8@kernel.org> <20230724180428.783866cc@kernel.org> <213f5d2b13225f9ed4bdadda3c492ffc79940b13.camel@perches.com> In-Reply-To: <213f5d2b13225f9ed4bdadda3c492ffc79940b13.camel@perches.com> From: Geert Uytterhoeven Date: Tue, 25 Jul 2023 09:33:54 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [Enable Designware XGMAC VLAN Stripping Feature 1/2] dt-bindings: net: snps,dwmac: Add description for rx-vlan-offload To: Joe Perches Cc: Jakub Kicinski , Krzysztof Kozlowski , "netdev@vger.kernel.org" , workflows@vger.kernel.org, "linux-kernel@vger.kernel.org" , MarioLimonciello Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.4 required=5.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Hi Joe, On Tue, Jul 25, 2023 at 6:22=E2=80=AFAM Joe Perches wrote= : > I do suggest you instead write wrapper scripts to get > the output you want rather than updating the defaults > for the script and update the process documentation > to let other people know what do to as well. > > Something akin to Mario Limonciello's suggestion back in 2022: > > https://lore.kernel.org/lkml/20220617183215.25917-1-mario.limonciello@amd= .com/ FTR, this is more or less what I am using to generate a script to send out patches: OUT=3D... echo git send-email \\ > $OUT # Add -cc # Wrap comment inside $(: ...) # Replace (...) in comment by [...] # Replace ] at EOL by ) again # Add continuation to EOL scripts/get_maintainer.pl $* | \ tr -d \" | \ sed -e 's/^/--cc "/' \ -e 's/ (/" $(: /' \ -e 's/ (/ [/' -e 's/)/]/' \ -e 's/]$/)/' \ -e 's/$/ \\/' | \ tee -a $OUT echo "*[0-9][0-9][0-9][0-9]-*.*" >> $OUT After generation, I edit the script to - Replace some --cc by --to, - Add/remove some people, and run "source $OUT" to send the patches... Gr{oetje,eeting}s, Geert --=20 Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k= .org In personal conversations with technical people, I call myself a hacker. Bu= t when I'm talking to journalists I just say "programmer" or something like t= hat. -- Linus Torvalds