On 08/24/2017 01:49 PM, Daniel Jordan wrote: > Motivates and explains the ktask API for kernel clients. > > Signed-off-by: Daniel Jordan <[email protected]> > Reviewed-by: Steve Sistare <[email protected]> > Cc: Aaron Lu <[email protected]> > Cc: Andrew Morton <[email protected]> > Cc: Dave Hansen <[email protected]> > Cc: Mel Gorman <[email protected]> > Cc: Michal Hocko <[email protected]> > Cc: Mike Kravetz <[email protected]> > Cc: Pavel Tatashin <[email protected]> > Cc: Tim Chen <[email protected]> > --- > Documentation/core-api/index.rst | 1 + > Documentation/core-api/ktask.rst | 104 > +++++++++++++++++++++++++++++++++++++++ > 2 files changed, 105 insertions(+) > create mode 100644 Documentation/core-api/ktask.rst > > diff --git a/Documentation/core-api/ktask.rst > b/Documentation/core-api/ktask.rst > new file mode 100644 > index 000000000000..cb4b0d87c8c6 > --- /dev/null > +++ b/Documentation/core-api/ktask.rst > @@ -0,0 +1,104 @@ > +============================================ > +ktask: parallelize cpu-intensive kernel work > +============================================
Hi, I would prefer to use CPU instead of cpu. Otherwise, Reviewed-by: Randy Dunlap <[email protected]> -- ~Randy

