scripts/get_abi.py: add support for symbol search
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 10 Feb 2025 10:18:00 +0000 (11:18 +0100)
committerJonathan Corbet <corbet@lwn.net>
Mon, 10 Feb 2025 18:19:56 +0000 (11:19 -0700)
commit6b48bea16848dd7c771411db3dcc01b3bc4dd4c2
treea2a8892dcc26e505286376e91606c39d9705a6e8
parent484e9aa6efaf96a7a5b5fe3216f24973166fbfe3
scripts/get_abi.py: add support for symbol search

Add support for searching symbols from Documentation/ABI using
regular expressions to match the symbols' names.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/21b2c48657dde112d5417dcd7e0aa7cd383b9a0a.1739182025.git.mchehab+huawei@kernel.org
scripts/get_abi.py
scripts/lib/abi/abi_parser.py