lkml.org 
[lkml]   [2009]   [Apr]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 54/56] x86: Remove void casts

* Jack Stone <jwjstone@fastmail.fm> wrote:

> Ingo Molnar wrote:
> > No, i mean, this approach should be changed, and i dont think any
> > type cast change should go via any trivial tree. It's easy to mess
> > it up. Please submit them to the maintainer trees
>
> Ok. I'll try and find appropriate CCs. I'm going out shortly so it
> might take me a while.

Since you do many such patches it might make sense to script up a
"who maintains what" kind of script - and share that script with
lkml.

I have this silly little script:

git log $@ | grep Signed-off-by: |
cut -d: -f2 | cut -d\< -f1 |
sort | uniq -c | sort -n

To find out any recent parties that touches a particular file. But
it would be nice to somehow automate the pickup of mailing-list
addresses from MAINTAINERS for example. We've literally got hundreds
of email lists there.

It is not trivial to do though :-)

Ingo


\
 
 \ /
  Last update: 2009-04-08 17:01    [W:0.972 / U:0.512 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site