From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752460AbcFIWqJ (ORCPT ); Thu, 9 Jun 2016 18:46:09 -0400 Received: from smtp1.ccs.ornl.gov ([160.91.199.38]:57336 "EHLO smtp1.ccs.ornl.gov" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751688AbcFIWqH (ORCPT ); Thu, 9 Jun 2016 18:46:07 -0400 From: James Simmons To: Greg Kroah-Hartman , devel@driverdev.osuosl.org, Andreas Dilger , Oleg Drokin Cc: Linux Kernel Mailing List , Lustre Development List , James Simmons Subject: [PATCH 0/3] staging: lustre: lnet: bug fixs for 4.7-rc2 Date: Thu, 9 Jun 2016 18:45:44 -0400 Message-Id: <1465512347-11650-1-git-send-email-jsimmons@infradead.org> X-Mailer: git-send-email 1.7.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Here are the latest fixes for LNet. One fix covers a bug for the infiniband driver that happens when the o2iblnd intereface is pinged before it is finishing setting up. The next patch set from Bruno adds kmem_caches for the LNet layer. Bruno Faccini (2): staging: lustre: lnet: Allocate MEs and small MDs in own kmem_caches staging: lustre: lnet: optimize memory foot print for lnet_libmd Doug Oucharek (1): staging: lustre: lnet: Don't access NULL NI on failure path .../staging/lustre/include/linux/lnet/lib-lnet.h | 36 ++++++++++++++-- .../staging/lustre/include/linux/lnet/lib-types.h | 2 +- .../staging/lustre/lnet/klnds/o2iblnd/o2iblnd_cb.c | 7 ++- drivers/staging/lustre/lnet/lnet/api-ni.c | 45 ++++++++++++++++++++ 4 files changed, 82 insertions(+), 8 deletions(-)