On Fri, Sep 04, 2020 at 08:55:30AM -0600, Theo de Raadt wrote:
> Too much ifdef. Can you try a different approach -- leave the ipi code
> intact, but wrap the call to db_enter() with #ifdef DDB? The ipi won't
> be activated, so it should be fine for it to return 0.
Thanks Theo. I just tried to t
Too much ifdef. Can you try a different approach -- leave the ipi code
intact, but wrap the call to db_enter() with #ifdef DDB? The ipi won't
be activated, so it should be fine for it to return 0.
Matt Baulch wrote:
> Currently, it's not possible to build on arm64 without the in-kernel debugge