From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754056AbbJSQeO (ORCPT ); Mon, 19 Oct 2015 12:34:14 -0400 Received: from alln-iport-6.cisco.com ([173.37.142.93]:20808 "EHLO alln-iport-6.cisco.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752012AbbJSQeN (ORCPT ); Mon, 19 Oct 2015 12:34:13 -0400 X-Greylist: delayed 577 seconds by postgrey-1.27 at vger.kernel.org; Mon, 19 Oct 2015 12:34:13 EDT X-IronPort-AV: E=Sophos;i="5.17,702,1437436800"; d="scan'208";a="199366187" Date: Mon, 19 Oct 2015 11:24:32 -0500 From: Dave Goodell To: Insu Yun Cc: umalhi@cisco.com, dledford@redhat.com, sean.hefty@intel.com, hal.rosenstock@gmail.com, linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org, taesoo@gatech.edu, yeongjin.jang@gatech.edu, insu@gatech.edu Subject: Re: [PATCH] usnix: correctly handle kzalloc return value Message-ID: <20151019162431.GA42659@DGOODELL-M-F02A.cisco.com> References: <1445108816-7616-1-git-send-email-wuninsu@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1445108816-7616-1-git-send-email-wuninsu@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-Authenticated-User: dgoodell Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Oct 17, 2015 at 07:06:56PM +0000, Insu Yun wrote: > Since kzalloc returns memory address, not error code, > it should be checked whether it is null or not. > > Signed-off-by: Insu Yun > --- > drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) The subject says "usnix" where it should say "usnic". Otherwise: Reviewed-by: Dave Goodell If you have more of these fixes for drivers/infiniband/hw/usnic/, you can send them all through just Doug Ledford and linux-rdma@, no need to copy all of linux-kernel@. You can also CC me instead of Upinder, whose email bounces at this point, though I will see your patches sent to linux-rdma@ even if I'm not explicitly CC-ed. The patch to update MAINTAINERS for usnic has been submitted but hasn't yet percolated somewhere you would have seen it: https://patchwork.kernel.org/patch/7410421/ -Dave