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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Mon, 28 Dec 2009 15:43:07 -0500
From:	Soumendu Satapathy <satapathy.soumendu@...il.com>
To:	linux-kernel@...r.kernel.org
Subject: Oops in 2.6.27.39 vanilla kernel with latest DTrace linux port

http://patchwork.kernel.org/patch/69319/

I have sent my patch to the DTrace for linux author. he will try to
incorporate it in the standard release.

- soumendu

---------- Forwarded message ----------
From:  <fox@...sp.demon.co.uk>
Date: Wed, Dec 23, 2009 at 5:25 AM
Subject: Re: Fwd: Opps in 2.6.27.39 vanilla kernel with DTrace
To: satapathy.soumendu@...il.com



> From: Soumendu Satapathy
> Date: Tue, Dec 22, 2009 at 11:18 AM
> Subject: Opps in 2.6.27.39 vanilla kernel with DTrace
> To: blog@...sp.demon.co.uk
>
>
> Hi Paul,
>
> 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

Thank you Soumendu - glad you got that working, and let me know the
patch. I will try incorporating that into the standard release.

seasons greetings.



+-------------------------------------------------------------------------+
| CRiSP WebNews:        http://www.crisp.demon.co.uk/webnews.html         |
+-----------------------------+-------------------------------------------+
| CRiSP - Flexible editor     | CRiSP, syn. for BRIEF                     |
| www.twitter.com/crispeditor | Internet:          CRiSP.Editor@...il.com |
|                             | WWW: (mine)  http://www.crisp.demon.co.uk |
|                             | WWW:                 http://www.crisp.com |
|                             | WWW:           http://www.pacemaker.co.uk |
+-------------------------------------------------------------------------+
   5707* display.c: Fix last fix: couldnt move cursor on the bottom
         window of a split window.
--
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