Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751394AbbKHVnC (ORCPT ); Sun, 8 Nov 2015 16:43:02 -0500 Received: from mail-yk0-f180.google.com ([209.85.160.180]:36446 "EHLO mail-yk0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750788AbbKHVnA (ORCPT ); Sun, 8 Nov 2015 16:43:00 -0500 From: Jon Mason X-Google-Original-From: Jon Mason Date: Sun, 8 Nov 2015 16:42:56 -0500 To: torvalds@linux-foundation.org Cc: linux-kernel@vger.kernel.org, linux-ntb@googlegroups.com Subject: [GIT PULL] NTB bug fixes for v4.4 Message-ID: <20151108214256.GA17230@arkham.kudzu.us> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1578 Lines: 49 Hello Linus, Here are a few NTB bug fixes for 4.4. Please consider pulling them. Thanks, Jon The following changes since commit 6a13feb9c82803e2b815eca72fa7a9f5561d7861: Linux 4.3 (2015-11-01 16:05:25 -0800) are available in the git repository at: git://github.com/jonmason/ntb tags/ntb-4.4 for you to fetch changes up to fdcb4b2e78220bde95ce4ba3213088e3a1f1cec6: NTB: fix 32-bit compiler warning (2015-11-08 16:24:43 -0500) ---------------------------------------------------------------- NTB Bug fixes for potential NULL pointer accesses, accesses of a freed pointer, invalid buffer pointer, and a compiler warning. Also, unification of upstream/downstream addresses. ---------------------------------------------------------------- Arnd Bergmann (1): NTB: fix 32-bit compiler warning Dave Jiang (2): NTB: Fix issue where we may be accessing NULL ptr NTB: unify translation addresses Jon Mason (1): NTB: invalid buf pointer in multi-MW setups Sudip Mukherjee (2): NTB: fix access of free-ed pointer NTB: remove unused variable drivers/ntb/hw/intel/ntb_hw_intel.c | 16 +++++++------- drivers/ntb/hw/intel/ntb_hw_intel.h | 15 +++++-------- drivers/ntb/ntb_transport.c | 44 +++++++++++++++++-------------------- 3 files changed, 33 insertions(+), 42 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/