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 98E16C433EF for ; Tue, 24 May 2022 21:44:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234499AbiEXVoA (ORCPT ); Tue, 24 May 2022 17:44:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58930 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232887AbiEXVoA (ORCPT ); Tue, 24 May 2022 17:44:00 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 862E67CDFD; Tue, 24 May 2022 14:43:59 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 172BE6177E; Tue, 24 May 2022 21:43:59 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 39328C34100; Tue, 24 May 2022 21:43:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1653428638; bh=pk0sDBNvdlwJrrfflBf7nAqss/iUtPV4Fv51aafyOjM=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=IyV6K52Us5WXrhJD9okiGheCfOjZTydDt2eib5m8dLJXlPQW4fAFv2FpE1a8zYrUD n1nomQmTtsNKNLfy9uOHCdgAvHzHGncBUrEyON2R/UvYYLYe1tOER+jOFMMfC9kVeD cl4vJtek0ZMMsTT0WyMtrbLKlx295/vYuIWK2AqiRC2ydk2cLdsWSANyTfblNu1Ra0 +EYl9mHpAOnwggy1jwiS+SMXz7siEv7nobzglBvObqzc4EEq1nfOWszFLQ9BrOUZHC zmCAhkcrNTJA7XPkisj3gWKpImU1Fkl+wli9+zI7a09ROJP5zwxEzC0+Lpvd0zt2Hf PMVbq2/reJeBQ== Date: Tue, 24 May 2022 16:43:56 -0500 From: Bjorn Helgaas To: Stephen Rothwell Cc: Bjorn Helgaas , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: Signed-off-by missing for commit in the pci tree Message-ID: <20220524214356.GA275586@bhelgaas> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220525070723.426cbfd4@canb.auug.org.au> Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Wed, May 25, 2022 at 07:07:23AM +1000, Stephen Rothwell wrote: > Hi all, > > Commits > > 5db490f54497 ("dt-bindings: PCI: qcom: Add schema for sc7280 chipset") > ee485c61f0e5 ("dt-bindings: PCI: qcom: Specify reg-names explicitly") > 3d49f91acbcc ("dt-bindings: PCI: qcom: Do not require resets on msm8996 platforms") > e93dde4b6768 ("dt-bindings: PCI: qcom: Convert to YAML") > ed5e8fe0db30 ("PCI: qcom: Fix unbalanced PHY init on probe errors") > f36120778857 ("PCI: qcom: Fix runtime PM imbalance on probe errors") > 53063d1437e5 ("PCI: qcom: Fix pipe clock imbalance") > 5945b7056322 ("PCI: qcom: Add SM8150 SoC support") > ddd0cc4df5a1 ("dt-bindings: pci: qcom: Document PCIe bindings for SM8150 SoC") > > are missing a Signed-off-by from their committer. Sorry, fixed.