[<prev] [next>] [day] [month] [year] [list]
Message-ID: <b3eb0ed40912221146y70fd90f2j3c5b45f95a57b689@mail.gmail.com>
Date: Tue, 22 Dec 2009 14:46:30 -0500
From: Soumendu Satapathy <satapathy.soumendu@...il.com>
To: linux-kernel@...r.kernel.org
Subject: Oops in 2.6.27.39 vanilla with latest DTrace linux port -
dtrace-20091010.tar.bz2
Hi,
10/10/2009 09:50PM 814,999 dtrace-20091010.tar.bz2 ( I used
this tarrball )
I was able to use the DTrace perfectly well with 2.6.18 (x86_64). But
I had problems with the latest DTrace port on 2.6.27.39.(x86_64).
I did the following changes inside the routine mem_set_writable() (
driver/dtrace_linux.c) and I could make it work with 2.6.27.39.
if (pmd_large(*pmd)) {
pte = (pte_t *)pmd;
}
else {
pte = pte_offset_kernel(pmd, addr);
}
thanks
Soumendu Sekhar Satapathy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists