Actions
Bug #13050
closedbhyve kernel should be cstyle clean
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
Once #13049 is addressed, it would be nice for the bhyve kernel code to be brought into compliance with cstyle so it can be removed from the exception lists.
Related issues
Updated by Patrick Mooney over 3 years ago
- Related to Bug #13049: cstyle should tolerate freebsd headers added
Updated by Patrick Mooney almost 3 years ago
Comprised of style changes, this can mostly be tested with wsdiff(1)
. Comparing it against a vanilla proto area, the only reported changes in the .text section are related to line offsets changing for asserts.
Updated by Patrick Mooney almost 3 years ago
In addition to wsdiff(1)
reporting no changes of significance to the program text, I ran the build artifacts through the normal array of guest smoke tests on AMD and Intel machines. All of the guest instances booted an ran as expected.
Updated by Electric Monk almost 3 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
git commit 2699b94cd4d1e9baf6bfcbe579328b398a9736e6
commit 2699b94cd4d1e9baf6bfcbe579328b398a9736e6 Author: Patrick Mooney <pmooney@pfmooney.com> Date: 2020-12-01T03:48:02.000Z 13050 bhyve kernel should be cstyle clean Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Approved by: Dan McDonald <danmcd@joyent.com>
Actions