Re: [PATCH] irq: Add node_affinity CPU masks for smarterirqbalance hints

From: Peter Zijlstra
Date: Tue Nov 24 2009 - 04:15:51 EST


On Tue, 2009-11-24 at 00:59 -0800, Peter P Waskiewicz Jr wrote:
>
> > All the while not CC'ing the IRQ folks,.. brilliant approach.
>
> If I knew who I should CC, I'd be happy to add them. Can you provide
> email addresses please?

Since most people can't seen to read a simple MAINTAINERS file, some
other people wrote a script to read it for you:

# scripts/get_maintainer.pl -f kernel/irq/manage.c
Ingo Molnar <mingo@xxxxxxx>
Thomas Gleixner <tglx@xxxxxxxxxxxxx>
linux-kernel@xxxxxxxxxxxxxxx


Another option is to do something like:

# git log kernel/irq/manage.c | grep Author | head -30 | awk
'{ t[$0]++; } END { for (i in t) { print t[i] " " i; }}' | sort -rn

10 Author: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
9 Author: Ingo Molnar <mingo@xxxxxxx>
3 Author: Magnus Damm <damm@xxxxxxxxxx>
2 Author: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
...

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/