-
Notifications
You must be signed in to change notification settings - Fork 682
enable DAMON on x86_64 #18050
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
base: 4.0
Are you sure you want to change the base?
enable DAMON on x86_64 #18050
Changes from all commits
8d70d60
7d4de2f
496ed37
eeffd0f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -1328,7 +1328,13 @@ CONFIG_PT_RECLAIM=y | |
| # | ||
| # Data Access Monitoring | ||
| # | ||
| # CONFIG_DAMON is not set | ||
| CONFIG_DAMON=y | ||
| CONFIG_DAMON_VADDR=y | ||
| CONFIG_DAMON_PADDR=y | ||
| CONFIG_DAMON_SYSFS=y | ||
| # CONFIG_DAMON_RECLAIM is not set | ||
| # CONFIG_DAMON_LRU_SORT is not set | ||
| # CONFIG_DAMON_STAT is not set | ||
| # end of Data Access Monitoring | ||
| # end of Memory Management options | ||
|
|
||
|
|
@@ -6179,7 +6185,7 @@ CONFIG_INFINIBAND_ON_DEMAND_PAGING=y | |
| CONFIG_INFINIBAND_ADDR_TRANS=y | ||
| CONFIG_INFINIBAND_ADDR_TRANS_CONFIGFS=y | ||
| CONFIG_INFINIBAND_VIRT_DMA=y | ||
| # CONFIG_INFINIBAND_BNXT_RE is not set | ||
| CONFIG_INFINIBAND_BNXT_RE=m | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this intended as a stacked PR on top of your other one that enables this option?
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, given the config was hashed, i wanted to avoid having to regenerate the hash after the bntx module was merged. |
||
| # CONFIG_INFINIBAND_CXGB4 is not set | ||
| CONFIG_INFINIBAND_EFA=m | ||
| CONFIG_INFINIBAND_ERDMA=m | ||
|
|
||
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.
Is there a reason this PR proposes enabling only on x86_64 and not also aarch64?
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.
I can enable it for arm as well. Was not sure if kernel configs were suppose to be mirrored, figured it was a task, only for x86 from my isde
Uh oh!
There was an error while loading. Please reload this page.
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.
Let's mirror to both here and align with Fedora on these configs