dump_log_entry() (bnc#865596). - makedumpfile-kernel-3.12-supported.patch: Mark kernel 3.12 as supported. OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=78
21 lines
658 B
Diff
21 lines
658 B
Diff
From: Petr Tesarik <ptesarik@suse.cz>
|
|
Subject: Mark kernel 3.12 as supported
|
|
Patch-mainline: not yet
|
|
|
|
Signed-off-by: Petr Tesarik <ptesarik@suse.cz>
|
|
---
|
|
makedumpfile.h | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/makedumpfile.h
|
|
+++ b/makedumpfile.h
|
|
@@ -434,7 +434,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(3, 11, 3)/* linux-3.11.3 */
|
|
+#define LATEST_VERSION KERNEL_VERSION(3, 12, 0xffff)/* linux-3.12.x */
|
|
|
|
/*
|
|
* vmcoreinfo in /proc/vmcore
|