diff --git a/debian/changelog b/debian/changelog index c20b2f018..e807c960f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -258,6 +258,7 @@ linux (4.9.10-1) UNRELEASED; urgency=medium * [x86] platform: acer-wmi: setup accelerometer when machine has appropriate notify event (Closes: #853067) * [x86] xen: Fix APIC id mismatch warning on Intel (Closes: #853193) + * media: dvb-usb-dibusb-mc-common: Add MODULE_LICENSE (Closes: #853110) [ Roger Shimizu ] * [armel] ARM: dts: orion5x-lschl: Fix model name diff --git a/debian/patches/bugfix/all/media-dvb-usb-dibusb-mc-common-add-module_license.patch b/debian/patches/bugfix/all/media-dvb-usb-dibusb-mc-common-add-module_license.patch new file mode 100644 index 000000000..8da00ef25 --- /dev/null +++ b/debian/patches/bugfix/all/media-dvb-usb-dibusb-mc-common-add-module_license.patch @@ -0,0 +1,28 @@ +From: Ben Hutchings +Date: Fri, 17 Feb 2017 02:51:21 +0000 +Subject: [media] dvb-usb-dibusb-mc-common: Add MODULE_LICENSE +Bug-Debian: https://bugs.debian.org/853110 + +dvb-usb-dibusb-mc-common is licensed under GPLv2, and if we don't say +so then it won't even load since it needs a GPL-only symbol. + +Reported-by: Dominique Dumont +References: https://bugs.debian.org/853110 +Cc: stable@vger.kernel.org # 4.9+ +Fixes: e91455a1495a ("[media] dvb-usb: split out common parts of dibusb") +Signed-off-by: Ben Hutchings +--- + drivers/media/usb/dvb-usb/dibusb-mc-common.c | 2 ++ + 1 file changed, 2 insertions(+) + +--- a/drivers/media/usb/dvb-usb/dibusb-mc-common.c ++++ b/drivers/media/usb/dvb-usb/dibusb-mc-common.c +@@ -12,6 +12,8 @@ + #include + #include "dibusb.h" + ++MODULE_LICENSE("GPL"); ++ + /* 3000MC/P stuff */ + // Config Adjacent channels Perf -cal22 + static struct dibx000_agc_config dib3000p_mt2060_agc_config = { diff --git a/debian/patches/series b/debian/patches/series index be8372ca1..02e36647c 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -78,6 +78,7 @@ bugfix/all/ath9k-fix-null-pointer-dereference.patch bugfix/all/nbd-fix-64-bit-division.patch bugfix/all/pegasus-use-heap-buffers-for-all-register-access.patch bugfix/all/net-ipv6-check-route-protocol-when-deleting-routes.patch +bugfix/all/media-dvb-usb-dibusb-mc-common-add-module_license.patch # Miscellaneous features