All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0 of 6] Make xen build with clang/LLVM again
@ 2012-04-05 12:07 Tim Deegan
  2012-04-05 12:07 ` [PATCH 1 of 6] xen: Add -Wno-unused-value to the clang CFLAGS Tim Deegan
                   ` (6 more replies)
  0 siblings, 7 replies; 20+ messages in thread
From: Tim Deegan @ 2012-04-05 12:07 UTC (permalink / raw)
  To: xen-devel

This series makes the hypervisor build with clang/LLVM again,
after a certain amount of bit-rot. 

Some of these are obvious bug-fixes which are picked up by clang's 
slightly different -W* implementation.  Some (the spinlock change
in particular) are working around deficiencies in clang/llvm.  I'm 
happy to change those ones to avoid any concerns people have about
damaging the GCC build. 

Cheers,

Tim.

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

end of thread, other threads:[~2012-04-05 15:55 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-05 12:07 [PATCH 0 of 6] Make xen build with clang/LLVM again Tim Deegan
2012-04-05 12:07 ` [PATCH 1 of 6] xen: Add -Wno-unused-value to the clang CFLAGS Tim Deegan
2012-04-05 12:07 ` [PATCH 2 of 6] x86: don't use .subsection to out-of-line failure path in spinlock.h Tim Deegan
2012-04-05 13:28   ` Jan Beulich
2012-04-05 14:05     ` Tim Deegan
2012-04-05 14:11       ` Jan Beulich
2012-04-05 12:07 ` [PATCH 3 of 6] x86/mm: Another couple of comparisons of unsigned vars with < 0 Tim Deegan
2012-04-05 13:31   ` Jan Beulich
2012-04-05 14:08     ` Tim Deegan
2012-04-05 14:19       ` Jan Beulich
2012-04-05 15:39         ` Tim Deegan
2012-04-05 12:07 ` [PATCH 4 of 6] x86: fix logical ANDs used to mask bitfields Tim Deegan
2012-04-05 13:33   ` Jan Beulich
2012-04-05 12:07 ` [PATCH 5 of 6] x86: fix memset(ptr, 0, sizeof ptr) Tim Deegan
2012-04-05 13:38   ` Jan Beulich
2012-04-05 12:07 ` [PATCH 6 of 6] x86: explicitly mark an __initdata variable as used Tim Deegan
2012-04-05 13:44   ` Jan Beulich
2012-04-05 14:11     ` Tim Deegan
2012-04-05 14:24       ` Jan Beulich
2012-04-05 15:55 ` [PATCH 0 of 6] Make xen build with clang/LLVM again Keir Fraser

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.