Re: [EXT] Re: [PATCH v2] devtools: add tracepoint check in checkpatch

2022-10-12 Thread Thomas Monjalon
>Jerin Jacob Kollanukkaran ; Ankur Dwivedi > >; david.march...@redhat.com > >Subject: [EXT] Re: [PATCH v2] devtools: add tracepoint check in checkpatch > > > >External Email > > > >

RE: [EXT] Re: [PATCH v2] devtools: add tracepoint check in checkpatch

2022-10-12 Thread Ankur Dwivedi
t;Subject: [EXT] Re: [PATCH v2] devtools: add tracepoint check in checkpatch > >External Email > >-- >12/10/2022 13:45, Ankur Dwivedi: >> devtools/check-symbol-change.sh | 76 +

Re: [PATCH v2] devtools: add tracepoint check in checkpatch

2022-10-12 Thread Thomas Monjalon
12/10/2022 13:45, Ankur Dwivedi: > devtools/check-symbol-change.sh | 76 +--- > devtools/check-tracepoint.py| 52 ++ > devtools/check-tracepoint.sh| 66 > devtools/checkpatches.sh| 9 > devtools/comm

[PATCH v2] devtools: add tracepoint check in checkpatch

2022-10-12 Thread Ankur Dwivedi
This patch adds a check in checkpatch tool, to check if a tracepoint is present in any new function added in cryptodev library. It uses the existing build_map_changes() function and version.map file to create a list of newly added functions. The definition of these functions are checked if they co