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=-3.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS autolearn=unavailable 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 F3BD7C64EB8 for ; Sun, 7 Oct 2018 00:44:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B99342087D for ; Sun, 7 Oct 2018 00:44:23 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="alkt/TKy" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B99342087D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-wireless-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726217AbeJGHth (ORCPT ); Sun, 7 Oct 2018 03:49:37 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:38236 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725846AbeJGHtg (ORCPT ); Sun, 7 Oct 2018 03:49:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Content-Transfer-Encoding: Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:References:Cc:To: Subject:Sender:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=ZGtkuQVsrFZ6bwc5TlpbHFHaJ9Fg2zj0HkaRsNBEbDc=; b=alkt/TKyB8cNd1U2xafGXG8BC ljO27d71VLPkRfnyi561zT17lfrkM7oeP8fl/Fr69II3MP7drrYMTzK0kCFyrNz3CjLyvximrog7W IzzpOw8m6iS6WTPBK05kmCGCXQGXQMbb9GNwm2l9SKnXzSzowUPtsnfs++0LR2XOni8b9tE59akJE U1e6mc13Wld3mBc+weJL+UXg+3VP1zHPQ5CcPtDDhJ48Ur7cfV0eMskgqR8EWUmWlCH0Z7bAIOAXE N1LarZb8M0znkzZ8M+MYKoNeCms90+rDJEXk/epkkSf73V1+dvfsAqL/7ATJw0yfmx62X6p3R8Lgv XPmMtxt8w==; Received: from static-50-53-52-16.bvtn.or.frontiernet.net ([50.53.52.16] helo=midway.dunlab) by bombadil.infradead.org with esmtpsa (Exim 4.90_1 #2 (Red Hat Linux)) id 1g8xBA-0007uH-Le; Sun, 07 Oct 2018 00:44:16 +0000 Subject: Re: [linuxwifi] [PATCH] fix iwlwifi on old cards in v4.19 was Re: 4.19-rc[23] iwlwifi: BUG in swiotlb To: "Grumbach, Emmanuel" , Pavel Machek , Johannes Berg Cc: LKML , linux-wireless , linuxwifi References: <0c5e53e5-2afa-8d38-0b48-272c670c4bc5@infradead.org> <1536651177.3224.106.camel@sipsolutions.net> <20180916093414.GA4299@amd> <20180916094142.GB4299@amd> <20180916095535.GA4245@amd> <20180916095935.GA4388@amd> <0BA3FCBA62E2DC44AF3030971E174FB301336B20F4@HASMSX111.ger.corp.intel.com> From: Randy Dunlap Message-ID: <5c46135d-99ae-5c63-5cc9-f066cec6543c@infradead.org> Date: Sat, 6 Oct 2018 17:44:15 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.0 MIME-Version: 1.0 In-Reply-To: <0BA3FCBA62E2DC44AF3030971E174FB301336B20F4@HASMSX111.ger.corp.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On 9/16/18 3:12 AM, Grumbach, Emmanuel wrote: >> >> >> .max_tfd_queue_size was ommited for old cards, leading to oops in swiotlb. >> >> Signed-off-by: Pavel Machek >> > > I picked it up in our tree with minor commit message fixes. > I also added the Fixes tag for stable. > > Thanks! Hi, Are we going to see this fix in 4.19? hopefully. thanks, -- ~Randy