On Wed, Mar 26, 2025 at 08:47:04PM -0500, Terry Bowman wrote: > index 485a831695c7..ecb60a5962de 100644 > --- a/drivers/cxl/core/ras.c > +++ b/drivers/cxl/core/ras.c ... snip ... > + > +struct work_struct cxl_prot_err_work; This changes in patch 5, but this commit fails to build when the drivers are built-in. This should be static. ~Gregory