Live data from Hacker News

Viewing profile — rovarma

rovarma

HN member
Joined
Fri, May 11, 2018, 10:38 AM UTC
HN karma
16
Public activity
5 items

About rovarma

No profile information was provided.

Recent public activity

  1. comment
    Comment #47430803

    Leaving aside the vitriol... > The code that deadlocked was entirely written by Superluminal who grabbed a shared lock from a interrupt handler We don't "grab a shared lock". We ca…

  2. comment
    Comment #47426897

    Thanks! The new spinlock that the problem is in was introduced in kernel 5.15, which is relatively new, you need to be hooking context switches, and you need to be sampling at a hi…

  3. comment
    Comment #47423223

    > Why not have context switches write to ringBuffer1 and sampling events write to ringBuffer2 (i.e. use different ringBuffers) That would work, but at the cost of doubling memory u…

  4. comment
    Comment #46340445

    Thanks! > In hindsight, making the sync point be paid for all users was a mistake, and an opt-in flag would have been the better option Yep. It was mentioned on the original patch’…

  5. story