Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751828AbdGNGr6 (ORCPT ); Fri, 14 Jul 2017 02:47:58 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:36782 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751056AbdGNGr5 (ORCPT ); Fri, 14 Jul 2017 02:47:57 -0400 Date: Fri, 14 Jul 2017 08:47:51 +0200 From: Greg KH To: Mustafa Ismail Cc: linux-rdma@vger.kernel.org, dledford@redhat.com, swise@opengridcomputing.com, linux-kernel@vger.kernel.org, stable@vger.kernel.org, shiraz.saleem@intel.com Subject: Re: [PATCH 2/2] RDMA/core: Initialize port_num in qp_attr Message-ID: <20170714064751.GA16816@kroah.com> References: <1499974658-6180-1-git-send-email-mustafa.ismail@intel.com> <1499974658-6180-3-git-send-email-mustafa.ismail@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1499974658-6180-3-git-send-email-mustafa.ismail@intel.com> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 501 Lines: 16 On Thu, Jul 13, 2017 at 02:37:38PM -0500, Mustafa Ismail wrote: > Initialize the port_num for iWARP in rdma_init_qp_attr. > > Signed-off-by: Mustafa Ismail > --- > drivers/infiniband/core/cma.c | 2 ++ > 1 file changed, 2 insertions(+) This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html for how to do this properly.