Em Wed, 12 Feb 2025 18:25:15 +0700 Bagas Sanjaya <bagasdotme@xxxxxxxxx> escreveu: > On Tue, Feb 11, 2025 at 07:22:54AM +0100, Mauro Carvalho Chehab wrote: > > Now that ABI creates a python dictionary, use automarkup to create cross > > references for ABI symbols as well. > > I get three new warnings: > > WARNING: /sys/devices/system/cpu/cpuX/topology/physical_package_id is defined 2 times: /home/bagas/repo/linux-kernel/Documentation/ABI/stable/sysfs-devices-system-cpu:27; /home/bagas/repo/linux-kernel/Documentation/ABI/testing/sysfs-devices-system-cpu:70 > WARNING: /sys/devices/system/cpu/cpuX/topology/ppin is defined 2 times: /home/bagas/repo/linux-kernel/Documentation/ABI/stable/sysfs-devices-system-cpu:89; /home/bagas/repo/linux-kernel/Documentation/ABI/testing/sysfs-devices-system-cpu:70 Those two are new reports that get_abi.py detects after the recent changes. In the past, symbol duplication were detected only within the same group (testing, stable, ...). The new version can detect symbols that are duplicated on different parts of the ABI. In this specific case, the same symbols exist on both stable and testing. There is a fix for them already at: https://lore.kernel.org/linux-doc/673e9543783349b0fcf625018e38e4e93fe98f52.1738020236.git.mchehab+huawei@xxxxxxxxxx/ > WARNING: Documentation/ABI/testing/sysfs-class-cxl not found I need to double-check verify this one, as it didn't appear on my tests. Are you getting it against docs-next or linux-next? Thanks, Mauro