From: "Sudip Mukherjee (Codethink)" <sudipm.mukherjee@gmail.com>
To: Guo Ren <guoren@linux.alibaba.com>,
Oleg Nesterov <oleg@redhat.com>, Guo Ren <guoren@kernel.org>
Cc: linux-csky@vger.kernel.org, linux-kernel@vger.kernel.org,
Linus Torvalds <torvalds@linux-foundation.org>,
regressions@lists.linux.dev
Subject: mainline build failure due to c8171a86b274 ("csky: Fixup -Wmissing-prototypes warning")
Date: Wed, 30 Aug 2023 12:40:01 +0100 [thread overview]
Message-ID: <ZO8qkS0Skg9L4xzr@debian> (raw)
Hi All,
The latest mainline kernel branch fails to build csky allmodconfig with
the error:
In file included from ./arch/csky/include/asm/ptrace.h:7,
from ./arch/csky/include/asm/processor.h:8,
from ./include/linux/prefetch.h:15,
from drivers/net/ethernet/intel/i40e/i40e_txrx.c:4:
./arch/csky/include/asm/traps.h:43:11: error: expected ';' before 'void'
43 | asmlinkage void do_trap_unknown(struct pt_regs *regs);
| ^~~~~
| ;
./arch/csky/include/asm/traps.h:44:11: error: expected ';' before 'void'
44 | asmlinkage void do_trap_zdiv(struct pt_regs *regs);
| ^~~~~
| ;
./arch/csky/include/asm/traps.h:45:11: error: expected ';' before 'void'
45 | asmlinkage void do_trap_buserr(struct pt_regs *regs);
| ^~~~~
| ;
./arch/csky/include/asm/traps.h:46:11: error: expected ';' before 'void'
46 | asmlinkage void do_trap_misaligned(struct pt_regs *regs);
| ^~~~~
| ;
./arch/csky/include/asm/traps.h:47:11: error: expected ';' before 'void'
47 | asmlinkage void do_trap_bkpt(struct pt_regs *regs);
| ^~~~~
| ;
./arch/csky/include/asm/traps.h:48:11: error: expected ';' before 'void'
48 | asmlinkage void do_trap_illinsn(struct pt_regs *regs);
| ^~~~~
| ;
./arch/csky/include/asm/traps.h:49:11: error: expected ';' before 'void'
49 | asmlinkage void do_trap_fpe(struct pt_regs *regs);
| ^~~~~
| ;
./arch/csky/include/asm/traps.h:50:11: error: expected ';' before 'void'
50 | asmlinkage void do_trap_priv(struct pt_regs *regs);
| ^~~~~
| ;
./arch/csky/include/asm/traps.h:51:11: error: expected ';' before 'void'
51 | asmlinkage void trap_c(struct pt_regs *regs);
| ^~~~~
| ;
./arch/csky/include/asm/traps.h:53:11: error: expected ';' before 'void'
53 | asmlinkage void do_notify_resume(struct pt_regs *regs,
| ^~~~~
| ;
In file included from ./arch/csky/include/asm/processor.h:8,
from ./include/linux/prefetch.h:15,
from drivers/net/ethernet/intel/i40e/i40e_txrx.c:4:
./arch/csky/include/asm/ptrace.h:99:11: error: expected ';' before 'int'
99 | asmlinkage int syscall_trace_enter(struct pt_regs *regs);
| ^~~~
| ;
./arch/csky/include/asm/ptrace.h:100:11: error: expected ';' before 'void'
100 | asmlinkage void syscall_trace_exit(struct pt_regs *regs);
| ^~~~~
| ;
git bisect pointed to c8171a86b274 ("csky: Fixup -Wmissing-prototypes warning").
Reverting the commit has fixed the build failure.
I will be happy to test any patch or provide any extra log if needed.
#regzbot introduced: c8171a86b27401aa1f492dd1f080f3102264f1ab
--
Regards
Sudip
next reply other threads:[~2023-08-30 19:17 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-30 11:40 Sudip Mukherjee (Codethink) [this message]
2023-08-30 13:06 ` Linux regression tracking (Thorsten Leemhuis)
2023-08-31 1:15 ` Guo Ren
2023-08-31 5:44 ` Linux regression tracking #update (Thorsten Leemhuis)
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=ZO8qkS0Skg9L4xzr@debian \
--to=sudipm.mukherjee@gmail.com \
--cc=guoren@kernel.org \
--cc=guoren@linux.alibaba.com \
--cc=linux-csky@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=oleg@redhat.com \
--cc=regressions@lists.linux.dev \
--cc=torvalds@linux-foundation.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®