Re: [patch 134/149] x86, paravirt: Add a global synchronization point for pvclock

From: H. Peter Anvin
Date: Wed Jul 14 2010 - 15:02:11 EST


On 07/14/2010 11:18 AM, H.J. Lu wrote:
>
> There are some discussions on:
>
> http://gcc.gnu.org/ml/gcc-patches/2010-06/msg02001.html
> http://gcc.gnu.org/ml/gcc-patches/2010-07/msg00001.html
>
> Are they related?
>

Not directly as far as I can tell.

The issue is if gcc can ever reorder, duplicate or elide a volatile
operation (either asm volatile or a volatile-annotated memory
reference.) In my (and Linus') opinion, this would be an incredibly
serious bug.

The gcc 4.4 issue, which is separate from the definition issue, is that
it seems to assume that it can elide references to "const volatile"
objects. "const volatile" should mean a value that could change at any
time but which is a bug to write to -- for example a readonly hardware
register.

-hpa

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/