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 56A6BC4332F for ; Tue, 13 Dec 2022 21:30:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235717AbiLMVa6 (ORCPT ); Tue, 13 Dec 2022 16:30:58 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35170 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235278AbiLMVa5 (ORCPT ); Tue, 13 Dec 2022 16:30:57 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8BFF823BEF for ; Tue, 13 Dec 2022 13:30:56 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 1B3E761709 for ; Tue, 13 Dec 2022 21:30:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4659DC433D2; Tue, 13 Dec 2022 21:30:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1670967055; bh=CS7rh9kvRPxKAP0qRuf16chDx/zpKBDUPphsDa9o4P0=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=cgKcLJ6R+//h8J7NXhz4cEz/iGyJAotetERey26nj6W8AsmE2AsC+YsO0GVyo4oUp O5BVj/K42r1u6F3mgaAsP1LXyXLjX2TkQQRC8T5Ia5RsTDoZEt7c4Y8o54qq8+FDpC 8MbG1lvVMYdQDJzCOyTl8jF9vSdrThQt1afYMrjU3eDCec+jbTDxsQUqYTucOGNkTi J02t8r/t8VOyw+KMM7K8TkiDnJc9cJIwd5BPvLQKiWFvny4LdF2Te9ttstwZqamXxl FXezAK4Z9Bc4gfjhk33MFbaaZL/qjfWDkIUouXeRGImtX8F+rpouxc9T/cr0gL85JE GC6smPxAXLz6w== Date: Tue, 13 Dec 2022 15:30:53 -0600 From: Bjorn Helgaas To: "Kallol Biswas [C]" Cc: "linux-pci@vger.kernel.org" Subject: Re: uefi secureboot vm and IO window overlap Message-ID: <20221213213053.GA208909@bhelgaas> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Sat, Dec 10, 2022 at 05:45:50PM +0000, Kallol Biswas [C] wrote: > The part1 of the dmesg: > > [ 0.000000] Initializing cgroup subsys cpuset > [ 0.000000] Initializing cgroup subsys cpu > [ 0.000000] Initializing cgroup subsys cpuacct > [ 0.000000] Linux version 3.10.0-957.el7.x86_64 (mockbuild@kbuilder.bsys.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC) ) #1 SMP Thu Nov 8 23:39:32 UTC 2018 Is there any chance you can reproduce the problem on a current kernel? If it's been fixed by now, maybe we could identify the fix and you could backport it? Bjorn