From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932076Ab2F0T3I (ORCPT ); Wed, 27 Jun 2012 15:29:08 -0400 Received: from mail-pz0-f46.google.com ([209.85.210.46]:37723 "EHLO mail-pz0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755553Ab2F0T3F (ORCPT ); Wed, 27 Jun 2012 15:29:05 -0400 Date: Wed, 27 Jun 2012 12:29:00 -0700 From: Greg Kroah-Hartman To: Konrad Rzeszutek Wilk Cc: devel@driverdev.osuosl.org, Seth Jennings , Dan Magenheimer , linux-mm@kvack.org, linux-kernel@vger.kernel.org, Minchan Kim , Andrew Morton , Robert Jennings , Nitin Gupta Subject: Re: [PATCH 1/3] zram/zcache: swtich Kconfig dependency from X86 to ZSMALLOC Message-ID: <20120627192900.GA2122@kroah.com> References: <1340640878-27536-1-git-send-email-sjenning@linux.vnet.ibm.com> <1340640878-27536-2-git-send-email-sjenning@linux.vnet.ibm.com> <4FEA71E5.5090808@kernel.org> <20120627024301.GA8468@kroah.com> <4FEA74D6.8030107@kernel.org> <20120627032101.GA16419@kroah.com> <20120627154003.GI17154@phenom.dumpdata.com> <20120627185526.GA23059@kroah.com> <20120627185223.GA24428@phenom.dumpdata.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120627185223.GA24428@phenom.dumpdata.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 27, 2012 at 02:52:23PM -0400, Konrad Rzeszutek Wilk wrote: > > > > > It would have been better if you send merge mail to Ccing people. > > > > > Anyway, Thanks! > > > > > > > > I do, for people on the cc: in the signed-off-by area of the patch. For > > > > me to manually add the people on the cc: of the email, I would have to > > > > modify git to add them to the commit somehow, sorry. > > > > > > Is that some other script you have that does that? > > > > I don't understand what you are asking here. > > > > My workflow is: > > - apply patches to a branch and test > > - if good, 'git format-patch' to create the patches > > - merge to my upstream branch and push out publically > > - run script on the patches generated by 'git format-patch' to > > say they have been applied. > > > > My custom script is the last thing there, that takes the patches, finds > > the email addresses in the patch, and notifies everyone. > > That custom script - is it available somewhere? It's right here: https://github.com/gregkh/gregkh-linux/blob/master/work/do.sh along with other scripts that I use for kernel patch development, feel free to use them if you like. Note, this script does all of the above steps except apply the patches, I got tired of running 3 scripts so I merged them into one. greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx194.postini.com [74.125.245.194]) by kanga.kvack.org (Postfix) with SMTP id 99A576B006C for ; Wed, 27 Jun 2012 15:29:05 -0400 (EDT) Received: by dakp5 with SMTP id p5so2211125dak.14 for ; Wed, 27 Jun 2012 12:29:04 -0700 (PDT) Date: Wed, 27 Jun 2012 12:29:00 -0700 From: Greg Kroah-Hartman Subject: Re: [PATCH 1/3] zram/zcache: swtich Kconfig dependency from X86 to ZSMALLOC Message-ID: <20120627192900.GA2122@kroah.com> References: <1340640878-27536-1-git-send-email-sjenning@linux.vnet.ibm.com> <1340640878-27536-2-git-send-email-sjenning@linux.vnet.ibm.com> <4FEA71E5.5090808@kernel.org> <20120627024301.GA8468@kroah.com> <4FEA74D6.8030107@kernel.org> <20120627032101.GA16419@kroah.com> <20120627154003.GI17154@phenom.dumpdata.com> <20120627185526.GA23059@kroah.com> <20120627185223.GA24428@phenom.dumpdata.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120627185223.GA24428@phenom.dumpdata.com> Sender: owner-linux-mm@kvack.org List-ID: To: Konrad Rzeszutek Wilk Cc: devel@driverdev.osuosl.org, Seth Jennings , Dan Magenheimer , linux-mm@kvack.org, linux-kernel@vger.kernel.org, Minchan Kim , Andrew Morton , Robert Jennings , Nitin Gupta On Wed, Jun 27, 2012 at 02:52:23PM -0400, Konrad Rzeszutek Wilk wrote: > > > > > It would have been better if you send merge mail to Ccing people. > > > > > Anyway, Thanks! > > > > > > > > I do, for people on the cc: in the signed-off-by area of the patch. For > > > > me to manually add the people on the cc: of the email, I would have to > > > > modify git to add them to the commit somehow, sorry. > > > > > > Is that some other script you have that does that? > > > > I don't understand what you are asking here. > > > > My workflow is: > > - apply patches to a branch and test > > - if good, 'git format-patch' to create the patches > > - merge to my upstream branch and push out publically > > - run script on the patches generated by 'git format-patch' to > > say they have been applied. > > > > My custom script is the last thing there, that takes the patches, finds > > the email addresses in the patch, and notifies everyone. > > That custom script - is it available somewhere? It's right here: https://github.com/gregkh/gregkh-linux/blob/master/work/do.sh along with other scripts that I use for kernel patch development, feel free to use them if you like. Note, this script does all of the above steps except apply the patches, I got tired of running 3 scripts so I merged them into one. greg k-h -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org