lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Thu, 7 Mar 2013 16:59:37 +0800
From:	"zhangwei(Jovi)" <jovi.zhangwei@...wei.com>
To:	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	Andrew Morton <akpm@...ux-foundation.org>,
	Randy Dunlap <rdunlap@...radead.org>
Subject: [PATCH Resend 0/8] sysrq: fix inconstistent help message of sysrq
 key


(v1->v2: change the help message of sysrq key, instead of allow user trigger upper-case character)

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 series fix it.

Thanks the comments from Andrew and Randy.

---
 Documentation/sysrq.txt               |   20 ++++++++---------
 arch/arm/kernel/etm.c                 |    2 +-
 arch/powerpc/xmon/xmon.c              |    2 +-
 arch/sparc/kernel/process_64.c        |    4 ++--
 drivers/net/ethernet/ibm/emac/debug.c |    2 +-
 drivers/tty/sysrq.c                   |   38 ++++++++++++++++-----------------
 kernel/debug/debug_core.c             |    2 +-
 kernel/power/poweroff.c               |    2 +-
 8 files changed, 36 insertions(+), 36 deletions(-)


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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ