Home
last modified time | relevance | path

Searched refs:base_ref (Results 1 – 1 of 1) sorted by relevance

/linux/scripts/
H A Dcheck-uapi.sh209 local -r base_ref="$1"
212 for ref in "$base_ref" "$past_ref"; do
240 local -r base_ref="$1"
249 printf "Checking changes to UAPI headers between %s and %s...\n" "$past_ref" "${base_ref:-dirty tree}"
250 # Loop over all UAPI headers that were installed by $past_ref (if they only exist on $base_ref,
262 check_individual_file "$base_ref" "$past_ref" "$file" &
303 local -r base_ref="$1"
307 local -r base_header="$(get_header_tree "$base_ref")/${file}"
313 "$file" "$past_ref" "$base_ref" \
318 compare_abi "$file" "$base_header" "$past_header" "$base_ref" "
[all...]