Linux Documentation
 help / color / mirror / Atom feed
* [PATCH v3 0/2] docs/ksm: fix advisor documentation and comment
@ 2026-08-24  6:10 Jinjiang Tu
  2026-08-24  6:10 ` [PATCH v3 1/2] docs: ksm: fix typos in sysfs knob names Jinjiang Tu
  2026-08-24  6:10 ` [PATCH v3 2/2] mm/ksm: fix advisor_min_pages_to_scan description Jinjiang Tu
  0 siblings, 2 replies; 6+ messages in thread
From: Jinjiang Tu @ 2026-08-24  6:10 UTC (permalink / raw)
  To: akpm, david, xu.xin16, chengming.zhou, ljs, liam, vbabka, rppt,
	surenb, mhocko, corbet, skhan, shr, linux-mm, linux-doc
  Cc: wangkefeng.wang, sunnanyong, tujinjiang

This series fixes two problems left in the KSM advisor documentation
and code comment:
 - Patch 1 fixes two typos in sysfs knob names ("adivsor_max_cpu" and
   "adivsor_max_pages_to_scan") in ksm.rst that don't match the actual
  knob names.
 - Patch 2 fixes the description of advisor_min_pages_to_scan: it is
   described as the lower limit of pages_to_scan, but is actually only
   used as it's initial value, and the runtime pages_to_scan can drop
   below advisor_min_pages_to_scan.

Changes since v2:
 * update cover letter
 * update commit message for patch2

Changes since v1:
 * remove fix tags for both patches
 * update commit message and comment for patch2
 * collect Acked-by for patch1

Jinjiang Tu (2):
  docs: ksm: fix typos in sysfs knob names
  mm/ksm: fix advisor_min_pages_to_scan description

 Documentation/admin-guide/mm/ksm.rst | 8 ++++----
 mm/ksm.c                             | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-08-24 16:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-24  6:10 [PATCH v3 0/2] docs/ksm: fix advisor documentation and comment Jinjiang Tu
2026-08-24  6:10 ` [PATCH v3 1/2] docs: ksm: fix typos in sysfs knob names Jinjiang Tu
2026-08-24 16:51   ` Randy Dunlap
2026-08-24  6:10 ` [PATCH v3 2/2] mm/ksm: fix advisor_min_pages_to_scan description Jinjiang Tu
2026-08-24 10:10   ` David Hildenbrand (Arm)
2026-08-24 11:03   ` Lorenzo Stoakes (ARM)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox