From patchwork Mon May 7 14:11:57 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wen-chien Jesse Sung X-Patchwork-Id: 909768 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]) by ozlabs.org (Postfix) with ESMTP id 40fl1W6gytz9s4Z; Tue, 8 May 2018 00:12:15 +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 1fFgs5-0005YK-NX; Mon, 07 May 2018 14:12:09 +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 1fFgs3-0005Y7-Jo for kernel-team@lists.ubuntu.com; Mon, 07 May 2018 14:12:07 +0000 Received: from 123-204-41-50.static.seed.net.tw ([123.204.41.50] helo=cola.voip.idv.tw) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1fFgs2-0007AS-RU; Mon, 07 May 2018 14:12:07 +0000 From: Wen-chien Jesse Sung To: kernel-team@lists.ubuntu.com Subject: [Xenial][PATCH v2 0/3] a fix for mwifiex Date: Mon, 7 May 2018 22:11:57 +0800 Message-Id: <20180507141200.25957-1-jesse.sung@canonical.com> X-Mailer: git-send-email 2.17.0 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" BugLink: https://launchpad.net/bugs/1769671 There were two workaround appied for lp:1712746 and now that the fix from Marvell has been accepted by upstream, it's time to integrate the fix instead. There are three patches in this series: two for reverting the workaround patches, and one to apply the fix. The fix has been verified on real hardware. Changes in v2: * Create a new LP bug and update the BugLink. Limin Zhu (1): mwifiex: cfg80211: do not change virtual interface during scan processing Wen-chien Jesse Sung (2): Revert "UBUNTU: SAUCE: mwifiex: do not dereference invalid pointer" Revert "UBUNTU: SAUCE: net/wireless: do not dereference invalid pointer" drivers/net/wireless/mwifiex/cfg80211.c | 6 ++++++ drivers/net/wireless/mwifiex/cfp.c | 4 +--- net/wireless/util.c | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) Acked-by: Kleber Sacilotto de Souza Acked-by: Po-Hsu Lin