lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ