Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751203AbdH0DuT (ORCPT ); Sat, 26 Aug 2017 23:50:19 -0400 Received: from mail-qk0-f193.google.com ([209.85.220.193]:34519 "EHLO mail-qk0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751152AbdH0DuR (ORCPT ); Sat, 26 Aug 2017 23:50:17 -0400 From: Jon Mason X-Google-Original-From: Jon Mason Date: Sat, 26 Aug 2017 23:50:14 -0400 To: torvalds@linux-foundation.org Cc: linux-kernel@vger.kernel.org, linux-ntb@googlegroups.com Subject: [GIT PULL] NTB bug fixes for v4.13 Message-ID: <20170827035014.GA8789@graymalkin.kudzu.us> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1302 Lines: 37 Hello Linus, Here are a few NTB bug fixes for 4.13. Please consider pulling them. Thanks, Jon The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877: Linux v4.13-rc1 (2017-07-15 15:22:10 -0700) are available in the git repository at: git://github.com/jonmason/ntb tags/ntb-4.13-bugfixes for you to fetch changes up to 0eb46345364d7318b11068c46e8a68d5dc10f65e: ntb: ntb_test: ensure the link is up before trying to configure the mws (2017-08-01 15:18:59 -0400) ---------------------------------------------------------------- NTB bug fixes to address an incorrect ntb_mw_count reference in the NTB transport, improperly bringing down the link if SPADs are corrupted, and an out-of-order issue regarding link negotiation and data passing. ---------------------------------------------------------------- Dave Jiang (1): ntb: transport shouldn't disable link due to bogus values in SPADs Logan Gunthorpe (2): ntb: use correct mw_count function in ntb_tool and ntb_transport ntb: ntb_test: ensure the link is up before trying to configure the mws drivers/ntb/ntb_transport.c | 6 ++---- drivers/ntb/test/ntb_tool.c | 2 +- tools/testing/selftests/ntb/ntb_test.sh | 4 ++++ 3 files changed, 7 insertions(+), 5 deletions(-)