From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BE804C433DF for ; Fri, 29 May 2020 08:46:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 855C720810 for ; Fri, 29 May 2020 08:46:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590741994; bh=Di4VqZgHZxYw6J/QfTw3C2UqCzYNC8As7YmCYVytUqA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=se9tHNW7l7wv0aUMChjIXqCkQWtirO3EwZpz1OgZlZfYl3IKEZz7MriwYsn4HkqOV 2jmrRVhlzMhcq/lBeiaAkF+aNbjIp3ZDadeYNaZDEPVw/mbq3uoGREGHjmU8ux+L7t wEgfy8mHwERjtSyk/p4C+mwoaCizCGl08LqyMV+c= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726805AbgE2Iqe (ORCPT ); Fri, 29 May 2020 04:46:34 -0400 Received: from mail.kernel.org ([198.145.29.99]:50812 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726410AbgE2Iqd (ORCPT ); Fri, 29 May 2020 04:46:33 -0400 Received: from pali.im (pali.im [31.31.79.79]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id EE93B2072D; Fri, 29 May 2020 08:46:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590741993; bh=Di4VqZgHZxYw6J/QfTw3C2UqCzYNC8As7YmCYVytUqA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=wlIOlPSE2j4HRlt7MMcJUUqCmsClnRZqJk4COCs+FucQ5QSz8LXy9o2oYn/inTizz q+WgBTsvWdISV7kOwXeNDq8prWI5iFcoqIzeGX6i064MF/vn6gwChKHqImoUgW6L6L N43fFcI8yZmqIZOFshDXpQ4H5MgIZPD7W3+O15uU= Received: by pali.im (Postfix) id E30E3EB1; Fri, 29 May 2020 10:46:30 +0200 (CEST) Date: Fri, 29 May 2020 10:46:30 +0200 From: Pali =?utf-8?B?Um9ow6Fy?= To: Ganapathi Bhat Cc: Amitkumar Karwar , Xinming Hu , Marek =?utf-8?B?QmVow7pu?= , "linux-wireless@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [EXT] mwifiex: Firmware name for W8997 sdio wifi chip Message-ID: <20200529084630.j7rpdypt6vycsedh@pali> References: <20200515132353.vfor7v4buzoddfmb@pali> <20200528103432.irmsaaz72x3xophg@pali> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Friday 29 May 2020 08:43:56 Ganapathi Bhat wrote: > Hi Pali, > > > According to publicly available information, firmware for these W8xxx > > Marvell wifi chips is vulnerable to security issue CVE-2019-6496 [1]. > > > > Are you able to update firmwares to the last versions and give us some > > information which (old) firmware versions are affected by that security issue? > > > > So Linux distribution would know if they are distributing older vulnerable > > firmwares and should push security fixes with new firmware versions. > > > > 88W8787, 88W8797, 88W8801, 88W8897, and 88W8997 models are all already updated, with one exception: > usb8897_uapsta.bin, which we will upstream soon; Hello Ganapathi! Thank you for information. Can you point me to git tree or location where are firmware files already updated?