linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] sysrq is half-enabled by default
@ 2011-01-15 20:23 Andy Whitcroft
  2011-01-15 20:23 ` [PATCH 1/1] Input: sysrq -- ensure sysrq_enabled and __sysrq_enabled are consistent Andy Whitcroft
  2011-01-15 21:54 ` [PATCH 0/1] sysrq is half-enabled by default Dmitry Torokhov
  0 siblings, 2 replies; 7+ messages in thread
From: Andy Whitcroft @ 2011-01-15 20:23 UTC (permalink / raw)
  To: Dmitry Torokhov
  Cc: Andy Whitcroft, linux-input, Greg Kroah-Hartman, Arnd Bergmann,
	Andrew Morton, linux-kernel

It seems that recent cleanups to sysrq handling have lead to us having
two copies of the sysrq enable status.  At boot these are currently
inconsistently specified leading to sysrq actually being enabled but
reported as not enabled in sysfs.  Following this email is a patch to
link both of these copies to a common configuration setting.

-apw

Andy Whitcroft (1):
  Input: sysrq -- ensure sysrq_enabled and __sysrq_enabled are
    consistent

 drivers/tty/sysrq.c |    2 +-
 kernel/sysctl.c     |    3 ++-
 lib/Kconfig.debug   |    9 +++++++++
 3 files changed, 12 insertions(+), 2 deletions(-)

-- 
1.7.2.3


^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH 0/1] sysrq is half-enabled by default V2
@ 2011-01-24 14:06 Andy Whitcroft
  2011-01-24 14:06 ` [PATCH 1/1] Input: sysrq -- ensure sysrq_enabled and __sysrq_enabled are consistent Andy Whitcroft
  0 siblings, 1 reply; 7+ messages in thread
From: Andy Whitcroft @ 2011-01-24 14:06 UTC (permalink / raw)
  To: Dmitry Torokhov
  Cc: Andy Whitcroft, linux-input, Greg Kroah-Hartman, Arnd Bergmann,
	Andrew Morton, linux-kernel


It seems that recent cleanups to sysrq handling have lead to us having
two copies of the sysrq enable status.  At boot these are currently
inconsistently specified leading to sysrq actually being enabled but
reported as not enabled in sysfs.  Following this email is a patch to
link both of these copies to a common header define to prevent them becoming
out of sync again.

-apw

Andy Whitcroft (1):
  Input: sysrq -- ensure sysrq_enabled and __sysrq_enabled are
    consistent

 drivers/tty/sysrq.c   |    2 +-
 include/linux/sysrq.h |    3 +++
 kernel/sysctl.c       |    3 ++-
 3 files changed, 6 insertions(+), 2 deletions(-)


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-01-24 17:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-15 20:23 [PATCH 0/1] sysrq is half-enabled by default Andy Whitcroft
2011-01-15 20:23 ` [PATCH 1/1] Input: sysrq -- ensure sysrq_enabled and __sysrq_enabled are consistent Andy Whitcroft
2011-01-15 21:54 ` [PATCH 0/1] sysrq is half-enabled by default Dmitry Torokhov
2011-01-18  9:38   ` Andy Whitcroft
  -- strict thread matches above, loose matches on Subject: below --
2011-01-24 14:06 [PATCH 0/1] sysrq is half-enabled by default V2 Andy Whitcroft
2011-01-24 14:06 ` [PATCH 1/1] Input: sysrq -- ensure sysrq_enabled and __sysrq_enabled are consistent Andy Whitcroft
2011-01-24 16:03   ` Randy Dunlap
2011-01-24 17:04   ` Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).