public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Possible shared mapping bug in 2.4.23 (at least MIPS/Sparc)
@ 2003-12-13 11:41 Peter Horton
  2003-12-13 16:05 ` Ralf Baechle
  2003-12-13 22:26 ` Jamie Lokier
  0 siblings, 2 replies; 10+ messages in thread
From: Peter Horton @ 2003-12-13 11:41 UTC (permalink / raw)
  To: linux-mips; +Cc: linux-kernel

The current MIPS 2.4 kernel (from CVS) currently allows fixed shared
mappings to violate D-cache aliasing constraints.

The check for illegal fixed mappings is done in
arch_get_unmapped_area(), but these mappings are granted in
get_unmapped_area() and arch_get_unmapped_area() is never called.

A quick look at sparc and sparc64 seem to show the same problem.

P.

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

end of thread, other threads:[~2003-12-25 13:03 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-13 11:41 Possible shared mapping bug in 2.4.23 (at least MIPS/Sparc) Peter Horton
2003-12-13 16:05 ` Ralf Baechle
2003-12-13 18:08   ` Peter Horton
2003-12-13 22:26 ` Jamie Lokier
2003-12-14  1:41   ` Linus Torvalds
2003-12-14  4:20     ` Jamie Lokier
2003-12-14 10:38     ` Peter Horton
2003-12-14 17:16       ` Jamie Lokier
2003-12-25 13:03         ` Ralf Baechle
2003-12-14 18:05       ` Linus Torvalds

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox