Re: [RFC 00/31] objtool, livepatch: Livepatch module generation
From: Song Liu
Date: Wed Sep 04 2024 - 17:32:38 EST
On Wed, Sep 4, 2024 at 1:59 PM Josh Poimboeuf <jpoimboe@xxxxxxxxxx> wrote:
>
> On Wed, Sep 04, 2024 at 01:23:55PM -0700, Song Liu wrote:
> > Hi Josh,
> >
> > Thanks for the fix! The gcc kernel now compiles.
> >
> > I am now testing with the attached config file (where I disabled
> > CONFIG_DEBUG_INFO_BTF), with the attached patch.
>
> Probably a good idea to disable BTF as I think it's causing some
> confusion.
Agreed. We disabled BTF in kpatch-build, which works well so far.
Thanks,
Song