Commit 7097b535 authored by Pavel Emelyanov's avatar Pavel Emelyanov

check: Soft-dirty support is upstream since v3.11

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent a46248c8
......@@ -506,11 +506,6 @@ int check_ptrace_peeksiginfo()
static int check_mem_dirty_track(void)
{
if (opts.check_ms_kernel) {
pr_warn("Skipping dirty tracking check (not yet merged)\n");
return 0;
}
if (kerndat_get_dirty_track() < 0)
return -1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment