]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - continuous/steps/11-patch
continuous: Apply fixup commit for broken revisions
[can-benchmark.git] / continuous / steps / 11-patch
index d609541586fe4a9b3472a231c7c568447e9be07f..a4b5e1d43c16a3daf02ec832c6339dda479f0a15 100755 (executable)
@@ -43,23 +43,23 @@ if git rev-list --ancestry-path 7322dd755e7dd34bc5359aa27abeed1687e0f628^..v4.6^
     git reset HEAD^ # Do not commit revert - this helps with bisecting
 fi
 
-if git rev-list --ancestry-path 9402c684613163888714df0955fa1f17142b08bf^..|grep -q $(git rev-parse HEAD); then
+if git rev-list --ancestry-path 9402c684613163888714df0955fa1f17142b08bf^..2c0f99516f53911c3f2f81ab3815841e3408f11e^|grep -q $(git rev-parse HEAD); then
     # Apply fix for commit that breaks boot
     git apply --index <<EOF
 --- a/arch/powerpc/lib/feature-fixups.c
 +++ b/arch/powerpc/lib/feature-fixups.c
-@@ -154,7 +154,7 @@ static void do_final_fixups(void)
-
- void apply_feature_fixups(void)
+@@ -154,3 +154,3 @@ static void do_final_fixups(void)
  {
 -      struct cpu_spec *spec = *PTRRELOC(&cur_cpu_spec);
 +      struct cpu_spec *spec = PTRRELOC(*PTRRELOC(&cur_cpu_spec));
  
-       /*
-        * Apply the CPU-specific and firmware specific fixups to kernel text
 EOF
 fi
 
+if git rev-list --ancestry-path 309b315b6ec686ce050758cc4e29f6ad1125a83f^..97f6e0cc35026a2a09147a6da636d901525e1969^; then
+    git show 97f6e0cc35026a2a09147a6da636d901525e1969 | git apply --index
+fi
+
 # It the dts file exists, next command fails
 rm -f arch/powerpc/boot/dts/shark-ryu.dts
 git apply --index < ../shark-ryu-board-patch.patch