RE: [PATCH v3 0/2] devtools: add tracepoint check in checkpatch

2022-11-01 Thread Ankur Dwivedi
hang1...@gmail.com; Amit Prakash Shukla >; Jerin Jacob Kollanukkaran >; Ankur Dwivedi >Subject: [PATCH v3 0/2] devtools: add tracepoint check in checkpatch > >This patch series adds a validation in checkpatch tool to check if tracepoint >is >present in any new function added in c

[PATCH v3 0/2] devtools: add tracepoint check in checkpatch

2022-10-15 Thread Ankur Dwivedi
This patch series adds a validation in checkpatch tool to check if tracepoint is present in any new function added in cryptodev library. The first patch in the series moves build_map_changes function from check-symbol-change.sh to a new file build-symbol-map.sh. The second patch in the series add