All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Cache flush fixes
@ 2013-12-13 12:06 Steve Capper
  2013-12-13 12:06 ` [PATCH 1/2] arm: mm: fix dcache flush logic for compound high pages Steve Capper
  2013-12-13 12:06 ` [PATCH 2/2] arm: cacheflush: Fix user split-caching logic Steve Capper
  0 siblings, 2 replies; 7+ messages in thread
From: Steve Capper @ 2013-12-13 12:06 UTC (permalink / raw)
  To: linux-arm-kernel

This patch set fixes a couple of cache flushing problems that I ran
into recently, whilst running libhugetlbfs tests (mainly the
icache-hygiene test).

One problem was due to not flushing enough, the other was due to
flushing too much. Hopefully, this patch set makes things jussst
right :-).

I am not sure whether or not these should be marked as for stable?

Cheers,
-- 
Steve

Steve Capper (2):
  arm: mm: fix dcache flush logic for compound high pages
  arm: cacheflush: Fix user split-caching logic

 arch/arm/kernel/traps.c |  2 +-
 arch/arm/mm/flush.c     | 11 ++++++-----
 2 files changed, 7 insertions(+), 6 deletions(-)

-- 
1.8.1.4

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-12-16 15:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-13 12:06 [PATCH 0/2] Cache flush fixes Steve Capper
2013-12-13 12:06 ` [PATCH 1/2] arm: mm: fix dcache flush logic for compound high pages Steve Capper
2013-12-13 16:38   ` Will Deacon
2013-12-16 15:07     ` Steve Capper
2013-12-13 12:06 ` [PATCH 2/2] arm: cacheflush: Fix user split-caching logic Steve Capper
2013-12-13 12:41   ` Steve Capper
2013-12-13 12:51     ` Steve Capper

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.