[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240906065132.35917-1-wnliu@google.com>
Date: Fri, 6 Sep 2024 06:51:32 +0000
From: Weinan Liu <wnliu@...gle.com>
To: jpoimboe@...nel.org
Cc: jikos@...nel.org, joe.lawrence@...hat.com, linux-kernel@...r.kernel.org,
live-patching@...r.kernel.org, mbenes@...e.cz, mpdesouza@...e.com,
peterz@...radead.org, pmladek@...e.com, song@...nel.org, x86@...nel.org
Subject: Re: [RFC 28/31] x86/alternative: Create symbols for special section entrie
I'm observing multiple compilation errors when using clang-16 after applying this particular patch.
# CC init/main.o
<instantiation>:4:1: error: symbol '__bug_table_0' is already defined
__bug_table_0:
^
<instantiation>:4:1: error: symbol '__bug_table_0' is already defined
__bug_table_0:
^
<instantiation>:4:1: error: symbol '__jump_table_0' is already defined
__jump_table_0:
^
<instantiation>:4:1: error: symbol '__bug_table_0' is already defined
__bug_table_0:
^
<instantiation>:4:1: error: symbol '__bug_table_0' is already defined
__bug_table_0:
^
<instantiation>:4:1: error: symbol '__jump_table_0' is already defined
__jump_table_0:
^
<instantiation>:4:1: error: symbol '__jump_table_0' is already defined
__jump_table_0:
^
7 errors generated.
--
Weinan
Powered by blists - more mailing lists