Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp821815ybl; Wed, 28 Aug 2019 05:57:41 -0700 (PDT) X-Google-Smtp-Source: APXvYqxuO9LyQPpeF/HDKJrE0gZeELYG66DcH/NLd7qK0B8TFVZiZUfVIDswr+QKLoLaB09trfb4 X-Received: by 2002:a17:90a:9486:: with SMTP id s6mr4294092pjo.0.1566997061458; Wed, 28 Aug 2019 05:57:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566997061; cv=none; d=google.com; s=arc-20160816; b=U52rUrPzcPoQ/VszImqRUvpLfd814krz6kyRLbJ7ZJ3V0EDRLGTldkzByWTd3UwfEW jDQX/Qi6fAEBQwkC99nEJ44lPfCoD86eSl+K6xycgZZFB5IwTfCaPv3ZGZJSRtgmK8hG RwPyBFs+a8A5qRfnQtb1eJkcE01annYqTSLNGcsw1qomHIz91y1xHEw2vrwDF0R7T+7i UvTBtVytiNaoyYwGVSRYjZLpym6i2tmoAmbVvfsOFOXFO13oQeCu6STn68e9vIUj8btm UdXbC+ermvWRju+nI2LywdEEIyWjL1jEz6IhmPXKGeLBmpccdthdm4w6NNl+d389bIkg dVXA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from :authenticated-by; bh=HppiHFTBQPSrTVKxMilh+4mp0Pj3+uT4f83PzntZxl8=; b=GUR8fQxTpI7mIImR2WgGxTzKlK1E0K0arkAakn1OxilLIgdONjBuEhopIbis3XSJcD elgLySXB5bC6nMwH1Z+pCg1zptG+CSolVvN0BdmWmCM57AO+XIW8aMMJmDj1H0VicXOH g0gE/Lfi5FzhPB5cF1/PJjWx5k++yeMHr2BoeaIda2JaOeKr0mlhYCzMHNtXDMYm69zy smVWXh7dj8t1SnwI8B3MIOfuAX1rqp86zxCjP0Wc/1JFsJ+WkiLphmRg9tIdXRmtYx6O sqzj5Gxepaecjd6WT6nnSd285x1AoPtT3qgCBHs4N9IPIDLioguVAsDyR62ZrwThCatl g3Uw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o185si2509859pfb.206.2019.08.28.05.57.24; Wed, 28 Aug 2019 05:57:41 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726441AbfH1M4d (ORCPT + 99 others); Wed, 28 Aug 2019 08:56:33 -0400 Received: from rtits2.realtek.com ([211.75.126.72]:41708 "EHLO rtits2.realtek.com.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726272AbfH1M4c (ORCPT ); Wed, 28 Aug 2019 08:56:32 -0400 Authenticated-By: X-SpamFilter-By: BOX Solutions SpamTrap 5.62 with qID x7SCuUud013816, This message is accepted by code: ctloc85258 Received: from mail.realtek.com (RTITCASV01.realtek.com.tw[172.21.6.18]) by rtits2.realtek.com.tw (8.15.2/2.57/5.78) with ESMTPS id x7SCuUud013816 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 28 Aug 2019 20:56:30 +0800 Received: from fc30.localdomain (172.21.177.138) by RTITCASV01.realtek.com.tw (172.21.6.18) with Microsoft SMTP Server id 14.3.468.0; Wed, 28 Aug 2019 20:56:28 +0800 From: Hayes Wang To: CC: , , Hayes Wang Subject: [PATCH net v4 0/2] r8152: fix side effect Date: Wed, 28 Aug 2019 20:56:11 +0800 Message-ID: <1394712342-15778-323-Taiwan-albertk@realtek.com> X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <1394712342-15778-314-Taiwan-albertk@realtek.com> References: <1394712342-15778-314-Taiwan-albertk@realtek.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII X-Originating-IP: [172.21.177.138] Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org v4: Add Fixes tag for both patch #1 and #2. v3: Update the commit message for patch #1. v2: Replace patch #2 with "r8152: remove calling netif_napi_del". v1: The commit 0ee1f4734967 ("r8152: napi hangup fix after disconnect") add a check to avoid using napi_disable after netif_napi_del. However, the commit ffa9fec30ca0 ("r8152: set RTL8152_UNPLUG only for real disconnection") let the check useless. Therefore, I revert commit 0ee1f4734967 ("r8152: napi hangup fix after disconnect") first, and add another patch to fix it. Hayes Wang (2): Revert "r8152: napi hangup fix after disconnect" r8152: remove calling netif_napi_del drivers/net/usb/r8152.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) -- 2.21.0