diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2021-01-10 13:09:51 +0100 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2021-01-10 13:09:51 +0100 |
commit | e316428e443cb815c2306bae80174909b4277299 (patch) | |
tree | 0213a6db1716e89792c8ec767c271db41e672f14 | |
parent | 6186d6326adfe167754d2ba1028b1c1ea59d6480 (diff) | |
download | kernel_replicant_linux-e316428e443cb815c2306bae80174909b4277299.tar.gz kernel_replicant_linux-e316428e443cb815c2306bae80174909b4277299.tar.bz2 kernel_replicant_linux-e316428e443cb815c2306bae80174909b4277299.zip |
Ignore ABI change for dfltcc_* symbols.
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/config/defines | 2 |
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 8cd20e05528f..bf3f0259abf8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +linux (5.10.5-2) UNRELEASED; urgency=medium + + [ Aurelien Jarno ] + * Ignore ABI change for dfltcc_* symbols. + + -- Aurelien Jarno <aurel32@debian.org> Sun, 10 Jan 2021 13:08:43 +0100 + linux (5.10.5-1) unstable; urgency=medium * New upstream stable update: diff --git a/debian/config/defines b/debian/config/defines index a87662afdb21..629386f6f879 100644 --- a/debian/config/defines +++ b/debian/config/defines @@ -77,6 +77,8 @@ ignore-changes: # Not OOT nf_nat_masquerade_ipv4_register_notifier nf_nat_masquerade_ipv6_register_notifier +# Not used in OOT (and changed in 5.10.5) + dfltcc_* # ignore changes to hisi_sas/* module:drivers/scsi/hisi_sas/* # KVM internal |