-
-
Notifications
You must be signed in to change notification settings - Fork 555
ci: Bump BSD versions in ci. #1822
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
Conversation
6666d82 to
efffb0d
Compare
| proc->time = 100 * (kproc->p_rtime_sec + ((kproc->p_rtime_usec + 500000) / 1000000)); | ||
| proc->priority = kproc->p_priority - PZERO; | ||
| proc->processor = kproc->p_cpuid; | ||
| proc->processor = (int) kproc->p_cpuid; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Based on this https://github.com/openbsd/src/blob/master/sys/sys/sysctl.h , I think this conversion should work?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine for now, I don't know of any machines with MAXINT CPUs today or in the near future.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wondering when loongarch will reach MAXLONG CPUs … /jk
|
Reorder the commits to first fix the issues and then bump the versions:
Apart from this LGTM. |
4bad01c to
444c9f2
Compare
14.36.4.27.8Release notes can be found here: