reboot.c and X86-64 architectures

Srivatsa S. Bhat srivatsa.bhat at linux.vnet.ibm.com
Thu Apr 5 09:28:15 EDT 2012


On 04/05/2012 06:28 PM, Miles Fidelman wrote:

> Srivatsa,
> 
> Thanks very much.  Two follow-up questions, if I might...
> 


Sure!

> Srivatsa S. Bhat wrote:
>> On 04/04/2012 07:18 PM, Miles Fidelman wrote:
>>>
>>> Perhaps someone here can help me understand the behavior of the
>>> kernel reboot code.
>>>
>>
>> I suggest you post this issue on lkml, with CC to the authors/maintainers
>> of the code, which would be the following list, as per get_maintainer.pl:
>>
>> Thomas Gleixner<tglx at linutronix.de>
>> Ingo Molnar<mingo at redhat.com>
>> "H. Peter Anvin"<hpa at zytor.com>
>> x86 at kernel.org
>> Peter Chubb<peter.chubb at nicta.com.au>
>> Michael D Labriola<michael.d.labriola at gmail.com>
>> Matthew Garrett<mjg at redhat.com>
>> linux-kernel at vger.kernel.org
> 
> I posted this to linux-kernel a few days ago, and didn't receive any
> replies.  Or is lkml a different list?
>


Possibly because the right people might not have noticed the issue.
Or maybe they are quite busy at the moment... It is reasonable to wait for
a week before trying again.

If you don't get any replies by a week, try reposting the issue with a more
appropriate subject. (After all, people skim emails by their subject lines ;-)).
Seriously speaking, you are facing a problem, so it would probably be better
to rewrite the subject like a bug/problem report than just a question.

Also add enough relevant info in the subject itself (without cluttering
it of course), to get interested people to read your email. (Look at some of
the other bug reports that float around lkml to see how to do it.)

> And... what is get_maintainer.pl?  Or perhaps where does it run is a
> more accurate question, what it does is pretty obvious from the name :-)
> 


get_maintainer.pl is a script in the scripts/ directory in the kernel source.
Usually, when submitting patches, we run this script from the root of the kernel
source tree. It gives the  list of maintainers or kernel developers who have
contributed most to the code, who are relevant to the patch in question.
Then the patch is mailed to these people and the appropriate mailing lists.

Eg: $cd linux
    $./scripts/get_maintainer.pl <patch_file>

To get the kernel developers associated with a particular file instead of a
patch, use the --file option.

$cd linux
$./scripts/get_maintainer.pl --file arch/x86/kernel/reboot*

[This is the output I posted in my previous mail :-)]
 
Regards,
Srivatsa S. Bhat




More information about the Kernelnewbies mailing list