From: kernel test robot <lkp@intel.com>
To: Magnus Lindholm <linmag7@gmail.com>
Cc: oe-kbuild-all@lists.linux.dev
Subject: [lindholm-alpha:entry 5/6] arch/alpha/include/asm/ftrace.h:20:16: error: invalid argument to '__builtin_return_address'
Date: Sat, 11 Apr 2026 07:45:44 +0800 [thread overview]
Message-ID: <202604110741.iykKycTY-lkp@intel.com> (raw)
tree: https://git.kernel.org/pub/scm/linux/kernel/git/lindholm/alpha.git entry
head: dd381ec93e43e70caf8dcc4bbad69a43aefb11cb
commit: 19708bb960275d5bbdda1444322df23928485a72 [5/6] alpha: implement lockdep hardirq state tracking
config: alpha-allyesconfig (https://download.01.org/0day-ci/archive/20260411/202604110741.iykKycTY-lkp@intel.com/config)
compiler: alpha-linux-gcc (GCC) 15.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260411/202604110741.iykKycTY-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/202604110741.iykKycTY-lkp@intel.com/
All errors (new ones prefixed by >>):
In file included from include/linux/ftrace.h:23,
from kernel/trace/trace_sched_wakeup.c:16:
arch/alpha/include/asm/ftrace.h: In function 'alpha_ftrace_return_address':
>> arch/alpha/include/asm/ftrace.h:20:16: error: invalid argument to '__builtin_return_address'
20 | return __builtin_return_address(n);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
vim +/__builtin_return_address +20 arch/alpha/include/asm/ftrace.h
15
16 static void *alpha_ftrace_return_address(unsigned int n)
17 __attribute__((__noinline__, __no_instrument_function__));
18 static void *alpha_ftrace_return_address(unsigned int n)
19 {
> 20 return __builtin_return_address(n);
21 }
22
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
reply other threads:[~2026-04-10 23:46 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=202604110741.iykKycTY-lkp@intel.com \
--to=lkp@intel.com \
--cc=linmag7@gmail.com \
--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.