[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20181105215745.GB3160@infradead.org>
Date: Mon, 5 Nov 2018 13:57:45 -0800
From: Christoph Hellwig <hch@...radead.org>
To: Zubin Mithra <zsm@...omium.org>
Cc: tglx@...utronix.de, mingo@...hat.com, bp@...en8.de, hpa@...or.com,
linux-kernel@...r.kernel.org, linux-pci@...r.kernel.org,
groeck@...omium.org, keescook@...omium.org
Subject: Re: [PATCH] x86/pci: Annotate 'pci_root_ops' with __ro_after_init
On Mon, Nov 05, 2018 at 12:17:35PM -0800, Zubin Mithra wrote:
> When CONFIG_X86_INTEL_MID is set pci_root_ops is written to inside
> intel_mid_pci_init(which is marked __init) and not modified after. This
> makes pci_root_ops a suitable candidate for annotating as
> __ro_after_init.
Yikes. pci_root_ops really should be const to start with, and we
should use a separate struct for MID. Having structures that contain
function pointers not marked const is generally a bad idea to start with.
Powered by blists - more mailing lists