[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAGXJAmx_0GKAUAWQwr9x11OFJKpfd1mQLjim_nrMW1NbUY=C+A@mail.gmail.com>
Date: Mon, 6 Jan 2025 13:55:47 -0800
From: John Ousterhout <ouster@...stanford.edu>
To: Jakub Kicinski <kuba@...nel.org>
Cc: Andrew Lunn <andrew@...n.ch>, kernel test robot <oliver.sang@...el.com>, oe-lkp@...ts.linux.dev,
lkp@...el.com, netdev@...r.kernel.org, pabeni@...hat.com, edumazet@...gle.com,
horms@...nel.org
Subject: Re: [PATCH net-next v4 12/12] net: homa: create Makefile and Kconfig
On Mon, Jan 6, 2025 at 1:41 PM Jakub Kicinski <kuba@...nel.org> wrote:
>
> Just eyeballing the code I suspect object debug is upset that
> we're initializing an on-stack object. John, you should probably
> switch to hrtimer_setup_on_stack() ?
I'll bet that explains it. I wasn't aware that hrtimer_init might be
unhappy with an on-stack object. I will change the code so that the
object is no longer on the stack.
Thanks!
-John-
Powered by blists - more mailing lists