From: Tim Deegan <tim@xen.org>
To: xen-devel@lists.xen.org
Subject: [PATCH 0 of 6] Make xen build with clang/LLVM again
Date: Thu, 5 Apr 2012 13:07:13 +0100 [thread overview]
Message-ID: <patchbomb.1333627633@whitby.uk.xensource.com> (raw)
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.
next reply other threads:[~2012-04-05 12:07 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-05 12:07 Tim Deegan [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=patchbomb.1333627633@whitby.uk.xensource.com \
--to=tim@xen.org \
--cc=xen-devel@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).