Re: [net-next PATCH v2 00/14] Add PCS core support

From: Sean Anderson
Date: Tue Apr 08 2025 - 11:38:28 EST


On 4/8/25 10:50, Jakub Kicinski wrote:
> On Mon, 7 Apr 2025 19:17:31 -0400 Sean Anderson wrote:
>> This series depends on [1,2], and they have been included at the
>> beginning so CI will run. However, I expect them to be reviewed/applied
>> outside the net-next tree.
>
> These appear to break the build:
>
> drivers/acpi/property.c:1669:39: error: initialization of ‘int (*)(const struct fwnode_handle *, const char *, const char *, int, unsigned int, struct fwnode_reference_args *)’ from incompatible pointer type ‘int (*)(const struct fwnode_handle *, const char *, const char *, unsigned int, unsigned int, struct fwnode_reference_args *)’ [-Wincompatible-pointer-types]
> 1669 | .get_reference_args = acpi_fwnode_get_reference_args, \
>
> Could you post as RFC until we can actually merge this? I'm worried
> some sleep deprived maintainer may miss the note in the cover letter
> and just apply it all to net-next..

I would really like to keep RFC off the titles since some reviewers don't
pay attention to RFC series.

Would [DO NOT MERGE] in the subject be OK?

--Sean