From e2b9469e2a474f4ab1de4becd9e6a37f50467d9b Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Sat, 19 Sep 2015 13:02:36 +0200 Subject: [PATCH 1/1] continuous: Memcpy bug was fixed upstream --- continuous/steps/11-patch | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/continuous/steps/11-patch b/continuous/steps/11-patch index 79ed0f4..8c5397c 100755 --- a/continuous/steps/11-patch +++ b/continuous/steps/11-patch @@ -21,7 +21,10 @@ function vercmp() dpkg --compare-versions $v1 $op $v2 } -if vercmp v4.2-rc2-34-g0b05e2d lt $(git describe); then +git_desc=$(git describe) + +if vercmp v4.2-rc2-34-g0b05e2d lt $git_desc && + vercmp v4.3-rc1-144-gf240bdd gt $git_desc ; then # Revert commit that causes unbootable system git revert --no-edit 0b05e2d671c40cfb57e66e4e402320d6e056b2f8 # powerpc/32: cacheable_memcpy becomes memcpy fi -- 2.39.2