diff --git a/linux-ramdump-parser-v2/parsers/workqueue.py b/linux-ramdump-parser-v2/parsers/workqueue.py
index 51f07e673ef5dbfe77fc915f0106495983dc720c..0fd3f21ea20a4660aecda0a51b3a1e63d75afffb 100644
--- a/linux-ramdump-parser-v2/parsers/workqueue.py
+++ b/linux-ramdump-parser-v2/parsers/workqueue.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2012-2014, The Linux Foundation. All rights reserved.
+# Copyright (c) 2012-2015, The Linux Foundation. All rights reserved.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 and
@@ -456,3 +456,5 @@ class Workqueues(RamParser):
                     self.print_workqueue_state_3_7(self.ramdump)
             if re.search('3.10.\d', ver) is not None:
                     self.print_workqueue_state_3_10(self.ramdump)
+            if re.search('3.14.\d', ver) is not None:
+                    self.print_workqueue_state_3_10(self.ramdump)