From mboxrd@z Thu Jan 1 00:00:00 1970 From: Behan Webster Subject: [PATCH] Removing the use of VLAIS from the Linux Kernel Date: Tue, 30 Oct 2012 14:15:55 -0400 Message-ID: <1351620956-17583-1-git-send-email-behanw@converseincode.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Sender: linux-raid-owner@vger.kernel.org To: agk@redhat.com, dm-devel@redhat.com Cc: linux-raid@vger.kernel.org, Behan Webster List-Id: linux-raid.ids The use of variable length arrays in structs (VLAIS) in the Linux Kerne= l code precludes the use of compilers which don't implement VLAIS (for instanc= e the Clang compiler). The LLVMLinux Project is working towards the ability o= f providing the Linux kernel developer the choice of using the Clang comp= iler toolchain. This is a part of a series of patches which remove the use o= f VLAIS from crypto code, dm-crypt, jbd2, libcrc32c, netfilter, and usb gadget.= Other patches to allow Clang to be used will follow. Jan-Simon M=C3=B6ller (1): Remove VLAIS usage from dm-crypt drivers/md/dm-crypt.c | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) --=20 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-raid" i= n the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html