From 7fe7fefa90a67098e4e661e53ccc6517e814faa7 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 6 Apr 2015 18:54:11 +0000 Subject: [PATCH] HID: thingm: fix workqueue race on remove (Closes: #780055) svn path=/dists/sid/linux/; revision=22480 --- debian/changelog | 1 + debian/patches/series | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 72f33d326..411cdc3a1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -194,6 +194,7 @@ linux (3.16.7-ckt9-1) UNRELEASED; urgency=medium (Closes: #780971) * [x86] drm/i915: Add limited color range readout for HDMI/DP ports on g4x/vlv/chv (Closes: #775217) + * HID: thingm: fix workqueue race on remove (Closes: #780055) -- Ian Campbell Wed, 18 Mar 2015 21:07:15 +0000 diff --git a/debian/patches/series b/debian/patches/series index 970e77bd7..52446abba 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -572,3 +572,4 @@ features/all/psmouse/input-psmouse-ensure-that-focaltech-reports-consiste.patch features/all/psmouse/input-psmouse-disable-changing-resolution-rate-scale.patch features/all/psmouse/input-psmouse-disable-palm-detection-in-the-focaltec.patch bugfix/x86/drm-i915-add-limited-color-range-readout-for-hdmi-dp.patch +bugfix/all/hid-thingm-fix-workqueue-race-on-remove.patch