From patchwork Mon Aug 27 04:36:35 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kai-Heng Feng X-Patchwork-Id: 962335 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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 41zJxy4XrDz9s3x; Mon, 27 Aug 2018 14:36:53 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1fu9Gd-0002BW-Ck; Mon, 27 Aug 2018 04:36:43 +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 1fu9Gc-0002BL-Cr for kernel-team@lists.ubuntu.com; Mon, 27 Aug 2018 04:36:42 +0000 Received: from 61-220-137-37.hinet-ip.hinet.net ([61.220.137.37] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1fu9Gb-0005TE-KL for kernel-team@lists.ubuntu.com; Mon, 27 Aug 2018 04:36:42 +0000 From: Kai-Heng Feng To: kernel-team@lists.ubuntu.com Subject: [SRU] [Bionic] [PATCH 0/3] Fix for r8169 connection issue Date: Mon, 27 Aug 2018 12:36:35 +0800 Message-Id: <20180827043638.4279-1-kai.heng.feng@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/1779817 [Impact] r8169 failed to establish connection after the fix for LP: #1752772 landed. [Fix] Accepts BIOS WoL settings again, and disables MSI-X for certain chip revisions. [Test] Users confirmed the fix worked for them. [Regression Potential] Low. This brings back the old behavior for both WoL and MSI. Heiner Kallweit (2): r8169: restore previous behavior to accept BIOS WoL settings r8169: don't use MSI-X on RTL8168g Jian-Hong Pan (1): r8169: don't use MSI-X on RTL8106e drivers/net/ethernet/realtek/r8169.c | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) Acked-by: Stefan Bader Acked-by: Anthony Wong