From: Jiri Benc on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1619#note_846679718

This leaves the semicolon here in the GENKSYMS pass. I don't think we want
that; the kABI checksum would be generated from:

```
union {
        unsigned long xyz[_size];
        ;
}
```

The fix is redefining __RH_KABI_CHECK_SIZE to include the semicolon (and call
it without the semicolon everywhere).
_______________________________________________
kernel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to