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 4A399C433F5 for ; Tue, 1 Mar 2022 22:05:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238641AbiCAWG2 (ORCPT ); Tue, 1 Mar 2022 17:06:28 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46438 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231392AbiCAWG1 (ORCPT ); Tue, 1 Mar 2022 17:06:27 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B03339AE69; Tue, 1 Mar 2022 14:05:45 -0800 (PST) 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 ams.source.kernel.org (Postfix) with ESMTPS id 5FEFBB81B0A; Tue, 1 Mar 2022 22:05:44 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BF4DDC340EE; Tue, 1 Mar 2022 22:05:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1646172343; bh=CKeoTbu6ViV/O9pVACnKXgJRQa0xBVeX6G0zKR/x7ew=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=EiY4Rauaw5PqxdwKrSki8fV1rSzcu8fc6v5PZjQgk6a03wipxfgZyxa/Cn60FfXM6 b7xWoFLu4jzS4NeMzLTiD+S44letxbQiwF/oNhZJ3EG7keJV8KwEuKJlDctP/B4AOk x28ZZfGMgyaO6EWTSY5cbhl9ZHD2kv8bnrxl7rMGl7xjLLtigsywIbewAuVXJ92nOn ELN8P/AlGXZsCo9kdSl0MHFJbEcxhlBhOQikTwNS3duA1EUu30/kVyCp69Q418vPas QP/8WjX1PnVWYAKJ2l6qyfTiXvhBPcaC2HoSI4e8SgA093sA1PlXo2qJrfR5WdeYGI lhfR7qTwOlMlA== Date: Tue, 1 Mar 2022 16:05:41 -0600 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 commits in the pci tree Message-ID: <20220301220541.GA656916@bhelgaas> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220302081251.76dc066b@canb.auug.org.au> Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Wed, Mar 02, 2022 at 08:12:51AM +1100, Stephen Rothwell wrote: > Hi all, > > Commits > > 8423706fcd6f ("PCI/VGA: Log bridge control messages when adding devices") > 616c33aeef4d ("PCI/VGA: Move disabled VGA device detection to ADD_DEVICE path") > 3996347141f2 ("PCI/VGA: Move non-legacy VGA detection to ADD_DEVICE path") > 74cc9ccf72f4 ("PCI/VGA: Move firmware default device detection to ADD_DEVICE path") > 7c0045edaf90 ("PCI/VGA: Factor out default VGA device selection") > 55019256d686 ("PCI/VGA: Move vga_arb_integrated_gpu() earlier in file") > > are missing a Signed-off-by from their committers. Sorry, fixed.