linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* x86-64: memset()/memcpy() not fully standards compliant
@ 2012-01-05 14:04 Jan Beulich
  2012-01-05 15:27 ` hpanvin@gmail.com
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Jan Beulich @ 2012-01-05 14:04 UTC (permalink / raw)
  To: mingo, tglx, hpa; +Cc: Andi Kleen, linux-kernel

Forever these two functions have been limited to deal with at most 4G
at a time. While I cannot point out an in-tree user that would require
larger sizes, it is now the second time that within our Xen kernel we got
bitten by that limitation. Would you nevertheless accept a patch to
eliminate those shortcomings (iirc there may need to be workarounds
for CPU bugs when it comes to using string instructions on such large
blocks, albeit memmove() doesn't seem to care)?

Otherwise, is there any rationale for this sort of lurking bug?

Thanks, Jan


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

end of thread, other threads:[~2012-01-09  8:29 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-05 14:04 x86-64: memset()/memcpy() not fully standards compliant Jan Beulich
2012-01-05 15:27 ` hpanvin@gmail.com
2012-01-05 18:28 ` Andi Kleen
2012-01-05 23:22   ` H. Peter Anvin
2012-01-06  1:47     ` Andi Kleen
2012-01-06  2:03       ` H. Peter Anvin
2012-01-06  7:22         ` Jan Beulich
2012-01-06  9:49         ` Andi Kleen
2012-01-06 10:22           ` Jan Beulich
2012-01-06 10:37             ` Andi Kleen
2012-01-06 10:50               ` Jan Beulich
2012-01-06 11:08                 ` Andi Kleen
2012-01-06 12:25                   ` Jan Beulich
2012-01-06 19:44                     ` Andi Kleen
2012-01-06 23:12                       ` H. Peter Anvin
2012-01-06 11:08           ` Ingo Molnar
2012-01-06 20:40 ` Valdis.Kletnieks
2012-01-09  8:29   ` Jan Beulich

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