-
Notifications
You must be signed in to change notification settings - Fork 687
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
Backport 0.12.2 changelog. #4389
Conversation
|
||
### Operations | ||
|
||
* SecureDrop grsec kernels have been updated to 4.4.177 and provide support for Intel e1000e series NICs (#4308) |
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.
This is inaccurate - the kernel already had an e1000e module. The changes were to provide support for the chipsets used in 7-series Intel NUCs.
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.
Good catch! unfortunately that changelog has been released as part of 0.12.2, so I don't think we should go retroactively modify it.
I've tried wording the changelog based on the description provided in freedomofpress/ansible-role-grsecurity-build#46 (comment) . I agree, it could be more clear, and it may have been better to state that patches were applied applied to the 4.4.177 source.
f012f1e
to
ca0745e
Compare
ca0745e
to
78ec090
Compare
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.
Thanks @rmol , this looks good to merge once CI passes.
Codecov Report
@@ Coverage Diff @@
## develop #4389 +/- ##
==========================================
- Coverage 83.97% 83.9% -0.07%
==========================================
Files 45 45
Lines 2921 2921
Branches 319 319
==========================================
- Hits 2453 2451 -2
- Misses 393 394 +1
- Partials 75 76 +1
Continue to review full report at Codecov.
|
Status
Ready for review
Description of Changes
Add 0.12.2 changes to changelog.
Toward #4338.