linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] scripts: get_abi.pl: some additional fixes and doc update
@ 2021-09-27 13:49 Mauro Carvalho Chehab
  2021-09-27 13:49 ` [PATCH 1/3] scripts: get_abi.pl: produce an error if the ref tree is broken Mauro Carvalho Chehab
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Mauro Carvalho Chehab @ 2021-09-27 13:49 UTC (permalink / raw)
  To: Linux Doc Mailing List, Greg Kroah-Hartman
  Cc: Mauro Carvalho Chehab, linux-kernel, Jonathan Corbet

Hi Greg,

This small series address a couple of issues I noticed while testing it
on an arm64 board (HiKey970). Those are addressed on patches 1
and 2.

Patch 2 is the real fix: it prevents creating aliases for nodes that
are ignored (specially for /sys/firmware, where there's no documentation
for the files created there under Documentation/ABI - nor it makes
sense to have it).

Patch 1 prevents similar cases, as it will produce an error if a
symlink is pointing to an entry that was not added at the internal
representation of the sysfs.

Patch 3 just update a few things at the documentation inside the
script.

Mauro Carvalho Chehab (3):
  scripts: get_abi.pl: produce an error if the ref tree is broken
  scripts: get_abi.pl: fix parse logic for DT firmware
  scripts: get_abi.pl: update its documentation

 scripts/get_abi.pl | 70 +++++++++++++++++++++++++++++-----------------
 1 file changed, 45 insertions(+), 25 deletions(-)

-- 
2.31.1



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-09-27 13:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-27 13:49 [PATCH 0/3] scripts: get_abi.pl: some additional fixes and doc update Mauro Carvalho Chehab
2021-09-27 13:49 ` [PATCH 1/3] scripts: get_abi.pl: produce an error if the ref tree is broken Mauro Carvalho Chehab
2021-09-27 13:49 ` [PATCH 2/3] scripts: get_abi.pl: fix parse logic for DT firmware Mauro Carvalho Chehab
2021-09-27 13:49 ` [PATCH 3/3] scripts: get_abi.pl: update its documentation Mauro Carvalho Chehab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).