From patchwork Tue Feb 26 19:09:23 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ben Hutchings X-Patchwork-Id: 223371 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 80FDE2C0084 for ; Wed, 27 Feb 2013 06:09:46 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757815Ab3BZTJm (ORCPT ); Tue, 26 Feb 2013 14:09:42 -0500 Received: from webmail.solarflare.com ([12.187.104.25]:35913 "EHLO webmail.solarflare.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757187Ab3BZTJl (ORCPT ); Tue, 26 Feb 2013 14:09:41 -0500 Received: from [10.17.20.137] (10.17.20.137) by ocex02.SolarFlarecom.com (10.20.40.31) with Microsoft SMTP Server (TLS) id 14.1.355.2; Tue, 26 Feb 2013 11:09:28 -0800 Message-ID: <1361905763.2996.9.camel@bwh-desktop.uk.solarflarecom.com> Subject: Pull request: sfc 2013-02-26 From: Ben Hutchings To: David Miller CC: , , scrum-linux Date: Tue, 26 Feb 2013 19:09:23 +0000 Organization: Solarflare X-Mailer: Evolution 3.2.3 (3.2.3-3.fc16) MIME-Version: 1.0 X-Originating-IP: [10.17.20.137] X-TM-AS-Product-Ver: SMEX-10.0.0.1412-7.000.1014-19668.000 X-TM-AS-Result: No--15.274000-0.000000-31 X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org The following changes since commit eb970ff07c15f13eb474f643fd165ebe3e4e24b2: usbnet: smsc95xx: rename FEATURE_AUTOSUSPEND (2013-02-25 15:49:52 -0500) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc.git sfc-3.9 Some fixes that should go into 3.9: 1. Fix packet corruption when using non-coherent RX DMA buffers. 2. Fix occasional watchdog misfiring when changing MTU or ring size. These are longstanding bugs and should be fixed in stable as well, but I'd like to review other recent fixes first and send a separate request for stable inclusion. Ben. Ben Hutchings (3): sfc: Properly sync RX DMA buffer when it is not the last in the page sfc: Fix efx_rx_buf_offset() in the presence of swiotlb sfc: Detach net device when stopping queues for reconfiguration drivers/net/ethernet/sfc/efx.c | 16 ++++++++++++---- drivers/net/ethernet/sfc/net_driver.h | 4 +++- drivers/net/ethernet/sfc/rx.c | 25 +++++++++++++++---------- 3 files changed, 30 insertions(+), 15 deletions(-)