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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 56521C433EF for ; Fri, 1 Oct 2021 06:56:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2E5726109E for ; Fri, 1 Oct 2021 06:56:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1352360AbhJAG6e (ORCPT ); Fri, 1 Oct 2021 02:58:34 -0400 Received: from so254-9.mailgun.net ([198.61.254.9]:62583 "EHLO so254-9.mailgun.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1352317AbhJAG6d (ORCPT ); Fri, 1 Oct 2021 02:58:33 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1633071409; h=Content-Transfer-Encoding: Content-Type: MIME-Version: Message-ID: In-Reply-To: Date: References: Subject: Cc: To: From: Sender; bh=LfWfxStH7Y3/3uGWypizgZzN/AsxwvYk5KwL5dOoAzE=; b=gt5YPof3HsMQJz4M2nwFs9JJ/oKGhD3ZBKQyr5H6U8a2oh0FShS4oYXaekWl6I90Uxgw99mn oFJj1TybGJlXZd6ZeitxuPDzVECOcPmw3fqiI96Y/0A+6amOm0x0aXbeuBGTEqWLqc/AChMW dCT16tHPKncVZ20AS7YsJeZpuUg= X-Mailgun-Sending-Ip: 198.61.254.9 X-Mailgun-Sid: WyI3YTAwOSIsICJsaW51eC13aXJlbGVzc0B2Z2VyLmtlcm5lbC5vcmciLCAiYmU5ZTRhIl0= Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n02.prod.us-west-2.postgun.com with SMTP id 6156b12747d64efb6d69a754 (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Fri, 01 Oct 2021 06:56:39 GMT Sender: kvalo=codeaurora.org@mg.codeaurora.org Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 3472EC4360D; Fri, 1 Oct 2021 06:56:39 +0000 (UTC) Received: from tynnyri.adurom.net (tynnyri.adurom.net [51.15.11.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: kvalo) by smtp.codeaurora.org (Postfix) with ESMTPSA id D65BDC4338F; Fri, 1 Oct 2021 06:56:36 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.codeaurora.org D65BDC4338F Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; spf=fail smtp.mailfrom=codeaurora.org From: Kalle Valo To: Exuvo Cc: Stanislaw Gruszka , linux-wireless@vger.kernel.org, Helmut Schaa , regressions@lists.linux.dev Subject: Re: rt2x00 regression References: <20190927080303.GA7667@redhat.com> <20191203075736.GA701@redhat.com> Date: Fri, 01 Oct 2021 09:56:32 +0300 In-Reply-To: (Exuvo's message of "Wed, 29 Sep 2021 10:22:50 +0200") Message-ID: <87czop5j33.fsf@tynnyri.adurom.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org (adding regressions list for easier tracking) Exuvo writes: > I would like to get this resolved, is there any more information you need= from me? > > I have been manually patching this all year with: > > drivers/net/wireless/ralink/rt2x00/rt2x00usb.c > - if (rt2x00dev->num_proto_errs > 8) > -=C2=A0=C2=A0=C2=A0 return true; > > It seems to just be some part of rt2800_load_firmware that is not > supported on my device and generating errors but it has been running > without problems in AP mode with daily usage. [...] >>>>>>> This most likely is the problem introduced by commit: >>>>>>> >>>>>>> commit e383c70474db32b9d4a3de6dfbd08784d19e6751 >>>>>>> Author: Stanislaw Gruszka >>>>>>> Date: Tue Mar 12 10:51:42 2019 +0100 >>>>>>> >>>>>>> rt2x00: check number of EPROTO errors >>>>>>> >>>>>>> Plase check below patch that increase number of EPROTO checks >>>>>>> before marking device removed. If it does not help, plese >>>>>>> check if reverting above commits helps. Should we do a revert? Can someone submit that including an explanation of the regression. --=20 https://patchwork.kernel.org/project/linux-wireless/list/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatc= hes