numam-dpdk/devtools
Neil Horman 5a5f4676eb devtools: fix regex in symbol addition check
The regex to determine the end of the map file chunk in a patch seems to
be wrong,  It was using perl regex syntax, which awk doesn't appear to
support (I'm still not sure how it was working previously).  Regardless,
it wasn't triggering and as a result symbols were getting added to the
mapdb that shouldn't be there.

Fix it by converting the regex to use traditional posix syntax, matching
only on the negation of the character class [^map]

Tested and shown to be working on the ip_frag patch set provided by
doucette@bu.edu

Fixes: 4bec48184e ("devtools: add checks for ABI symbol addition")
Cc: stable@dpdk.org

Reported-by: Cody Doucette <doucette@bu.edu>
Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
2018-11-18 23:38:26 +01:00
..
cocci
build-tags.sh
check-dup-includes.sh
check-forbidden-tokens.awk devtools: add explicit warnings for forbidden tokens 2018-11-04 21:54:04 +01:00
check-git-log.sh devtools: add git log checks for PHY 2018-10-25 16:52:43 +02:00
check-includes.sh
check-maintainers.sh
check-symbol-change.sh devtools: fix regex in symbol addition check 2018-11-18 23:38:26 +01:00
check-symbol-maps.sh
checkpatches.sh devtools: add explicit warnings for forbidden tokens 2018-11-04 21:54:04 +01:00
cocci.sh
get-maintainer.sh
git-log-fixes.sh
load-devel-config
test-build.sh telemetry: add client feature and sockets 2018-10-27 15:18:23 +02:00
test-meson-builds.sh
test-null.sh
validate-abi.sh