Message ID | cover.1739254867.git.mchehab+huawei@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | Extend automarkup support for ABI symbols | expand |
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 WARNING: Documentation/ABI/testing/sysfs-class-cxl not found Thanks.
Em Wed, 12 Feb 2025 18:25:15 +0700 Bagas Sanjaya <bagasdotme@gmail.com> 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@kernel.org/ > 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
On Wed, 2025-02-12 at 13:58 +0100, Mauro Carvalho Chehab wrote: > > 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? > This is moved to obsolete/ by 5731d41af924b which was merged in rc1, and will be moved again to removed/ by [0]. Andrew [0] https://patchwork.ozlabs.org/project/linuxppc-dev/patch/20250203072801.365551-3-ajd@linux.ibm.com/
Mauro Carvalho Chehab <mchehab+huawei@kernel.org> writes: >> 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? I get this one too, FWIW. I've gone ahead and applied the series, but this would be nice to get cleaned up. Thanks, jon