All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Removing the use of VLAIS from the Linux Kernel
@ 2012-10-30 18:25 Behan Webster
  2012-10-30 18:25 ` [PATCH 1/2] Helper macros used for replacing the use of VLAIS Behan Webster
  2012-10-30 18:25 ` [PATCH 2/2] Remove VLAIS usage from gadget code Behan Webster
  0 siblings, 2 replies; 8+ messages in thread
From: Behan Webster @ 2012-10-30 18:25 UTC (permalink / raw)
  To: balbi; +Cc: linux-usb, linux-kernel, Behan Webster

The use of variable length arrays in structs (VLAIS) in the Linux Kernel code
precludes the use of compilers which don't implement VLAIS (for instance the
Clang compiler). The LLVMLinux Project is working towards the ability of
providing the Linux kernel developer the choice of using the Clang compiler
toolchain. This is a part of a series of patches which remove the use of VLAIS
from crypto code, dm-crypt, jbd2, libcrc32c, netfilter, and usb gadget. Other
patches to allow Clang to be used will follow.

Behan Webster (2):
  Helper macros used for replacing the use of VLAIS
  Remove VLAIS usage from gadget code

 drivers/usb/gadget/f_fs.c |  106 ++++++++++++++++++++++++++-------------------
 include/linux/valign.h    |   87 +++++++++++++++++++++++++++++++++++++
 2 files changed, 148 insertions(+), 45 deletions(-)
 create mode 100644 include/linux/valign.h

-- 
1.7.9.5


^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH 0/2] Removing the use of VLAIS from netfilter
@ 2012-10-30 18:42 Behan Webster
  2012-10-30 18:42 ` [PATCH 1/2] Helper macros used for replacing the use of VLAIS Behan Webster
  0 siblings, 1 reply; 8+ messages in thread
From: Behan Webster @ 2012-10-30 18:42 UTC (permalink / raw)
  To: davem; +Cc: netfilter-devel, linux-kernel, Behan Webster

The use of variable length arrays in structs (VLAIS) in the Linux Kernel code
precludes the use of compilers which don't implement VLAIS (for instance the
Clang compiler). The LLVMLinux Project is working towards the ability of
providing the Linux kernel developer the choice of using the Clang compiler
toolchain. This is a part of a series of patches which remove the use of VLAIS
from crypto code, dm-crypt, jbd2, libcrc32c, netfilter, and usb gadget. Other
patches to allow Clang to be used will follow.

Behan Webster (1):
  Helper macros used for replacing the use of VLAIS

Jan-Simon Möller (1):
  Remove VLAIS usage from netfilter

 include/linux/valign.h      |   87 +++++++++++++++++++++++++++++++++++++++++++
 net/netfilter/xt_repldata.h |   40 ++++++++++++--------
 2 files changed, 111 insertions(+), 16 deletions(-)
 create mode 100644 include/linux/valign.h

-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2012-11-01 15:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-30 18:25 [PATCH 0/2] Removing the use of VLAIS from the Linux Kernel Behan Webster
2012-10-30 18:25 ` [PATCH 1/2] Helper macros used for replacing the use of VLAIS Behan Webster
2012-10-30 19:20   ` Greg KH
2012-10-30 19:35     ` Behan Webster
2012-10-30 19:40       ` Greg KH
2012-10-30 18:25 ` [PATCH 2/2] Remove VLAIS usage from gadget code Behan Webster
2012-11-01 15:38   ` Joseph Glanville
  -- strict thread matches above, loose matches on Subject: below --
2012-10-30 18:42 [PATCH 0/2] Removing the use of VLAIS from netfilter Behan Webster
2012-10-30 18:42 ` [PATCH 1/2] Helper macros used for replacing the use of VLAIS Behan Webster

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.