Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
jes
/
fsverity-utils
/
refs/heads/master
/
.
/
scripts
/
run-sparse.sh
blob: e68f44861801c61b10446d5aa5852d8954bbb791 [
file
] [
log
] [
blame
]
#!/bin/bash
# SPDX-License-Identifier: GPL-2.0+
set
-
e
-
u
-
o pipefail
find
.
-
name
'*.c'
|
while
read
-
r file
;
do
sparse
"$file"
-
gcc
-
base
-
dir
"$(gcc --print-file-name=)"
\
-
D_FILE_OFFSET_BITS
=
64
-
I
.
-
Wbitwise
done