[PATCH v2 0/3] ARM: NEON based fast(er) AES in CBC/CTR/XTS modes

Russell King - ARM Linux linux at arm.linux.org.uk
Fri Oct 4 14:40:05 EDT 2013


On Fri, Oct 04, 2013 at 02:34:01PM -0400, Nicolas Pitre wrote:
> Do you have an example of something that does require perl to build the 
> kernel on ARM?  I was under the impression that people try to avoid it 
> as much as possible in general.
> 
> I'm personally sitting on the fence between effectively adding a new 
> kernel build dependencies or carrying the output of the perl script.  
> But if the kernel build does already require perl in practice then this 
> might tip the balance.

That is really not a concern with the modern kbuild.  It has supported
having shipped versions of generated files included in the source tree
for years.  So, we can have the perl version included (the preferred
form for editing) while avoiding the issue of requiring everyone to
have perl.

In other words, if you want to build a kernel, you don't need perl for
this.  If you want to edit the "preferred" form, then you do need perl
so that the "preferred" form can be turned into assembly to update the
shipped version.



More information about the linux-arm-kernel mailing list