On 12/16/2025 10:31 PM, Alison Schofield wrote:
> On Mon, Dec 15, 2025 at 03:36:25PM -0600, Ben Cheatham wrote:
>
> snip
>
>> diff --git a/cxl/lib/libcxl.sym b/cxl/lib/libcxl.sym
>> index e01a676..02d5119 100644
>> --- a/cxl/lib/libcxl.sym
>> +++ b/cxl/lib/libcxl.sym
>> @@ -299,4 +299,9 @@ global:
>> LIBCXL_10 {
>> global:
>> cxl_memdev_is_port_ancestor;
>> + cxl_protocol_error_get_first;
>> + cxl_protocol_error_get_next;
>> + cxl_protocol_error_get_num;
>> + cxl_protocol_error_get_str;
>> + cxl_dport_protocol_error_inject;
>> } LIBCXL_9;
>
> Please rebase on pending [1] so this merges nicely. These new symbols will
> land in LIBCXL_11 with the new ELC symbol, all destined for the ndctl v84
> release.
Sorry about that. I'll rebase on pending for v6 (assuming v84 isn't out by
then).
>
> [1] https://github.com/pmem/ndctl/tree/pending
>
> Thanks!
>
> snip
>
>