From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964835Ab2JCPYA (ORCPT ); Wed, 3 Oct 2012 11:24:00 -0400 Received: from casper.infradead.org ([85.118.1.10]:46343 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932435Ab2JCPX4 convert rfc822-to-8bit (ORCPT ); Wed, 3 Oct 2012 11:23:56 -0400 Message-ID: <1349277795.7780.50.camel@twins> Subject: Re: [PATCH 7/10] compiler{,-gcc4}.h: Introduce __flatten function attribute From: Peter Zijlstra To: Steven Rostedt Cc: Daniel Santos , David Rientjes , Josh Triplett , LKML , Andi Kleen , Andrea Arcangeli , Andrew Morton , Christopher Li , David Daney , David Howells , Joe Perches , Konstantin Khlebnikov , linux-sparse@vger.kernel.org, Michel Lespinasse , Paul Gortmaker , Pavel Pisa Date: Wed, 03 Oct 2012 17:23:15 +0200 In-Reply-To: <1349277241.22822.176.camel@gandalf.local.home> References: <1348874411-28288-1-git-send-email-daniel.santos@pobox.com> <1348874411-28288-8-git-send-email-daniel.santos@pobox.com> <20120929002626.GD13907@jtriplet-mobl1> <50664308.6020601@att.net> <20120929005043.GD14293@jtriplet-mobl1> <20121003065959.GA4963@leaf> <506C1F8B.1070307@att.net> <1349272914.22822.169.camel@gandalf.local.home> <506C4FD0.4040307@att.net> <1349277241.22822.176.camel@gandalf.local.home> Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT X-Mailer: Evolution 3.2.2- Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2012-10-03 at 11:14 -0400, Steven Rostedt wrote: > > Yep. I personally never use the get_maintainers script. I first check > the MAINTAINERS file. If the subsystem I'm working on exists there, I > only email those that are listed there, including any mailing lists that > are mentioned (as well as LKML). If it's not listed, I then do a git log > and see who does the most sign offs to changes there, and to what kind > of changes. I usually ignore the trivial stuff. I also tend to suggest doing git-blame to see who touched the code being changed last. As a maintainer I frequently get to fwd/bounce patches because of missing CCs like that.