The patch titled Subject: Documentation/sysrq: fix inconstistent help message of sysrq key has been added to the -mm tree. Its filename is documentation-sysrq-fix-inconstistent-help-message-of-sysrq-key.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: "zhangwei(Jovi)" <jovi.zhangwei@xxxxxxxxxx> Subject: Documentation/sysrq: fix inconstistent help message of sysrq key Currently help message of /proc/sysrq-trigger highlight its upper-case characters, like below: SysRq : HELP : loglevel(0-9) reBoot Crash terminate-all-tasks(E) memory-full-oom-kill(F) kill-all-tasks(I) ... this would confuse user trigger sysrq by upper-case character, which is inconsistent with the real lower-case character registed key. This inconsistent help message will also lead more confused when 26 upper-case letters put into use in future. This patch fix sysrq documentation. Signed-off-by: zhangwei(Jovi) <jovi.zhangwei@xxxxxxxxxx> Cc: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Documentation/sysrq.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff -puN Documentation/sysrq.txt~documentation-sysrq-fix-inconstistent-help-message-of-sysrq-key Documentation/sysrq.txt --- a/Documentation/sysrq.txt~documentation-sysrq-fix-inconstistent-help-message-of-sysrq-key +++ a/Documentation/sysrq.txt @@ -129,9 +129,9 @@ On all - write a character to /proc/sys * Okay, so what can I use them for? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Well, un'R'aw is very handy when your X server or a svgalib program crashes. +Well, unraw(r) is very handy when your X server or a svgalib program crashes. -sa'K' (Secure Access Key) is useful when you want to be sure there is no +sak(k) (Secure Access Key) is useful when you want to be sure there is no trojan program running at console which could grab your password when you would try to login. It will kill all programs on given console, thus letting you make sure that the login prompt you see is actually @@ -143,20 +143,20 @@ IMPORTANT: such. useful when you want to exit a program that will not let you switch consoles. (For example, X or a svgalib program.) -re'B'oot is good when you're unable to shut down. But you should also 'S'ync -and 'U'mount first. +reboot(b) is good when you're unable to shut down. But you should also +sync(s) and umount(u) first. -'C'rash can be used to manually trigger a crashdump when the system is hung. +crash(c) can be used to manually trigger a crashdump when the system is hung. Note that this just triggers a crash if there is no dump mechanism available. -'S'ync is great when your system is locked up, it allows you to sync your +sync(s) is great when your system is locked up, it allows you to sync your disks and will certainly lessen the chance of data loss and fscking. Note that the sync hasn't taken place until you see the "OK" and "Done" appear on the screen. (If the kernel is really in strife, you may not ever get the OK or Done message...) -'U'mount is basically useful in the same ways as 'S'ync. I generally 'S'ync, -'U'mount, then re'B'oot when my system locks. It's saved me many a fsck. +umount(u) is basically useful in the same ways as sync(s). I generally sync(s), +umount(u), then reboot(b) when my system locks. It's saved me many a fsck. Again, the unmount (remount read-only) hasn't taken place until you see the "OK" and "Done" message appear on the screen. @@ -165,11 +165,11 @@ kernel messages you do not want to see. the most urgent kernel messages from reaching your console. (They will still be logged if syslogd/klogd are alive, though.) -t'E'rm and k'I'll are useful if you have some sort of runaway process you +term(e) and kill(i) are useful if you have some sort of runaway process you are unable to kill any other way, especially if it's spawning other processes. -"'J'ust thaw it" is useful if your system becomes unresponsive due to a frozen +"just thaw it(j)" is useful if your system becomes unresponsive due to a frozen (probably root) filesystem via the FIFREEZE ioctl. * Sometimes SysRq seems to get 'stuck' after using it, what can I do? _ Patches currently in -mm which might be from jovi.zhangwei@xxxxxxxxxx are linux-next.patch printk-tracing-rework-console-tracing.patch relay-remove-unused-function-argument-actor.patch relay-move-fix_size-macro-into-relayc.patch relay-use-macro-page_align-instead-of-fix_size.patch relay-fix-timer-madness.patch kernel-relayc-move-remove_buf_file-inside-relay_close_buf.patch init-kconfig-make-expert-as-config-instead-of-menuconfig.patch kgdb-sysrq-fix-inconstistent-help-message-of-sysrq-key.patch power-sysrq-fix-inconstistent-help-message-of-sysrq-key.patch arm-etm-sysrq-fix-inconstistent-help-message-of-sysrq-key.patch powerpc-xmon-sysrq-fix-inconstistent-help-message-of-sysrq-key.patch spare-sysrq-fix-inconstistent-help-message-of-sysrq-key.patch ethernet-emac-sysrq-fix-inconstistent-help-message-of-sysrq-key.patch documentation-sysrq-fix-inconstistent-help-message-of-sysrq-key.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html