From patchwork Wed Jan 23 05:06:56 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aaron Ma X-Patchwork-Id: 1029656 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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 43ktZM5Xkxz9s4s; Wed, 23 Jan 2019 16:07:23 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1gmAkt-0005Q6-5Y; Wed, 23 Jan 2019 05:07:15 +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 1gmAkr-0005Pz-3P for kernel-team@lists.ubuntu.com; Wed, 23 Jan 2019 05:07:13 +0000 Received: from [114.249.241.75] (helo=localhost.localdomain) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1gmAkp-0001C2-LB for kernel-team@lists.ubuntu.com; Wed, 23 Jan 2019 05:07:12 +0000 From: Aaron Ma To: kernel-team@lists.ubuntu.com Subject: [SRU][C/D][linux-firmware][PATCH 0/2] Fix intel 8265 wifi crashing Date: Wed, 23 Jan 2019 13:06:56 +0800 Message-Id: <20190123050658.1528-1-aaron.ma@canonical.com> X-Mailer: git-send-email 2.17.1 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://bugs.launchpad.net/bugs/1808389 [Impact] repeated crashes of the Intel 8265 wireless card on a Lenovo X1 Gen6. [Fix] New iwlwifi firmware fix it. [Test] Bug reporter verified with positive result. [Regression Potential] Upstream fix, low risk. Bug reporter confirms fix. Emmanuel Grumbach (1): iwlwifi: update firmwares for 8000 series Luca Coelho (1): iwlwifi: update firmwares for 7000, 8000 and 9000 series WHENCE | 14 +++++++------- iwlwifi-3160-17.ucode | Bin 918268 -> 918268 bytes iwlwifi-7260-17.ucode | Bin 1049340 -> 1049340 bytes iwlwifi-7265-17.ucode | Bin 1180412 -> 1180412 bytes iwlwifi-8000C-36.ucode | Bin 2486572 -> 2486572 bytes iwlwifi-8265-36.ucode | Bin 2498044 -> 2498044 bytes iwlwifi-9000-pu-b0-jf-b0-38.ucode | Bin 2520568 -> 2520584 bytes iwlwifi-9260-th-b0-jf-b0-38.ucode | Bin 2521412 -> 2521412 bytes 8 files changed, 7 insertions(+), 7 deletions(-) Acked-by: Stefan Bader