* [linux-next:master 2357/7423] drivers/bluetooth/hci_vhci.o: warning: objtool: .text: unexpected end of section
@ 2025-03-01 4:30 kernel test robot
2025-03-01 16:15 ` Ethan Carter Edwards
0 siblings, 1 reply; 4+ messages in thread
From: kernel test robot @ 2025-03-01 4:30 UTC (permalink / raw)
To: Ethan Carter Edwards; +Cc: llvm, oe-kbuild-all, Jakub Kicinski, Dan Carpenter
Hi Ethan,
FYI, the error/warning was bisected to this commit, please ignore it if it's irrelevant.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: c0eb65494e59d9834af7cbad983629e9017b25a1
commit: 3b147be9ef08247bb74a801b4e95f9a626a27322 [2357/7423] hamradio: baycom: replace strcpy() with strscpy()
config: x86_64-buildonly-randconfig-006-20250301 (https://download.01.org/0day-ci/archive/20250301/202503011220.Y2e5vz4w-lkp@intel.com/config)
compiler: clang version 19.1.7 (https://github.com/llvm/llvm-project cd708029e0b2869e80abe31ddb175f7c35361f90)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250301/202503011220.Y2e5vz4w-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/202503011220.Y2e5vz4w-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> drivers/bluetooth/hci_vhci.o: warning: objtool: .text: unexpected end of section
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-next:master 2357/7423] drivers/bluetooth/hci_vhci.o: warning: objtool: .text: unexpected end of section
2025-03-01 4:30 [linux-next:master 2357/7423] drivers/bluetooth/hci_vhci.o: warning: objtool: .text: unexpected end of section kernel test robot
@ 2025-03-01 16:15 ` Ethan Carter Edwards
2025-03-02 12:35 ` Dan Carpenter
0 siblings, 1 reply; 4+ messages in thread
From: Ethan Carter Edwards @ 2025-03-01 16:15 UTC (permalink / raw)
To: kernel test robot; +Cc: llvm, oe-kbuild-all, Jakub Kicinski, Dan Carpenter
On 25/03/01 12:30PM, kernel test robot wrote:
> Hi Ethan,
>
> FYI, the error/warning was bisected to this commit, please ignore it if it's irrelevant.
>
Thanks for the email, kernel test bot. I'm not sure my patch would be
the cause of this error, especially since my patch did not touch
bluetooth at all. Only the ham radio driver.
I did find an email [0] from a year ago with the exact same error in
the same file.
Dan, what your thoughts?
> tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> head: c0eb65494e59d9834af7cbad983629e9017b25a1
> commit: 3b147be9ef08247bb74a801b4e95f9a626a27322 [2357/7423] hamradio: baycom: replace strcpy() with strscpy()
> config: x86_64-buildonly-randconfig-006-20250301 (https://download.01.org/0day-ci/archive/20250301/202503011220.Y2e5vz4w-lkp@intel.com/config)
> compiler: clang version 19.1.7 (https://github.com/llvm/llvm-project cd708029e0b2869e80abe31ddb175f7c35361f90)
> reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250301/202503011220.Y2e5vz4w-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/202503011220.Y2e5vz4w-lkp@intel.com/
>
> All warnings (new ones prefixed by >>):
>
> >> drivers/bluetooth/hci_vhci.o: warning: objtool: .text: unexpected end of section
>
> --
> 0-DAY CI Kernel Test Service
> https://github.com/intel/lkp-tests/wiki
Thanks,
Ethan
[0]: https://lore.kernel.org/llvm/202401250927.1poZERd6-lkp@intel.com/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-next:master 2357/7423] drivers/bluetooth/hci_vhci.o: warning: objtool: .text: unexpected end of section
2025-03-01 16:15 ` Ethan Carter Edwards
@ 2025-03-02 12:35 ` Dan Carpenter
2025-03-02 21:10 ` Nathan Chancellor
0 siblings, 1 reply; 4+ messages in thread
From: Dan Carpenter @ 2025-03-02 12:35 UTC (permalink / raw)
To: Ethan Carter Edwards
Cc: kernel test robot, llvm, oe-kbuild-all, Jakub Kicinski,
Dan Carpenter
On Sat, Mar 01, 2025 at 11:15:46AM -0500, Ethan Carter Edwards wrote:
> On 25/03/01 12:30PM, kernel test robot wrote:
> > Hi Ethan,
> >
> > FYI, the error/warning was bisected to this commit, please ignore it if it's irrelevant.
> >
>
> Thanks for the email, kernel test bot. I'm not sure my patch would be
> the cause of this error, especially since my patch did not touch
> bluetooth at all. Only the ham radio driver.
>
> I did find an email [0] from a year ago with the exact same error in
> the same file.
>
> Dan, what your thoughts?
>
Is this a Clang bug?
I can't imagine what's going on here. I didn't try the reproducer, but I
I downloaded the .config and did a clang19 build and it worked for me. I
wouldn't worry about it.
regards,
dan carpenter
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-next:master 2357/7423] drivers/bluetooth/hci_vhci.o: warning: objtool: .text: unexpected end of section
2025-03-02 12:35 ` Dan Carpenter
@ 2025-03-02 21:10 ` Nathan Chancellor
0 siblings, 0 replies; 4+ messages in thread
From: Nathan Chancellor @ 2025-03-02 21:10 UTC (permalink / raw)
To: Dan Carpenter
Cc: Ethan Carter Edwards, kernel test robot, llvm, oe-kbuild-all,
Jakub Kicinski, Dan Carpenter
On Sun, Mar 02, 2025 at 03:35:01PM +0300, Dan Carpenter wrote:
> On Sat, Mar 01, 2025 at 11:15:46AM -0500, Ethan Carter Edwards wrote:
> > On 25/03/01 12:30PM, kernel test robot wrote:
> > > Hi Ethan,
> > >
> > > FYI, the error/warning was bisected to this commit, please ignore it if it's irrelevant.
> > >
> >
> > Thanks for the email, kernel test bot. I'm not sure my patch would be
> > the cause of this error, especially since my patch did not touch
> > bluetooth at all. Only the ham radio driver.
> >
> > I did find an email [0] from a year ago with the exact same error in
> > the same file.
> >
> > Dan, what your thoughts?
> >
>
> Is this a Clang bug?
>
> I can't imagine what's going on here. I didn't try the reproducer, but I
> I downloaded the .config and did a clang19 build and it worked for me. I
> wouldn't worry about it.
Yes, I think it is pretty obvious that the fingered change is not
responsible for the warning, it is present in mainline. It is more than
likely a Clang problem, I will do some investigating.
Cheers,
Nathan
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-03-02 21:10 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-01 4:30 [linux-next:master 2357/7423] drivers/bluetooth/hci_vhci.o: warning: objtool: .text: unexpected end of section kernel test robot
2025-03-01 16:15 ` Ethan Carter Edwards
2025-03-02 12:35 ` Dan Carpenter
2025-03-02 21:10 ` Nathan Chancellor
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox