This repository has been archived by the owner on May 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
kernel: add support for native hot plug #133
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
022d28f
to
9196d75
Compare
gorozco1
approved these changes
Oct 3, 2017
miguelinux
approved these changes
Oct 3, 2017
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.
lgtm
gorozco1
suggested changes
Oct 4, 2017
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.
@devimc Could you add a short description of the change and do the same in the issue so we have in the history why this change was made please.
Next kernel configs are needed to support native hot plug: * CONFIG_HOTPLUG_PCI=y * CONFIG_PCIEASPM_DEFAULT=y * CONFIG_PCIEASPM=y * CONFIG_HOTPLUG_PCI_PCIE=y * CONFIG_PCIEAER=y enabling above configs is not enough, pci probe patches must be removed Fixes clearcontainers#132 Signed-off-by: Julio Montes <[email protected]>
@gorozco1 done |
gorozco1
approved these changes
Oct 4, 2017
gorozco1
added a commit
to gorozco1/packaging
that referenced
this pull request
Oct 10, 2017
This update includes patches added in clearcontainers#110 and clearcontainers#133 Fixes: clearcontainers#143 Signed-off-by: Geronimo Orozco <[email protected]>
gorozco1
added a commit
to gorozco1/packaging
that referenced
this pull request
Oct 10, 2017
This update includes patches added in clearcontainers#110 and clearcontainers#133 Fixes: clearcontainers#143 Signed-off-by: Geronimo Orozco <[email protected]>
gorozco1
added a commit
to gorozco1/packaging
that referenced
this pull request
Oct 10, 2017
This update includes patches added in clearcontainers#110 and clearcontainers#133 Fixes: clearcontainers#143 Signed-off-by: Geronimo Orozco <[email protected]>
gorozco1
added a commit
to gorozco1/packaging
that referenced
this pull request
Oct 10, 2017
This update includes patches added in clearcontainers#110 and clearcontainers#133 Fixes: clearcontainers#143 Signed-off-by: Geronimo Orozco <[email protected]>
gorozco1
added a commit
to gorozco1/tests
that referenced
this pull request
Oct 23, 2017
We need to update clear-containers rootfs image and the kernel that is being used in testing. * Image: Updated agent with a fix for deadlock clearcontainers/packaging#158 * Kernel: Add support for native hot plug clearcontainers/packaging#133 Fix 9p fs unlink-ftruncate clearcontainers/packaging#110 Fixes clearcontainers#631 Signed-off-by: Geronimo Orozco <[email protected]>
egernst
pushed a commit
to egernst/cc-packaging
that referenced
this pull request
Aug 14, 2018
The Integration with docker link in README is broken. Fix it. Fixes: clearcontainers#133 Signed-off-by: Nitesh Konkar [email protected]
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Next kernel configs are needed to support native hot plug:
enabling above configs is not enough, pci probe patches
must be removed
Fixes #132
Signed-off-by: Julio Montes [email protected]