From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752725AbbJRFFM (ORCPT ); Sun, 18 Oct 2015 01:05:12 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:45797 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752384AbbJRFFK (ORCPT ); Sun, 18 Oct 2015 01:05:10 -0400 Date: Sat, 17 Oct 2015 22:05:09 -0700 From: Greg Kroah-Hartman To: Geliang Tang Cc: Mike Marciniszyn , Doug Ledford , Sean Hefty , Hal Rosenstock , linux-rdma@vger.kernel.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: IB/ipath: use TASK_COMM_LEN in ipath_portdata Message-ID: <20151018050509.GA2703@kroah.com> References: <85f5a431a363d505975b2aee477673ef12ea4f63.1444395550.git.geliangtang@163.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <85f5a431a363d505975b2aee477673ef12ea4f63.1444395550.git.geliangtang@163.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 08, 2015 at 10:04:27PM -0700, Geliang Tang wrote: > Use comm[TASK_COMM_LEN] instead of comm[16]. Add linux/sched.h > header in ipath_kernel.h, and remove linux/sched.h header from > ipath_*.c which have included ipath_kernel.h. That's a lot of different things to be doing all in one patch. Please break this up into different patches and resend. Also please add the "staging:" prefix to your subject lines, like I changed it to here, that makes it easier for me to notice and handle your patches properly. thanks, greg k-h