N(3, 9, 6)/* linux-3.9.6 */
>
> resulting in:
> The kernel version is not supported.
> The created dumpfile may be incomplete.
>
> messages.
>
> I wonder whether there are other known issues with latest
> kernels which are the reason LATEST_VERSION did not get increased
Hi,
there was a patch recently from Lubomir, title:
dump-dmesg: Understand >= v3.11-rc4 dmesg
But in makedumpfile.h the latest supported version still is:
#define LATEST_VERSION KERNEL_VERSION(3, 9, 6)/* linux-3.9.6 */
resulting in:
The kernel version is not supported.
The crea