linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [FIX v2] v3.8-rc: fix for MM ASID code in BE mode
@ 2013-02-10 14:57 Ben Dooks
  2013-02-10 14:57 ` [PATCH 1/2] ARM: mm: replace direct access to mm->context.id with new macro Ben Dooks
  2013-02-10 14:57 ` [PATCH 2/2] ARM: mm: mm->context.id fix for big-endian Ben Dooks
  0 siblings, 2 replies; 11+ messages in thread
From: Ben Dooks @ 2013-02-10 14:57 UTC (permalink / raw)
  To: linux-arm-kernel

This is a pair of patches to fix the ASID allocation in BE mode, and
probably should be merged as soon as possible.

This is a n

Also available at:

 git://git.baserock.org/delta/linux baserock/bjdooks/arm-fix-asid

 [PATCH 1/2] ARM: mm: replace direct access to mm->context.id with
 [PATCH 2/2] ARM: mm: mm->context.id fix for big-endian

^ permalink raw reply	[flat|nested] 11+ messages in thread
* v3.8-rc issues with big endian
@ 2013-02-09 23:15 Ben Dooks
  2013-02-09 23:15 ` [PATCH 2/2] ARM: mm: mm->context.id fix for big-endian Ben Dooks
  0 siblings, 1 reply; 11+ messages in thread
From: Ben Dooks @ 2013-02-09 23:15 UTC (permalink / raw)
  To: linux-arm-kernel

Whilst debugging with big endian ARM on v3.8-rc I came across a problem
with the new ASID code (commit b5466f8728527a05a493cc4abe9e6f034a1bbaab)
which is causing issues with user-land failing to work.

Since the new ASID code is using 64-bit accesses, the ASID ID is now
being placed in context->id + 4, which means that the assembly mm code
no-longer works.

I also noticed and fixed a couple of places where the new mmid macro was
not being used, so fixed those too.

Tested on a highbank system.

 [PATCH 1/2] ARM: mm: replace direct access to mm->context.id with
 [PATCH 2/2] ARM: mm: mm->context.id fix for big-endian

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

end of thread, other threads:[~2013-02-11 10:51 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-10 14:57 [FIX v2] v3.8-rc: fix for MM ASID code in BE mode Ben Dooks
2013-02-10 14:57 ` [PATCH 1/2] ARM: mm: replace direct access to mm->context.id with new macro Ben Dooks
2013-02-10 14:57 ` [PATCH 2/2] ARM: mm: mm->context.id fix for big-endian Ben Dooks
2013-02-10 15:05   ` Ben Dooks
2013-02-10 23:29     ` Russell King - ARM Linux
2013-02-11 10:38       ` Ben Dooks
2013-02-11 10:51         ` Will Deacon
  -- strict thread matches above, loose matches on Subject: below --
2013-02-09 23:15 v3.8-rc issues with big endian Ben Dooks
2013-02-09 23:15 ` [PATCH 2/2] ARM: mm: mm->context.id fix for big-endian Ben Dooks
2013-02-10  1:10   ` Ben Dooks
2013-02-10 14:14   ` Sergei Shtylyov
2013-02-10 14:17     ` Ben Dooks

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).