Manish Ahuja writes: > Check to see if there actually is data from a previously > crashed kernel waiting. If so, Allow user-sapce tools to > grab the data (by reading /proc/kcore). When user-space > finishes dumping a section, it must release that memory > by writing to sysfs. For example, > > echo "0x40000000 0x10000000" > /sys/kernel/release_region > > will release 256MB starting at the 1GB. The released memory > becomes free for general use. > > Signed-off-by: Linas Vepstas <[EMAIL PROTECTED]> > Signed-off-by: Manish Ahuja <[EMAIL PROTECTED]> > > ------
This line needs to be exactly 3 dashes, because otherwise the tools include the diffstat into the commit message. Putting 4 or more dashes was an annoying habit Linas had, and it means I have to fix it manually (usually after I have committed the patches, and then notice that the commit message has the extra stuff in it, so I have to go back and fix the separators, reset my tree and re-commit the patches.) > + dump_header = of_get_property(rtas, "ibm,kernel-dump", > + &header_len); This is a somewhat weird-looking way of coping with too-long lines. Please indent the second line either one more tab than the first line, or else so that it starts just after the '(' in the first line (which is what emacs will do by default). The same comment applies in several other places. Paul. _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev