Lines Matching refs:patched
41 PATCHED_DIR="$TMP_DIR/2-patched"
43 PATCHED_CSUM_DIR="$TMP_DIR/3-checksum-patched"
142 2|patched Build patched kernel
210 2 | patched) SHORT_CIRCUIT=2; ;;
485 # Copy patched source files to 'b'
542 # symbol which lives in vmlinux or another kernel module, the patched
779 local -a orig patched
784 read -ra patched <<< "${line#*$'\t'}"
786 if [[ ${#patched[@]} -eq 0 ]]; then
790 printf "%s: %s: %s (added)\n" "${patched[1]%:}" "${patched[3]}" "${patched[-2]}"
794 [[ "${orig[-1]}" == "${patched[-1]}" ]] && continue
797 [[ "${orig[-2]}" != "${patched[-2]}" ]] && \
798 printf " (patched: %s)" "${patched[-2]}"
905 status "Building patched kernel"
906 build_kernel "patched"
908 status "Copying patched object files"
915 status "Generating patched checksums"