-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ROCKY/RHEL 9.5 - build issue #97
Comments
We are facing following error during
|
that one has been fixed with patch for el94, please check but 9.5 gives another set of errors and shame on CISCO, zero support from their side. |
The source that builds on 9.4 fails on 9.5, see the attachment. |
This is the issue https://lore.kernel.org/netdev/[email protected]/T/ |
#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 2, 0)
static int exanic_phc_adjfine(struct ptp_clock_info *ptp, long scaled_ppm)
#else
static int exanic_phc_adjfreq(struct ptp_clock_info *ptp, s32 delta)
but in 9.5 adjfreq has been removed and the kernel is still 5.14
also
The text was updated successfully, but these errors were encountered: