diff options
| author | Maíra Canal <[email protected]> | 2024-11-01 16:54:05 +0000 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2024-11-07 22:14:59 +0000 |
| commit | 652e1a51465f2e8e75590bc3dd1e3a3b61020568 (patch) | |
| tree | 7620124456569e1185873fb0f0040f9a4eb3f8c2 /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | |
| parent | mm/damon/core: avoid overflow in damon_feed_loop_next_input() (diff) | |
| download | kernel-652e1a51465f2e8e75590bc3dd1e3a3b61020568.tar.gz kernel-652e1a51465f2e8e75590bc3dd1e3a3b61020568.zip | |
mm: fix docs for the kernel parameter ``thp_anon=``
If we add ``thp_anon=32,64K:always`` to the kernel command line, we
will see the following error:
[ 0.000000] huge_memory: thp_anon=32,64K:always: error parsing string, ignoring setting
This happens because the correct format isn't ``thp_anon=<size>,<size>[KMG]:<state>```,
as [KMG] must follow each number to especify its unit. So, the correct
format is ``thp_anon=<size>[KMG],<size>[KMG]:<state>```.
Therefore, adjust the documentation to reflect the correct format of the
parameter ``thp_anon=``.
Link: https://lkml.kernel.org/r/[email protected]
Fixes: dd4d30d1cdbe ("mm: override mTHP "enabled" defaults at kernel cmdline")
Signed-off-by: Maíra Canal <[email protected]>
Acked-by: Barry Song <[email protected]>
Acked-by: David Hildenbrand <[email protected]>
Cc: Baolin Wang <[email protected]>
Cc: Hugh Dickins <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: Lance Yang <[email protected]>
Cc: Ryan Roberts <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
0 files changed, 0 insertions, 0 deletions
