Re: [PATCH v3 32/59] objtool: Allow STT_NOTYPE -> STT_FUNC+0 tail-calls

From: Pawan Gupta
Date: Fri Sep 23 2022 - 13:38:58 EST


On Fri, Sep 23, 2022 at 04:35:13PM +0200, Peter Zijlstra wrote:
On Thu, Sep 22, 2022 at 03:15:10PM +0200, Peter Zijlstra wrote:

Ho-Humm.. let me find a non hacky solution.

I've ended up here:

https://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git/commit/?h=call-depth-tracking&id=c2a8b8187418956af92d2d954ee4574f87f5e188
https://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git/commit/?h=call-depth-tracking&id=c74976b9664fb6a1856d85ce246d84db3fd2c2cd

which is arguably quite a lot of work for something relatively minor,
but I do think it leaves us in a better place.

Combo patch below..

Confirming that the patch fixes the warning. Thanks.