On Sat, May 05, 2012 at 02:15:15PM -0400, Paul Kimoto wrote: > I successfully applied patch-3.3.5-rc1.xz to my 3.3.4 source tree, but > building the kernel fails with > > arch/x86/boot/compressed/mkpiggy.c:32:32: error: tools/le_byteshift.h: No > such file or directory > arch/x86/boot/compressed/mkpiggy.c: In function 'main': > arch/x86/boot/compressed/mkpiggy.c:65: warning: implicit declaration of > function 'get_unaligned_le32' > > Perhaps "[ 48/75] tools/include: Add byteshift headers for endian access" > (https://lkml.org/lkml/2012/5/4/332) is required, but le_byteshift.h does > not seem to be touched (just referenced) in the patch file: > > $ xzgrep e_byteshift patch-3.3.5-rc1.xz > +#include <tools/le_byteshift.h> > +#include <tools/le_byteshift.h>
Ah, you are right, sorry about that. The way I generate the patch file doesn't catch "new" files like this, I'll go create it by hand with it to resolve this issue. Thanks for testing and letting me know. greg k-h -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
