Re: [PATCH v8 0/5] use bin_attribute to break the size limitation of cpumap ABI

From: Greg KH
Date: Fri Jul 30 2021 - 01:23:00 EST


On Thu, Jul 29, 2021 at 10:50:00AM -0700, Andrew Morton wrote:
> On Thu, 29 Jul 2021 17:42:03 +1200 Barry Song <song.bao.hua@xxxxxxxxxxxxx> wrote:
>
> > drivers/base/node.c | 51 +++++++++-----
> > drivers/base/topology.c | 115 ++++++++++++++++--------------
> > include/linux/bitmap.h | 2 +
> > include/linux/cpumask.h | 63 +++++++++++++++++
> > lib/bitmap.c | 96 +++++++++++++++++++++++++
> > lib/test_bitmap.c | 150 ++++++++++++++++++++++++++++++++++++++++
> > 6 files changed, 407 insertions(+), 70 deletions(-)
>
> I'm assuming this is more a gregkh thing than an akpm thing?

Yeah, I can take this, thanks!

greg k-h