[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250212135808.58d2f032@foz.lan>
Date: Wed, 12 Feb 2025 13:58:08 +0100
From: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>
To: Bagas Sanjaya <bagasdotme@...il.com>
Cc: Linux Doc Mailing List <linux-doc@...r.kernel.org>, Jonathan Corbet
<corbet@....net>, linux-kernel@...r.kernel.org, "David S. Miller"
<davem@...emloft.net>, Andreas Noever <andreas.noever@...il.com>, Avadhut
Naik <avadhut.naik@....com>, Catalin Marinas <catalin.marinas@....com>,
Eric Dumazet <edumazet@...gle.com>, Hu Haowen
<2023002089@...k.tyut.edu.cn>, Lars-Peter Clausen <lars@...afoo.de>,
Michael Jamet <michael.jamet@...el.com>, Mika Westerberg
<mika.westerberg@...ux.intel.com>, Paolo Abeni <pabeni@...hat.com>, Sean
Young <sean@...s.org>, Yanteng Si <si.yanteng@...ux.dev>, Yehezkel Bernat
<YehezkelShB@...il.com>, Thomas Gleixner <tglx@...utronix.de>, Michael
Ellerman <mpe@...erman.id.au>, Shrikanth Hegde <sshegde@...ux.ibm.com>,
"Russell King (Oracle)" <rmk+kernel@...linux.org.uk>, Pawan Gupta
<pawan.kumar.gupta@...ux.intel.com>, James Morse <james.morse@....com>,
"Nysal Jan K.A" <nysal@...ux.ibm.com>, Tom Lendacky
<thomas.lendacky@....com>, Sourabh Jain <sourabhjain@...ux.ibm.com>,
Stephen Rothwell <sfr@...b.auug.org.au>, Frederic Barrat
<fbarrat@...ux.ibm.com>, Andrew Donnellan <ajd@...ux.ibm.com>, Madhavan
Srinivasan <maddy@...ux.ibm.com>, Nicholas Piggin <npiggin@...il.com>,
Christophe Leroy <christophe.leroy@...roup.eu>, Naveen N Rao
<naveen@...nel.org>, linux-arm-kernel@...ts.infradead.org,
linux-iio@...r.kernel.org, linux-media@...r.kernel.org,
linux-usb@...r.kernel.org, netdev@...r.kernel.org,
workflows@...r.kernel.org, linuxppc-dev@...ts.ozlabs.org
Subject: Re: [PATCH 0/9] Extend automarkup support for ABI symbols
Em Wed, 12 Feb 2025 18:25:15 +0700
Bagas Sanjaya <bagasdotme@...il.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
Powered by blists - more mailing lists