intel / lkvs

GNU General Public License v2.0
21 stars 28 forks source link

cpuid_check: add the multi bits output value check function #372

Closed xupengfe closed 1 month ago

xupengfe commented 2 months ago

Add the multi bits output value check function, for example: ./cpuid_check 1 0 0 0 a 4:7 5

Suggested-by: Xudong Hao xudong.hao@intel.com

xupengfe commented 2 months ago

All the "WARNING: Prefer kstrto to single variable sscanf" WARNING, becasue no sscanf in kernel code. It's not a code problem for user space app.

Thanks!