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

From: Andrew Morton
Date: Thu Jul 29 2021 - 13:50:05 EST


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?