-
Notifications
You must be signed in to change notification settings - Fork 424
Tests for arm64 kexec, eliminate KexecOpts.Mmap{...} options #2884
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
ef4bc0d
to
98d05c7
Compare
98d05c7
to
12d08da
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2884 +/- ##
==========================================
+ Coverage 77.31% 77.37% +0.05%
==========================================
Files 429 431 +2
Lines 43148 43153 +5
==========================================
+ Hits 33360 33389 +29
+ Misses 9788 9764 -24
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
5db6a78
to
ad71bdd
Compare
c4e43ee
to
2ef2f47
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.
just had one comment, your call.
So the Mmap is gone? IIRC it was added for low memory situations, did that issue go away?
The mmap isn't gone -- rather than having to set KexecOptions.MmapKernel we will just always try to mmap the file, and if mmap didn't work, we'll read it. No need to configure it. |
the automagic property of this is quite nice ... |
Signed-off-by: Chris Koch <chrisko@google.com>
Signed-off-by: Chris Koch <chrisko@google.com>
Signed-off-by: Chris Koch <chrisko@google.com>
Signed-off-by: Chris Koch <chrisko@google.com>
Signed-off-by: Chris Koch <chrisko@google.com>
Signed-off-by: Chris Koch <chrisko@google.com>
Signed-off-by: Chris Koch <chrisko@google.com>
Signed-off-by: Chris Koch <chrisko@google.com>
Signed-off-by: Chris Koch <chrisko@google.com>
Signed-off-by: Chris Koch <chrisko@google.com>
b28bab1
to
330f5b8
Compare
Depends on #2885 and #2886