[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-4.0-testing] re-add calls accidentally deleted from run_all_nonirq_keyhandlers()



# HG changeset patch
# User Keir Fraser <keir@xxxxxxx>
# Date 1293186554 0
# Node ID c5185997b83c61b8d58d7afdc63c95e7b59e6271
# Parent  9d8d436ca319fa1bbdc180e4258baea8355931a3
re-add calls accidentally deleted from run_all_nonirq_keyhandlers()

c/s 22538:a3a29e67aa7e, having got applied in a form different from
the one submitted, resulted in the calls to
console_{start,end}_log_everything() getting removed without
replacement. Add them back since, other than run_all_keyhandlers(),
this doesn't run with log-everything already in effect.

Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx>
xen-unstable changeset:   22631:dca1b7cf2e2c
xen-unstable date:        Fri Dec 24 10:12:58 2010 +0000
---
 xen/common/keyhandler.c |    4 ++++
 1 files changed, 4 insertions(+)

diff -r 9d8d436ca319 -r c5185997b83c xen/common/keyhandler.c
--- a/xen/common/keyhandler.c   Fri Dec 24 10:28:35 2010 +0000
+++ b/xen/common/keyhandler.c   Fri Dec 24 10:29:14 2010 +0000
@@ -375,6 +375,8 @@ static void run_all_nonirq_keyhandlers(u
     struct keyhandler *h;
     int k;
 
+    console_start_log_everything();
+
     for ( k = 0; k < ARRAY_SIZE(key_table); k++ )
     {
         process_pending_softirqs_nested();
@@ -384,6 +386,8 @@ static void run_all_nonirq_keyhandlers(u
         printk("[%c: %s]\n", k, h->desc);
         (*h->u.fn)(k);
     }
+
+    console_end_log_everything();
 }
 
 static DECLARE_TASKLET(run_all_keyhandlers_tasklet,

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.