Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753425AbcCGTfD (ORCPT ); Mon, 7 Mar 2016 14:35:03 -0500 Received: from mta01.ornl.gov ([128.219.177.14]:61151 "EHLO mta01.ornl.gov" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753099AbcCGTe5 convert rfc822-to-8bit (ORCPT ); Mon, 7 Mar 2016 14:34:57 -0500 X-SG: RELAYLIST X-IronPort-AV: E=Sophos;i="5.22,553,1449550800"; d="scan'208";a="123236217" From: "Simmons, James A." To: "'Greg Kroah-Hartman'" , James Simmons CC: "devel@driverdev.osuosl.org" , Oleg Drokin , Linux Kernel Mailing List , Lustre Development List Subject: RE: [lustre-devel] [PATCH 00/10] Last batch of fixes for LNet Thread-Topic: [lustre-devel] [PATCH 00/10] Last batch of fixes for LNet Thread-Index: AQHRdoQiAcdiyrzfrE2yy/J6aHiYLJ9LmAIAgALK9dA= Date: Mon, 7 Mar 2016 19:34:54 +0000 Message-ID: References: <1457143790-19422-1-git-send-email-jsimmons@infradead.org> <20160305195256.GA8126@kroah.com> In-Reply-To: <20160305195256.GA8126@kroah.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [128.219.12.132] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 930 Lines: 16 >On Fri, Mar 04, 2016 at 09:09:40PM -0500, James Simmons wrote: >> This batch merges the remaining LNet patches from the OpenSFS >> branch for the upstream client. Once merged the LNet code >> will be up to date with the latest production code. Only style >> issues are remaining. Still future patches being developed >> for LNet will be landed to the upstream client as soon as they >> are ready after extensive testing. > >Please fix up the build issue, and figure out what went wrong with the >__user patch that you sent and resend this series after reworking them. I had a discussion with Oleg about the __user patch. It appears that is a bug in the production branch so that patch can be dropped. As for the build issues this has been a know issue for a awhile but nobody has gotten around to fixing all the 32 bit issues. I guess it is time to fix that up. I will send out new patches later after I'm doing testing them.