On Nov 29, 2022, at 7:06 AM, Steven Rostedt wrote:
> On Tue, 29 Nov 2022 04:25:38 +
> Nadav Amit wrote:
>
>
>> I will need to further debug it, but this issue does not occur every time.
>>
>> The kernel didn’t crash exactly - it’s more of a deadlock. I have lockdep
>> enabled, so it is no
On Tue, 29 Nov 2022 04:25:38 +
Nadav Amit wrote:
> I will need to further debug it, but this issue does not occur every time.
>
> The kernel didn’t crash exactly - it’s more of a deadlock. I have lockdep
> enabled, so it is not a deadlock that lockdep knows. Could it be that
> somehow thing
On Nov 28, 2022, at 8:15 PM, Steven Rostedt wrote:
> !! External Email
>
> On Tue, 29 Nov 2022 02:36:22 +
> Nadav Amit wrote:
>
>> On Nov 22, 2022, at 12:51 PM, Nadav Amit wrote:
>>
>>> But more importantly, the current “inline”->”notrace” solution just papers
>>> over missing “notrace”
On Tue, 29 Nov 2022 02:36:22 +
Nadav Amit wrote:
> On Nov 22, 2022, at 12:51 PM, Nadav Amit wrote:
>
> > But more importantly, the current “inline”->”notrace” solution just papers
> > over missing “notrace” annotations. Anyone can remove the “inline” at any
> > given moment since there is n
On Nov 22, 2022, at 12:51 PM, Nadav Amit wrote:
> But more importantly, the current “inline”->”notrace” solution just papers
> over missing “notrace” annotations. Anyone can remove the “inline” at any
> given moment since there is no direct (or indirect) relationship between
> “inline” and “notra
On Nov 22, 2022, at 12:09 PM, Arnd Bergmann wrote:
> !! External Email
>
> On Tue, Nov 22, 2022, at 20:53, Nadav Amit wrote:
>> From: Nadav Amit
>>
>> Functions that are marked as "inline" are currently also not tracable.
>> Apparently, this has been done to prevent differences between differe
On Tue, 22 Nov 2022 21:09:08 +0100
"Arnd Bergmann" wrote:
> On Tue, Nov 22, 2022, at 20:53, Nadav Amit wrote:
> > From: Nadav Amit
> >
> > Functions that are marked as "inline" are currently also not tracable.
> > Apparently, this has been done to prevent differences between different
> > config
On Tue, Nov 22, 2022, at 20:53, Nadav Amit wrote:
> From: Nadav Amit
>
> Functions that are marked as "inline" are currently also not tracable.
> Apparently, this has been done to prevent differences between different
> configs that caused different functions to be tracable on different
> platform