From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751932AbbFNDEO (ORCPT ); Sat, 13 Jun 2015 23:04:14 -0400 Received: from mail-yk0-f181.google.com ([209.85.160.181]:34774 "EHLO mail-yk0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751276AbbFNDEJ (ORCPT ); Sat, 13 Jun 2015 23:04:09 -0400 Date: Sat, 13 Jun 2015 23:04:05 -0400 From: Jon Mason To: Linus Torvalds Cc: linux-kernel , Dave Jiang Subject: [GIT PULL] NTB bug fixes for v4.1 Message-ID: <20150614030405.GA1442@kudzu.us> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23+89 (0255b37be491) (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, I apologize for the tardiness of this request. Below are a couple of last minute NTB bug fixes for v4.1. Please consider pulling them. Thanks, Jon The following changes since commit d4a4f75cd8f29cd9464a5a32e9224a91571d6649: Linux 4.1-rc7 (2015-06-07 20:23:50 -0700) are available in the git repository at: git://github.com/jonmason/ntb tags/ntb-4.1 for you to fetch changes up to ebaad1322d8080a1a8367ec631b345405d9879e2: ntb: initialize max_mw for Atom before using it (2015-06-11 09:27:24 -0400) ---------------------------------------------------------------- NTB bug fixes to address issues in unmapping the MW reg base and vbase, and an uninitialized variable on Atom platforms. ---------------------------------------------------------------- Daniel Verkamp (1): ntb: initialize max_mw for Atom before using it Jon Mason (1): ntb: iounmap MW reg and vbase in error path drivers/ntb/ntb_hw.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)