summarylogtreecommitdiffstats
path: root/ck-patch-for-4.9.117+.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ck-patch-for-4.9.117+.patch')
-rw-r--r--ck-patch-for-4.9.117+.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/ck-patch-for-4.9.117+.patch b/ck-patch-for-4.9.117+.patch
new file mode 100644
index 000000000000..c3352e2a5f95
--- /dev/null
+++ b/ck-patch-for-4.9.117+.patch
@@ -0,0 +1,11 @@
+--- patch-4.9-ck1 2018-09-07 21:58:13.000000000 +0800
++++ patch-4.9.117-ck1 2018-09-07 22:33:20.000000000 +0800
+@@ -12349,7 +12349,7 @@
+ set_current_state(TASK_UNINTERRUPTIBLE);
+ - schedule_timeout(msecs_to_jiffies(BAUDRATE_SETTLE_TIMEOUT_MS));
+ + schedule_msec_hrtimeout((BAUDRATE_SETTLE_TIMEOUT_MS));
+- set_current_state(TASK_INTERRUPTIBLE);
++ set_current_state(TASK_RUNNING);
+
+ return 0;
+ diff --git a/drivers/char/ipmi/ipmi_msghandler.c b/drivers/char/ipmi/ipmi_msghandler.c