Skip to content

Commit

Permalink
kernel: build force fuzz 0
Browse files Browse the repository at this point in the history
Packeges uses fuzz 0, lets have the same behavior
in scripts and packages.

Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
  • Loading branch information
jcvenegas committed Jun 29, 2019
1 parent 7f94b70 commit 40278b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/build-kernel.sh
Expand Up @@ -210,7 +210,7 @@ setup_kernel() {
cd "${kernel_path}" || exit 1
for p in ${kernel_patches}; do
info "Applying patch $p"
patch -p1 <"$p"
patch -p1 --fuzz 0 <"$p"
done

[ -n "${hypervisor_target}" ] || hypervisor_target="kvm"
Expand Down

0 comments on commit 40278b9

Please sign in to comment.