Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754503AbdFSSm5 (ORCPT ); Mon, 19 Jun 2017 14:42:57 -0400 Received: from mail-qk0-f174.google.com ([209.85.220.174]:35825 "EHLO mail-qk0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754357AbdFSSmy (ORCPT ); Mon, 19 Jun 2017 14:42:54 -0400 From: Jon Mason X-Google-Original-From: Jon Mason Date: Mon, 19 Jun 2017 14:42:45 -0400 To: torvalds@linux-foundation.org Cc: linux-kernel@vger.kernel.org, linux-ntb@googlegroups.com Subject: [GIT PULL] NTB bug fixes for v4.12 Message-ID: <20170619184245.GA20187@graymalkin.kudzu.us> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1422 Lines: 45 Hello Linus, Here are a few NTB bug fixes for 4.12. Please consider pulling them. Thanks, Jon The following changes since commit 41f1830f5a7af77cf5c86359aba3cbd706687e52: Linux 4.12-rc6 (2017-06-19 22:19:37 +0800) are available in the git repository at: git://github.com/jonmason/ntb tags/ntb-4.12-bugfixes for you to fetch changes up to 88931ec3dc11e7dbceb3b0df455693873b508fbe: ntb: no sleep in ntb_async_tx_submit (2017-06-19 14:24:41 -0400) ---------------------------------------------------------------- NTB bug fixes to address the modinfo in ntb_perf, a couple of bugs in the NTB transport QP calculations, skx doorbells, and sleeping in ntb_async_tx_submit. ---------------------------------------------------------------- Allen Hubbe (1): ntb: no sleep in ntb_async_tx_submit Dave Jiang (1): ntb: ntb_hw_intel: Skylake doorbells should be 32bits, not 64bits Gary R Hook (1): ntb: Correct modinfo usage statement for ntb_perf Logan Gunthorpe (3): NTB: ntb_test: fix bug printing ntb_perf results ntb_transport: fix qp count bug ntb_transport: fix bug calculating num_qps_mw drivers/ntb/hw/intel/ntb_hw_intel.c | 2 +- drivers/ntb/ntb_transport.c | 58 +++++++-------------------------- drivers/ntb/test/ntb_perf.c | 4 +-- tools/testing/selftests/ntb/ntb_test.sh | 2 +- 4 files changed, 15 insertions(+), 51 deletions(-)