Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: kernel-parameters: Refer to the correct bitmap function

The parser of the CPU lists is bitmap_parselist() that supports
special notations with the plain numbers. bitmap_parse() never
supported those and will fail in case one will try it.

Fixes: b18def121f07 ("bitmap_parse: Support 'all' semantics")
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20230817140432.507889-1-andriy.shevchenko@linux.intel.com

authored by

Andy Shevchenko and committed by
Jonathan Corbet
d0c1f8dc 5797f5f9

+1 -1
+1 -1
Documentation/admin-guide/kernel-parameters.rst
··· 80 80 so that "nohz_full=all" is the equivalent of "nohz_full=0-N". 81 81 82 82 The semantics of "N" and "all" is supported on a level of bitmaps and holds for 83 - all users of bitmap_parse(). 83 + all users of bitmap_parselist(). 84 84 85 85 This document may not be entirely up to date and comprehensive. The command 86 86 "modinfo -p ${modulename}" shows a current list of all parameters of a loadable