[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1619679819-45256-1-git-send-email-tiantao6@hisilicon.com>
Date: Thu, 29 Apr 2021 15:03:37 +0800
From: Tian Tao <tiantao6@...ilicon.com>
To: <corbet@....net>, <gregkh@...uxfoundation.org>,
<song.bao.hua@...ilicon.com>
CC: <linux-doc@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
Tian Tao <tiantao6@...ilicon.com>
Subject: [PATCH 0/2] clarify and cleanup CPU and NUMA topology ABIs
patch #1: clarify the overflow issue of sysfs pagebuf, and Move the
presence of BUILD_BUG_ON to more sensible place.
patch #2: move the interface that exists under
/sys/devices/system/cpu/cpuX/topology/ to the more logical
Documentation/ABI/ file that can be properly parsed and
displayed to the user space.
these two patches are a follow-up to Greg's comments in the below threads:
https://lore.kernel.org/lkml/YFRGIedW1fUlnmi+@kroah.com/
https://lore.kernel.org/lkml/YFR2kwakbcGiI37w@kroah.com/
Tian Tao (2):
CPU, NUMA topology ABIs: clarify the overflow issue of sysfs pagebuf
Documentation/ABI: Move the topology-related sysfs interface to the
right place
Documentation/ABI/stable/sysfs-devices-node | 5 +-
Documentation/ABI/stable/sysfs-devices-system-cpu | 142 ++++++++++++++++++++++
Documentation/admin-guide/cputopology.rst | 83 +------------
drivers/base/node.c | 3 -
include/linux/cpumask.h | 6 +
5 files changed, 154 insertions(+), 85 deletions(-)
--
2.7.4
Powered by blists - more mailing lists