diff options
author | Ben Hutchings <benh@debian.org> | 2014-07-11 02:38:04 +0000 |
---|---|---|
committer | Ben Hutchings <benh@debian.org> | 2014-07-11 02:38:04 +0000 |
commit | 73b7435404b23abe651f44884e26632a1e6b6256 (patch) | |
tree | 0b5c9df1d38f95256b195cda02d2e872ccbd6607 | |
parent | 3794c3fcedab68bd90972349df1d798143a6a22a (diff) | |
download | kernel_replicant_linux-73b7435404b23abe651f44884e26632a1e6b6256.tar.gz kernel_replicant_linux-73b7435404b23abe651f44884e26632a1e6b6256.tar.bz2 kernel_replicant_linux-73b7435404b23abe651f44884e26632a1e6b6256.zip |
[s390,s390x] Ignore ABI change in lowcore structure (fixes FTBFS)
svn path=/dists/sid/linux/; revision=21524
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/config/s390/defines | 5 | ||||
-rw-r--r-- | debian/config/s390x/defines | 5 |
3 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 1ee1211068b4..5687eb186647 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ linux (3.14.10-2) UNRELEASED; urgency=medium - rtmutex: Resolve conflicts with changes in 3.14.10 - sched: Do not clear PF_NO_SETAFFINITY flag in select_fallback_rq() - workqueue: Prevent deadlock/stall on RT + * [s390,s390x] Ignore ABI change in lowcore structure (fixes FTBFS) -- Ben Hutchings <ben@decadent.org.uk> Fri, 11 Jul 2014 02:59:32 +0100 diff --git a/debian/config/s390/defines b/debian/config/s390/defines index 21cca5435954..776a0ff072f7 100644 --- a/debian/config/s390/defines +++ b/debian/config/s390/defines @@ -1,3 +1,8 @@ +[abi] +ignore-changes: +# Not used in any in-tree module, nor obviously used OOT either + lowcore_ptr + [base] flavours: s390x diff --git a/debian/config/s390x/defines b/debian/config/s390x/defines index 21cca5435954..776a0ff072f7 100644 --- a/debian/config/s390x/defines +++ b/debian/config/s390x/defines @@ -1,3 +1,8 @@ +[abi] +ignore-changes: +# Not used in any in-tree module, nor obviously used OOT either + lowcore_ptr + [base] flavours: s390x |