-
Notifications
You must be signed in to change notification settings - Fork 125
[Deepin-Kernel-SIG] [linux 6.6.y] [Upstream] workload-specific and memory pressure-driven zswap writeback #2028
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: linux-6.6.y
Are you sure you want to change the base?
Changes from all commits
f960f6a
8d9c2a6
46cf8dc
f5de0d5
2087348
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 |
|---|---|---|
|
|
@@ -22,6 +22,7 @@ | |
| #include <linux/mm_types.h> | ||
| #include <linux/page-flags.h> | ||
| #include <linux/local_lock.h> | ||
| #include <linux/zswap.h> | ||
| #include <linux/deepin_kabi.h> | ||
| #include <asm/page.h> | ||
|
|
||
|
|
@@ -644,6 +645,7 @@ struct lruvec { | |
| #ifdef CONFIG_MEMCG | ||
| struct pglist_data *pgdat; | ||
| #endif | ||
| struct zswap_lruvec_state zswap_lruvec_state; | ||
|
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. 竟然没破坏白名单内的KABI,说明当初白预留了......
Member
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.
有破坏再修复
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. 竟然没破坏白名单内的KABI,说明当初白预留了...... |
||
| DEEPIN_KABI_RESERVE(1) | ||
| DEEPIN_KABI_RESERVE(2) | ||
| DEEPIN_KABI_RESERVE(3) | ||
|
|
||
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.
issue (typo): Use the plural "statistics" instead of "statistic".
Because this covers multiple metrics (pool size, number of pages, etc.), "various statistic" should be "various statistics".