[PATCH v1] kernel.h: Split out mathematical helpers

2020-10-28 Thread Andy Shevchenko
kernel.h is being used as a dump for all kinds of stuff for a long time. Here is the attempt to start cleaning it up by splitting out mathematical helpers. At the same time convert users in header and lib folder to use new header. Though for time being include new header back to kernel.h to avoid

Re: [PATCH v1] kernel.h: Split out mathematical helpers

2019-10-02 Thread Andrew Morton
On Tue, 10 Sep 2019 13:51:05 +0300 Andy Shevchenko wrote: > kernel.h is being used as a dump for all kinds of stuff for a long time. > Here is the attempt to start cleaning it up by splitting out mathematical > helpers. > > Signed-off-by: Andy Shevchenko > --- > fs/nfs/callback_proc.c

[PATCH v1] kernel.h: Split out mathematical helpers

2019-09-10 Thread Andy Shevchenko
kernel.h is being used as a dump for all kinds of stuff for a long time. Here is the attempt to start cleaning it up by splitting out mathematical helpers. Signed-off-by: Andy Shevchenko --- fs/nfs/callback_proc.c| 1 + include/linux/bitops.h| 3 +- include/linux/dcache.h