Lines Matching full:check
7 The UAPI checker (``scripts/check-uapi.sh``) is a shell script which
14 This section will describe the options with which ``check-uapi.sh``
19 check-uapi.sh [-b BASE_REF] [-p PAST_REF] [-j N] [-l ERROR_LOG] [-i] [-q] [-v]
75 % ./scripts/check-uapi.sh
99 % ./scripts/check-uapi.sh
123 % ./scripts/check-uapi.sh -i
149 % ./scripts/check-uapi.sh -i
174 % ./scripts/check-uapi.sh
187 % ./scripts/check-uapi.sh -p HEAD~2
226 % ./scripts/check-uapi.sh
231 With an x86 compiler, we can't check header files in ``arch/arm64``, so the
234 If we want to check the header file, we'll have to use an arm64 compiler and
237 % CC=aarch64-linux-gnu-gcc ARCH=arm64 ./scripts/check-uapi.sh
284 % ./scripts/check-uapi.sh
330 % ./scripts/check-uapi.sh
345 git tree. For example, to check all changed UAPI header files between tags
348 % ./scripts/check-uapi.sh -b v6.1 -p v6.0
357 so the script is unable to check changes before then.
375 % ./scripts/check-uapi.sh -b ba47652ba655
473 The intention is for this script to be used as a quick check for