From: Linus Torvalds Date: Thu, 11 May 2017 03:41:43 +0000 (-0700) Subject: Merge tag 'kbuild-misc-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahi... X-Git-Tag: v4.12-rc1~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=23ea3f62f3f90caaa7b4bf32690c341101228cca;p=platform%2Fkernel%2Flinux-exynos.git Merge tag 'kbuild-misc-v4.12' of git://git./linux/kernel/git/masahiroy/linux-kbuild Pull misc Kbuild updates from Masahiro Yamada: - clean up builddeb script - use full path for KBUILD_IMAGE to fix rpm-pkg build - fix objdiff tool to ignore debug info * tag 'kbuild-misc-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild: builddeb: fix typo builddeb: Update a few outdated and hardcoded strings deb-pkg: Remove the KBUILD_IMAGE workaround unicore32: Use full path in KBUILD_IMAGE definition sh: Use full path in KBUILD_IMAGE definition arc: Use full path in KBUILD_IMAGE definition arm: Use full path in KBUILD_IMAGE definition arm64: Use full path in KBUILD_IMAGE definition scripts: objdiff: Ignore debug info when comparing --- 23ea3f62f3f90caaa7b4bf32690c341101228cca diff --cc scripts/package/builddeb index 676fc10,3407826..aad6700 --- a/scripts/package/builddeb +++ b/scripts/package/builddeb @@@ -262,10 -257,10 +257,10 @@@ EO cat < debian/copyright This is a packacked upstream version of the Linux kernel. -The sources may be found at most Linux ftp sites, including: -ftp://ftp.kernel.org/pub/linux/kernel +The sources may be found at most Linux archive sites, including: +https://www.kernel.org/pub/linux/kernel - Copyright: 1991 - 2015 Linus Torvalds and others. + Copyright: 1991 - 2017 Linus Torvalds and others. The git repository for mainline kernel development is at: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git