On Thu, 9 Jul 2020 10:48:34 +0530, Kajol Jain wrote:
This patchset add cpu hotplug support for hv_24x7 driver by adding
online/offline cpu hotplug function. It also add sysfs file
"cpumask" to expose current online cpu that can be used for
hv_24x7 event count.
Changelog:
v4 -> v5
- Since we are making PMU fail incase hotplug init failed, hence
directly adding cpumask attr inside if_attrs rather then creating
new attribute_group as suggested by Madhavan Srinivasan.
[...]
Applied to powerpc/next.
[1/2] powerpc/perf/hv-24x7: Add cpu hotplug support
https://git.kernel.org/powerpc/c/1a8f0886a6008c98a926bdeca49f2ef33015a491
[2/2] powerpc/hv-24x7: Add sysfs files inside hv-24x7 device to show cpumask
https://git.kernel.org/powerpc/c/792f73f747b82f6cb191a323e1f5755d33149b50
cheers