From patchwork Fri Jul 20 15:31:09 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Pisati X-Patchwork-Id: 947068 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 41XFGg3B49z9s55; Sat, 21 Jul 2018 01:31:23 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1fgXNA-0006Rp-H0; Fri, 20 Jul 2018 15:31:12 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.86_2) (envelope-from ) id 1fgXN9-0006RF-S4 for kernel-team@lists.ubuntu.com; Fri, 20 Jul 2018 15:31:11 +0000 Received: from 1.general.ppisati.uk.vpn ([10.172.193.134] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1fgXN9-0007Mb-JU for kernel-team@lists.ubuntu.com; Fri, 20 Jul 2018 15:31:11 +0000 From: Paolo Pisati To: kernel-team@lists.ubuntu.com Subject: [PATCH 0/2] [SRU][Trusty] Fix for CVE-2017-16644 Date: Fri, 20 Jul 2018 17:31:09 +0200 Message-Id: <1532100671-30668-1-git-send-email-paolo.pisati@canonical.com> X-Mailer: git-send-email 2.7.4 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" https://people.canonical.com/~ubuntu-security/cve/2017/CVE-2017-16644.html The first patch is a prerequisite, that turns the second patch (the real fix) into a clean cherry pick. Arvind Yadav (1): media: hdpvr: Fix an error handling path in hdpvr_probe() Bhaktipriya Shridhar (1): [media] hdpvr: Remove deprecated create_singlethread_workqueue drivers/media/usb/hdpvr/hdpvr-core.c | 34 ++++++++++++++++------------------ drivers/media/usb/hdpvr/hdpvr-video.c | 6 +++--- drivers/media/usb/hdpvr/hdpvr.h | 2 -- 3 files changed, 19 insertions(+), 23 deletions(-) Acked-by: Stefan Bader Acked-by: Khalid Elmously