Re: [PATCH v14 08/19] unwind_user: Stop when reaching an outermost frame
Steven Rostedt <[email protected]> Wed, 6 May 2026 11:40:50 -0400
| Newsgroups | dev.linux.lists.sashiko,org.kernel.vger.bpf |
|---|---|
| Message-ID | <20260506114050.5497b61e@fedora> |
On Wed, 6 May 2026 17:01:17 +0200 Jens Remus <[email protected]> wrote: > > I note that this is fixed later in the series by the commit > > "unwind_user/sframe: Add support for outermost frame indication", but > > introducing the uninitialized read in this commit could break kernel > > bisectability. > > Or should I merge this and the following commit into one? Or disregard? Sframe isn't even able to be enabled yet in the series here, thus bisection should not be a problem. The only issues with bisections we need to worry about before sframes are enabled, is compiler errors. That is, every patch should be able to be built. In other words, you can safely disregard it. -- Steve