Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933252AbbHIVkB (ORCPT ); Sun, 9 Aug 2015 17:40:01 -0400 Received: from mail-yk0-f175.google.com ([209.85.160.175]:34054 "EHLO mail-yk0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933190AbbHIVj7 (ORCPT ); Sun, 9 Aug 2015 17:39:59 -0400 From: Jon Mason X-Google-Original-From: Jon Mason Date: Sun, 9 Aug 2015 17:39:38 -0400 To: torvalds@linux-foundation.org Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] NTB bug fixes for v4.2 Message-ID: <20150809213938.GA1573@arkham.kudzu.us> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23+102 (2ca89bed6448) (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1606 Lines: 48 Hello Linus, Here are a few NTB bug fixes for 4.2. Please consider pulling them. Thanks, Jon The following changes since commit f7644cbfcdf03528f0f450f3940c4985b2291f49: Linux 4.2-rc6 (2015-08-09 15:54:30 -0400) are available in the git repository at: git://github.com/jonmason/ntb tags/ntb-4.2-rc7 for you to fetch changes up to e15f940908e474da03349cb55a107fe89310a02c: ntb: avoid format string in dev_set_name (2015-08-09 16:32:22 -0400) ---------------------------------------------------------------- NTB bug fixes to address transport receive issues, stats, link negotiation issues, and string formatting. ---------------------------------------------------------------- Allen Hubbe (4): NTB: Fix ntb_transport out-of-order RX update NTB: Schedule to receive on QP link up NTB: Fix zero size or integer overflow in ntb_set_mw NTB: Fix dereference before check Dave Jiang (3): NTB: Fix transport stats for multiple devices NTB: ntb_netdev not covering all receive errors NTB: Fix oops in debugfs when transport is half-up Kees Cook (1): ntb: avoid format string in dev_set_name drivers/net/ntb_netdev.c | 9 +- drivers/ntb/ntb.c | 2 +- drivers/ntb/ntb_transport.c | 201 +++++++++++++++++++++++++++----------------- 3 files changed, 133 insertions(+), 79 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/