[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAHk-=wismrb=xrr_S5aCuJq6P1svhhbiaUMSJb9BXMpOppzMMQ@mail.gmail.com>
Date: Fri, 29 Nov 2024 20:29:36 -0800
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: Sasha Levin <sashal@...nel.org>
Cc: Dave Airlie <airlied@...il.com>, Alex Deucher <alexander.deucher@....com>,
Sima Vetter <sima@...ll.ch>, dri-devel <dri-devel@...ts.freedesktop.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [git pull] drm fixes for 6.13-rc1
On Fri, 29 Nov 2024 at 14:59, Sasha Levin <sashal@...nel.org> wrote:
>
> I should be able to reuse their config and just add debug info, no?
Sadly, no. Not unless you exactly match their compiler version. And it
looks like you don't, because the line numbers make no sense.
For example, this is the thing I would expect shows exactly *which* of
the roundup_pow_of_two()'s it is that causes it, but:
> [ 4.510096] amdgpu_vm_adjust_size.cold (drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:2083 (discriminator 1))
that amdgpu_vm.c:2083 line doesn't match anything, and isn't even
inside amdgpu_vm_adjust_size() - or something it would be inlining -
at all.
So I'm afraid it would have to be done at the KernelCI/LKFT side.
Linus
Powered by blists - more mailing lists