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 04F8DC433FE for ; Mon, 28 Nov 2022 19:02:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230116AbiK1TCE (ORCPT ); Mon, 28 Nov 2022 14:02:04 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32878 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233284AbiK1TCB (ORCPT ); Mon, 28 Nov 2022 14:02:01 -0500 Received: from mail-ej1-x629.google.com (mail-ej1-x629.google.com [IPv6:2a00:1450:4864:20::629]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C072326AD4 for ; Mon, 28 Nov 2022 11:01:58 -0800 (PST) Received: by mail-ej1-x629.google.com with SMTP id fy37so28217087ejc.11 for ; Mon, 28 Nov 2022 11:01:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=i7TE3xTXHxdiPDqToBEWb9svQo97suw8gwZaCnVq0Pk=; b=aVHKrbjVR6RMBzgskzOOJX3n9se5rG6SNBpczzN6sx49SsQagI8ySWu1eWrAS82a25 1VtP5sG0l2SyzqLy8HSg/XT6g+6M0QNhfPNKCWzt5SUpD5S6zy52Z6I+hC609fD64GI6 jb+MdADYxZquZEKxDNUGYPaoCBRTDAWnCtKlM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; 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=i7TE3xTXHxdiPDqToBEWb9svQo97suw8gwZaCnVq0Pk=; b=kF+U7V47u8coFsKuxEd+4as6fl2x+nEJINmIzSbiAbnzAA8F/Q8K0ODs7mzyz5kuLm 6NMNx5j9TX8MCaW6oYQrbmwY+JMOiaWShAZX6u6Yn1+qAgI2F4ubR7up5jT74LviffAC 5O2rT5+EjvzKgnZ70lNBaDnWru+w+9uQX61nYBIOZC4jr0FIMWIPY/gQPTzgunx3bWlZ /oJU6BmEOsk9V/Hr0/13LDCam/MC6qN/bjL4m/PHlbgX5C5h4BPCEuGaFOESI9dPGJ0/ KcAySe9ve8yo0KS0gi2CFy9kiwfgj/4dQXWjF2aQ0qxWr3uw8e0OL3keXVCm0bxRq6rI 86jg== X-Gm-Message-State: ANoB5pnBAgXDxHHTI9vklWd5dneQ6bvrGnmHwuA2lfPGsJMIQH3jKKQv uqdqugcTxnYmrYwLZiOAcTYvGigSRLwKzYkQ X-Google-Smtp-Source: AA0mqf4SdKFy1vhv6Xd2vihs+INKPqeXLvZJOHLGzQNOi4hsqDunZsXH8/2pxAOUYlnHaNAEro8o/w== X-Received: by 2002:a17:906:17c9:b0:782:fd8e:9298 with SMTP id u9-20020a17090617c900b00782fd8e9298mr28604004eje.640.1669662116894; Mon, 28 Nov 2022 11:01:56 -0800 (PST) Received: from mail-wr1-f41.google.com (mail-wr1-f41.google.com. [209.85.221.41]) by smtp.gmail.com with ESMTPSA id 9-20020a170906308900b0073d83f80b05sm5343785ejv.94.2022.11.28.11.01.56 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 28 Nov 2022 11:01:56 -0800 (PST) Received: by mail-wr1-f41.google.com with SMTP id d1so18485272wrs.12 for ; Mon, 28 Nov 2022 11:01:56 -0800 (PST) X-Received: by 2002:a5d:4950:0:b0:242:1f80:6cd9 with SMTP id r16-20020a5d4950000000b002421f806cd9mr681565wrs.405.1669661755148; Mon, 28 Nov 2022 10:55:55 -0800 (PST) MIME-Version: 1.0 References: <20221124115712.v4.1.Idfcba5344b7995b44b7fa2e20f1aa4351defeca6@changeid> In-Reply-To: From: Doug Anderson Date: Mon, 28 Nov 2022 10:55:41 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v4 1/2] dt-bindings: arm: qcom: Add zombie To: Krzysztof Kozlowski Cc: =?UTF-8?B?5qWK5a6X57+w?= , LKML , Bob Moragues , Stephen Boyd , Harvey , Matthias Kaehlcke , Andy Gross , Bjorn Andersson , Konrad Dybcio , Krzysztof Kozlowski , Rob Herring , devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, Gavin.Lee@ecs.com.tw, Darren.Chen@ecs.com.tw, Abner.Yen@ecs.com.tw, Vicy.Lee@ecs.com.tw, Jason.Huang@ecs.com.tw Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Mon, Nov 28, 2022 at 9:22 AM Krzysztof Kozlowski wrote: > > On 28/11/2022 16:56, Doug Anderson wrote: > > Hi, > > > > On Thu, Nov 24, 2022 at 3:27 AM Krzysztof Kozlowski > > wrote: > >> > >> On 24/11/2022 12:20, =E6=A5=8A=E5=AE=97=E7=BF=B0 wrote: > >>> Hi Krzysztof, Matthias, > >>> > >>> How to use "get_maintainers.pl"? > >>> > >>> I find this script in path "/kernel/v5.15/script", and ou= tput > >> > >> This looks like v5.15 kernel which is heavily outdated. Please never > >> work on such kernels when interacting with upstream. The rule is you > >> work on either last mainline kernel (v6.1-rc6), maintainers for-next > >> branch (you should know who is the maintainer of subsystem you submit > >> to, get_maintainers.pl gives this information) or on moderately recent > >> linux-next. For bigger patchsets there might be exceptions for these > >> rules, but it's not the case here. > > > > Just to add context here, it's a fairly standard workflow for ChromeOS > > kernel engineers to work in a "versioned" kernel directory but still > > checkout and work with the upstream kernel. I'm sure it's confusing to > > anyone not used to working with the ChromeOS source tree and build > > system. Sorry! :( So the fact that Owen is in a directory called > > "v5.15" doesn't mean that he's actually working with the v5.15 kernel. > > The fact that Bjorn's address is correct in his CC list implies to me > > that he's actually got a proper upstream kernel. > > > > I had previously [0] instructed Owen to send against Bjorn's tree, so > > hopefully it's correct. > > If it was on Bjorn's tree, get_maintainers.pl would not produce such resu= lt: > > --- > Series-to: LKML > Series-cc: Douglas Anderson > Series-cc: Bob Moragues > Series-cc: Harvey > Series-cc: Stephen Boyd > Series-cc: Matthias Kaehlcke > Series-cc: Krzysztof Kozlowski > --- So the above is the _manual_ set of names to add atop get_maintainers. Patman starts with the list you've manually added (via Series-to and Series-cc) and then automatically CCs the results of get_maintainers.pl > or this: > > --- > owen@buildsvr-HP-ProDesk-600-G4-MT:~/chromebook_zombie_os/src/third_party= /kernel/v5.15$ > perl scripts/get_maintainer.pl -f MAINTAINERS --email > linux-kernel@vger.kernel.org (open list) Wow, really? Maybe I don't have Bjorn's tree correctly checked out either. ...or you can tell me what I'm doing wrong. $ git checkout linux_qcom/for-next HEAD is now at 4d2b529bce12 Merge branches 'arm64-defconfig-for-6.2', 'arm64-for-6.2', 'clk-for-6.2', 'defconfig-for-6.2', 'drivers-for-6.2', 'dts-for-6.2' and 'arm64-fixes-for-6.1' into for-next $ perl scripts/get_maintainer.pl -f MAINTAINERS --email linux-kernel@vger.kernel.org (open list) > as Owen indicated earlier. They are either incomplete or not correct. > > Of course I don't know whether the base tree is the problem or usage of > get_maintainers.pl... I suspect it's because the only "maintainer" of the file MAINTAINERS is LKM= L.