Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753264AbcCZQRD (ORCPT ); Sat, 26 Mar 2016 12:17:03 -0400 Received: from mail-qk0-f171.google.com ([209.85.220.171]:32803 "EHLO mail-qk0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752007AbcCZQRA (ORCPT ); Sat, 26 Mar 2016 12:17:00 -0400 From: Jon Mason X-Google-Original-From: Jon Mason Date: Sat, 26 Mar 2016 12:15:08 -0400 To: torvalds@linux-foundation.org Cc: linux-kernel@vger.kernel.org, linux-ntb@googlegroups.com Subject: [GIT PULL] NTB bug fixes for v4.6 Message-ID: <20160326161508.GA4550@arkham.kudzu.us> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1619 Lines: 49 Hello Linus, Here are a few NTB bug fixes for 4.6. Please consider pulling them. Thanks, Jon The following changes since commit b562e44f507e863c6792946e4e1b1449fbbac85d: Linux 4.5 (2016-03-13 21:28:54 -0700) are available in the git repository at: git://github.com/jonmason/ntb tags/ntb-4.6 for you to fetch changes up to 4f1b50c3e3082b31c94cee2b897bd9f5d0f3e7c8: NTB: Remove _addr functions from ntb_hw_amd (2016-03-26 11:44:33 -0400) ---------------------------------------------------------------- NTB bug fixes for tasklet from spinning forever, link errors, translation window setup, NULL ptr dereference, and ntb-perf errors. Also, a modification to the driver API that makes _addr functions optional. ---------------------------------------------------------------- Allen Hubbe (2): NTB: Make _addr functions optional in the API NTB: Remove _addr functions from ntb_hw_amd Arnd Bergmann (1): ntb: perf test: fix address space confusion Dave Jiang (5): ntb: stop tasklet from spinning forever during shutdown. ntb: stop link work when we do not have memory ntb: add missing setup of translation window NTB: Fix incorrect return check in ntb_perf NTB: Fix incorrect clean up routine in ntb_perf Sudip Mukherjee (1): ntb: fix possible NULL dereference drivers/ntb/hw/amd/ntb_hw_amd.c | 30 ---------------- drivers/ntb/ntb_transport.c | 31 ++++++++++++---- drivers/ntb/test/ntb_perf.c | 78 +++++++++++++++++++++++++---------------- include/linux/ntb.h | 10 ++++-- 4 files changed, 79 insertions(+), 70 deletions(-)