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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 3958FC4706C for ; Fri, 12 Jan 2024 17:00:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Message-ID: Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:References: List-Owner; bh=9r8dbERCHMH1FNGs+10UCVzYHNw0yMjtTHk+JEfheWA=; b=MeKiPdYY8/38ss SBkM67opvOUlaXHCd5ADOMmmzrr3rOVkumWRy+Q1ZLPWVX+r8Zoe78aHnHwcWjLL7GNhgrnKyysi/ v68KR/3w25Iokwo3/hwk8ezSYfNAWi/cyq6ZnsMA7UbE1KWcFz+m43ghzpi7j1dXtDDUg4pMHbGpL ef8t1piuGfD+6uYZmQolF3GsJCl6HkzSIKt1ZbNGHmZSpJHdB4dunGrIXogbM6HAxb4pn3u5QHwVr AOyqnpzW7dxWhX35Qj5oI739t/aIhLMjm+BPKZ1jneyQj0/mx7kz+er98hnD5ediBgfMCKpm61ilE jz9kmx4ww+SAaz6D+yUw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rOKsi-003NYM-0D; Fri, 12 Jan 2024 16:59:44 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rOKsf-003NXl-1c for linux-arm-kernel@lists.infradead.org; Fri, 12 Jan 2024 16:59:42 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 2EC4DCE2082; Fri, 12 Jan 2024 16:59:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2BCEBC433F1; Fri, 12 Jan 2024 16:59:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1705078778; bh=gRmE0uSHe6qkMFSB6r/agyZMWWhTO58EVZ1pZeZ1v5A=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=raoXKiHLIFd4doYn61RkJqFc4ZoqGVWZU9bYcnidJHW2dCfE2/a25WsfNOrE0Is87 2kwvfu1l4GW3FW++gau4piUzZgFWQgmc8GK8L9jHF53VI5xa0XDsfyw2KDpu1UxqpH ZZDN3B56ZwzIsIBXWYWEruJ43jhM8TWu2gfdtOTweaa4A9gd/vORTHwQRRJ6SSFIhE aWcxqbOWlPu4zUiYPn4GgQN8GNNVNVXkhAP+Ob9PYsvmOZwuhQpFOw9DbBAVPzfyn1 TMGoxz2MnOskeIsLM2+ZFacwKC+PJrrZc6VrkNUUo78y0UlRCD00J+nS/p2gYcKHE6 0BBvKQ5icbn8w== Date: Fri, 12 Jan 2024 10:59:36 -0600 From: Bjorn Helgaas To: Vidya Sagar Cc: lpieralisi@kernel.org, kw@linux.com, robh@kernel.org, bhelgaas@google.com, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, will@kernel.org, frowand.list@gmail.com, linux-pci@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, treding@nvidia.com, jonathanh@nvidia.com, kthota@nvidia.com, mmaddireddy@nvidia.com, sagar.tv@gmail.com, kernel test robot Subject: Re: [PATCH V2 2/2] PCI: Add support for "preserve-boot-config" property Message-ID: <20240112165936.GA2272366@bhelgaas> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240110030725.710547-3-vidyas@nvidia.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240112_085941_715946_B68CB124 X-CRM114-Status: GOOD ( 12.82 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Jan 10, 2024 at 08:37:25AM +0530, Vidya Sagar wrote: > Add support for "preserve-boot-config" property that can be used to > selectively (i.e. per host bridge) instruct the kernel to preserve the > boot time configuration done by the platform firmware. > > Reported-by: kernel test robot > Signed-off-by: Vidya Sagar > --- > V2: > * Addressed issues reported by kernel test robot I don't think the lkp Reported-by adds useful information in this case. I have no idea what lkp actually reported, but I don't think it reported a bug that is fixed by this patch. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel