summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README3
-rw-r--r--makedumpfile.h2
2 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index 820912d..8de4dc6 100644
--- a/README
+++ b/README
@@ -116,6 +116,9 @@
4.6 | OK | ** | | | | ** | | -- | OK | OK | | |
4.7 | OK | ** | | | | ** | | -- | OK | OK | | |
4.8 | OK | ** | | | | ** | | -- | OK | OK | | |
+ 4.9 | OK | ** | | | | ** | | -- | OK | OK | | |
+ 4.10 | OK | ** | | | | ** | | -- | OK | OK | | |
+ 4.11 | OK | ** | | | | ** | | -- | OK | OK | | |
OK : Support.
-- : Not support.
diff --git a/makedumpfile.h b/makedumpfile.h
index fae6a71..8a05794 100644
--- a/makedumpfile.h
+++ b/makedumpfile.h
@@ -475,7 +475,7 @@ do { \
#define KVER_MIN_SHIFT 16
#define KERNEL_VERSION(x,y,z) (((x) << KVER_MAJ_SHIFT) | ((y) << KVER_MIN_SHIFT) | (z))
#define OLDEST_VERSION KERNEL_VERSION(2, 6, 15)/* linux-2.6.15 */
-#define LATEST_VERSION KERNEL_VERSION(4, 8, 1)/* linux-4.8.1 */
+#define LATEST_VERSION KERNEL_VERSION(4, 11, 7)/* linux-4.11.7 */
/*
* vmcoreinfo in /proc/vmcore