Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: ABI: drop two duplicate symbols

As warned by get_abi.py, there are two symbols that are
defined twice:

WARNING: /sys/devices/system/cpu/cpuX/topology/physical_package_id is defined 2 times: \
/new_devel/v4l/docs/Documentation/ABI/stable/sysfs-devices-system-cpu:27; \
/new_devel/v4l/docs/Documentation/ABI/testing/sysfs-devices-system-cpu:70
WARNING: /sys/devices/system/cpu/cpuX/topology/ppin is defined 2 times: \
/new_devel/v4l/docs/Documentation/ABI/stable/sysfs-devices-system-cpu:89; \
/new_devel/v4l/docs/Documentation/ABI/testing/sysfs-devices-system-cpu:70

As the documentation at testing/sysfs-devices-system-cpu, drop
the duplicated one from stable.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/c3dce809f577584cf9aedafc6c2a0d5a9ca909ac.1739394480.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
b09d96e0 95767a59

-10
-10
Documentation/ABI/stable/sysfs-devices-system-cpu
··· 24 24 If set by a process it will be inherited by child processes. 25 25 Values: 64 bit unsigned integer (bit field) 26 26 27 - What: /sys/devices/system/cpu/cpuX/topology/physical_package_id 28 - Description: physical package id of cpuX. Typically corresponds to a physical 29 - socket number, but the actual value is architecture and platform 30 - dependent. 31 - Values: integer 32 - 33 27 What: /sys/devices/system/cpu/cpuX/topology/die_id 34 28 Description: the CPU die ID of cpuX. Typically it is the hardware platform's 35 29 identifier (rather than the kernel's). The actual value is ··· 79 85 What: /sys/devices/system/cpu/cpuX/topology/die_cpus 80 86 Description: internal kernel map of CPUs within the same die. 81 87 Values: hexadecimal bitmask. 82 - 83 - What: /sys/devices/system/cpu/cpuX/topology/ppin 84 - Description: per-socket protected processor inventory number 85 - Values: hexadecimal. 86 88 87 89 What: /sys/devices/system/cpu/cpuX/topology/die_cpus_list 88 90 Description: human-readable list of CPUs within the same die.