[linux] 01/02: Ignore ABI changes for acpi_ec_{add, remove}_query_handler

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Tue Mar 14 06:24:00 UTC 2017


This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch sid
in repository linux.

commit e67a9e0c75fa0bc369f219afd8f3609b3334492f
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Mon Mar 13 21:36:01 2017 +0100

    Ignore ABI changes for acpi_ec_{add,remove}_query_handler
---
 debian/changelog      | 1 +
 debian/config/defines | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 1fd9fb2..13d2d58 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -149,6 +149,7 @@ linux (4.9.14-1) UNRELEASED; urgency=medium
   [ Salvatore Bonaccorso ]
   * ACPI / EC: Use busy polling mode when GPE is not enabled.
     Thanks to Jakobus Schurz <jakobus.schurz at gmail.com> (Closes: #846792)
+  * Ignore ABI changes for acpi_ec_{add,remove}_query_handler
 
  -- Ben Hutchings <ben at decadent.org.uk>  Wed, 01 Mar 2017 15:42:54 +0000
 
diff --git a/debian/config/defines b/debian/config/defines
index 4e73c61..a8ab592 100644
--- a/debian/config/defines
+++ b/debian/config/defines
@@ -23,6 +23,9 @@ ignore-changes:
  update_devfreq
 # Assume IB drivers are added/updated through OFED, which also updates IB core
  module:drivers/infiniband/**
+# ignore acpi_ec_{add,remove}_query_handler(), not exposed for OOT modules
+ acpi_ec_add_query_handler
+ acpi_ec_remove_query_handler
 
 [base]
 arches:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list