numam-dpdk/buildtools
Neil Horman 49bcce1383 buildtools: prevent experimental symbol match on substring
The experimental symbol check script matched on the regexes
"\.text.*$SYM" and "\.text\.experimental.*$SYM" which allows for
substring matches.
If a symbol is leading substring of another one (e.g. symbol foo
is a substring of symbol foobar), it would match on symbols
when it shouldn't.

It is fixed by matching additionally on the end of line
so that symbols are an exact match.

Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
2018-10-11 13:57:29 +02:00
..
pmdinfogen buildtools: change license to SPDX 2018-07-26 22:45:17 +02:00
auto-config-h.sh devtools: use a common prefix for temporary files 2018-10-01 23:51:45 +02:00
check-experimental-syms.sh buildtools: prevent experimental symbol match on substring 2018-10-11 13:57:29 +02:00
gen-build-mk.sh tools: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
gen-config-h.sh tools: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
gen-pmdinfo-cfile.sh drivers: improve pmdinfo generation with meson 2018-01-30 21:59:00 +01:00
Makefile buildtools: change license to SPDX 2018-07-26 22:45:17 +02:00
meson.build build: replace license text with SPDX tag 2018-01-30 21:58:59 +01:00
relpath.sh tools: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
symlink-drivers-solibs.sh build: create relative symlinks for PMDs in libdir 2018-09-17 13:36:52 +02:00