linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Oops in 2.6.27.39 vanilla kernel with latest DTrace linux port
@ 2009-12-28 20:43 Soumendu Satapathy
  0 siblings, 0 replies; only message in thread
From: Soumendu Satapathy @ 2009-12-28 20:43 UTC (permalink / raw)
  To: linux-kernel

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@crisp.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@gmail.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@crisp.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@gmail.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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-12-28 20:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-28 20:43 Oops in 2.6.27.39 vanilla kernel with latest DTrace linux port Soumendu Satapathy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).