All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] get_abi.pl: some fixes
@ 2021-09-30  9:39 Mauro Carvalho Chehab
  2021-09-30  9:39 ` [PATCH 1/2] scripts: get_abi.pl: fix fallback rule for undefined symbols Mauro Carvalho Chehab
  2021-09-30  9:40 ` [PATCH 2/2] scripts: get_abi.pl: better generate regex from what fields Mauro Carvalho Chehab
  0 siblings, 2 replies; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2021-09-30  9:39 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Linux Doc Mailing List
  Cc: Mauro Carvalho Chehab, linux-kernel, Jonathan Corbet

Hi Greg,

This small series contain:

patch 1: 
  - fixes a rule that searches for some additional regexes.
    This will make the script slower but will avoid some false-positives
    (10 seconds instead of 6 seconds here)

patch 2:
  - contain some cleanups to the regexes. That will likely make
    some regular expressions to run faster.

I have an idea that might speedup the script again, but I need
to do some tests.

Mauro Carvalho Chehab (2):
  scripts: get_abi.pl: fix fallback rule for undefined symbols
  scripts: get_abi.pl: better generate regex from what fields

 scripts/get_abi.pl | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

-- 
2.31.1



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

end of thread, other threads:[~2021-09-30  9:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-30  9:39 [PATCH 0/2] get_abi.pl: some fixes Mauro Carvalho Chehab
2021-09-30  9:39 ` [PATCH 1/2] scripts: get_abi.pl: fix fallback rule for undefined symbols Mauro Carvalho Chehab
2021-09-30  9:40 ` [PATCH 2/2] scripts: get_abi.pl: better generate regex from what fields Mauro Carvalho Chehab

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.