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> -- 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
