From: kernel test robot <lkp@intel.com>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev
Subject: [arm-integrator:ixp4xx-debug-uart2 1/1] arch/arm/boot/compressed/head.S:56:10: fatal error: 'mach/debug-macro.S' file not found
Date: Fri, 24 Oct 2025 14:24:10 +0800 [thread overview]
Message-ID: <202510241417.FXITcpff-lkp@intel.com> (raw)
tree: https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git ixp4xx-debug-uart2
head: 5b4f65ab8af2586fae343efd495de3a578417841
commit: 5b4f65ab8af2586fae343efd495de3a578417841 [1/1] Uglydebug hack for IXP4xx UART2
config: arm-randconfig-004-20251024 (https://download.01.org/0day-ci/archive/20251024/202510241417.FXITcpff-lkp@intel.com/config)
compiler: clang version 22.0.0git (https://github.com/llvm/llvm-project e1ae12640102fd2b05bc567243580f90acb1135f)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251024/202510241417.FXITcpff-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202510241417.FXITcpff-lkp@intel.com/
All errors (new ones prefixed by >>):
>> arch/arm/boot/compressed/head.S:56:10: fatal error: 'mach/debug-macro.S' file not found
56 | #include CONFIG_DEBUG_LL_INCLUDE
| ^~~~~~~~~~~~~~~~~~~~~~~
./include/generated/autoconf.h:2624:33: note: expanded from macro 'CONFIG_DEBUG_LL_INCLUDE'
2624 | #define CONFIG_DEBUG_LL_INCLUDE "mach/debug-macro.S"
| ^~~~~~~~~~~~~~~~~~~~
1 error generated.
vim +56 arch/arm/boot/compressed/head.S
224b5be6ddc12f Russell King 2005-11-16 55
4beba08ba1574f Shawn Guo 2012-12-11 @56 #include CONFIG_DEBUG_LL_INCLUDE
224b5be6ddc12f Russell King 2005-11-16 57
0b0c1dbd500dfe Linus Walleij 2020-08-27 58 .macro writeb, ch, rb, tmp
0b0c1dbd500dfe Linus Walleij 2020-08-27 59 #ifdef CONFIG_DEBUG_UART_FLOW_CONTROL
0b0c1dbd500dfe Linus Walleij 2020-08-27 60 waituartcts \tmp, \rb
0b0c1dbd500dfe Linus Walleij 2020-08-27 61 #endif
0b0c1dbd500dfe Linus Walleij 2020-08-27 62 waituarttxrdy \tmp, \rb
5cd0c3442021fb Russell King 2005-05-03 63 senduart \ch, \rb
0b0c1dbd500dfe Linus Walleij 2020-08-27 64 busyuart \tmp, \rb
^1da177e4c3f41 Linus Torvalds 2005-04-16 65 .endm
5cd0c3442021fb Russell King 2005-05-03 66
:::::: The code at line 56 was first introduced by commit
:::::: 4beba08ba1574f6d427347edaba5b924b2f70826 ARM: 7600/1: include CONFIG_DEBUG_LL_INCLUDE rather than mach/debug-macro.S
:::::: TO: Shawn Guo <shawn.guo@linaro.org>
:::::: CC: Russell King <rmk+kernel@arm.linux.org.uk>
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
reply other threads:[~2025-10-24 6:27 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202510241417.FXITcpff-lkp@intel.com \
--to=lkp@intel.com \
--cc=linus.walleij@linaro.org \
--cc=llvm@lists.linux.dev \
--cc=oe-kbuild-all@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.