All of lore.kernel.org
 help / color / mirror / Atom feed
From: mrosenberg@mozilla.com (Martin Rosenberg)
To: linux-arm-kernel@lists.infradead.org
Subject: Discontiguous memory and cacheflush
Date: Thu, 9 Aug 2012 22:52:29 -0700 (PDT)	[thread overview]
Message-ID: <1613427331.1190769.1344577949008.JavaMail.root@mozilla.com> (raw)
In-Reply-To: <447177957.1189939.1344577602635.JavaMail.root@mozilla.com>

A couple of days ago, I started a project to coalesce calls to cachefush in mozilla's JIT.  After working out most of the bugs that I could find, there were still some lingering failures, which I believe finally tracked down to do_cache_op, where it looks like only the first contiguous region of virtual memory is consulted.  I don't actually know about any of the functions that are being called, nor exactly what the datastructures represent, but if my understanding of the code is correct, then it is at odds with the documentation that is available (namely, man cacheflush(2)).  Is there something I've overlooked, any suggested workarounds?  Thanks --Marty

       reply	other threads:[~2012-08-10  5:52 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <447177957.1189939.1344577602635.JavaMail.root@mozilla.com>
2012-08-10  5:52 ` Martin Rosenberg [this message]
2012-08-13 14:42   ` Discontiguous memory and cacheflush Jonathan Austin
2012-08-13 16:00     ` Russell King - ARM Linux
2012-08-15 22:08       ` Martin Rosenberg
2012-08-16  8:27         ` Dave Martin
2012-08-16  9:19           ` Russell King - ARM Linux
2012-08-16  9:43             ` Dave Martin
2012-08-17 15:53         ` Jonathan Austin
2012-08-17 21:03           ` Russell King - ARM Linux

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1613427331.1190769.1344577949008.JavaMail.root@mozilla.com \
    --to=mrosenberg@mozilla.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.