On Sun, Dec 18, 2016 at 02:20:09PM +0100, Adam Borowski wrote:
quoted hunk ↗ jump to hunk
Hi!
Please pick 152b695d for 4.9 (only), it fixes cross-compilation to arm64.
It was reported on Nov 04, acked on Nov 10, accepted into kbuild/rc-fixes
on Nov 24 but somehow not pushed to Linus; it got into mainline only during
the merge window.
As 4.9 is to be used in Debian stretch, {bin,}deb-pkg is going to see quite
a lot of use, especially that kernel-package is mostly kaputt.
Paraphrased diff:+++ scripts/package/builddeb
case "$UTS_MACHINE" in[...]
- arm64)
+ aarch64|arm64)
(Only "aarch64" being actually needed, "arm64" is left as defense in case
this flips again.)
Now applied, thanks.
greg k-h