Lines Matching full:headers
17 The script will not check UAPI headers for architectures other than the one
27 will use BASE_REF^1. Must be an ancestor of BASE_REF. Only headers
149 # Print all installed headers, filtering out ones that can't be compiled
153 # Add to the list of incompatible headers
157 # Start with the usr/include/Makefile to get a list of the headers
202 # Install headers for both git refs
208 printf "Installing user-facing UAPI headers from %s... " "${ref:-dirty tree}"
244 …printf "Checking changes to UAPI headers between %s and %s...\n" "$past_ref" "${base_ref:-dirty tr…
245 # Loop over all UAPI headers that were installed by $past_ref (if they only exist on $base_ref,
283 …eprintf "error - %d/%d UAPI headers compatible with %s appear _not_ to be backwards compatible\n" \
289 printf "All %d UAPI headers compatible with %s appear to be backwards compatible\n" \
385 printf "It's possible a change to one of the headers it includes caused this error:\n"
517 …printf "No changes to UAPI headers were applied between %s and %s\n" "$past_ref" "${base_ref:-dirt…