Posts
58
Following
43
Followers
150
@jwseigh I thought that membarrier only guaranteed ordering, but perhaps you have a trick that I missed.
1
0
0
@jwseigh Nice! But if I may ask, how does this deal with the possibility that a updater on some other thread concurrently changed the pointer that you are trying to protect?
1
0
0

Paul E. McKenney

Today I learned that gawk has a "--debug" command-line argument, and has had for more than ten years. In my defense, I using awk for about 30 years prior to that...
2
6
11
@Louson Never forget: It is easier to circle the square than to square the circle.
0
0
0
@jwseigh Rightly or wrongly, this site says tau is 2π. https://en.wikipedia.org/wiki/Tau_(mathematics)

Me, I glanced too quickly at the first occurrence of 𝜏 (tau) in this thread and mistook it for the Roman-alphabet letter "r". ;-)
0
0
0
@tommythorn Indeed, 2π day and 𝜏 day are one and the same! But I suspect that more people would prefer to eat two pies than would prefer to eat a tau. ;-)
0
0
1
@morgan I would attempt a witty response, but I would probably end up sounding like a square. ;-)
0
0
1
Happy 2π day to those who celebrate it!
4
3
10
@brauner Fair enough! But I might nor might not remember that you forgot. ;-)
0
0
1
@brauner RCU uses many mutexes so that RCU users don't have to? ;-)
1
0
3
@sima @brauner @jann @vbabka RCU is benign? May I please get that in writing? ;-)
1
0
2
@ljs @jann That does sound like it might require unusually disciplined users! But what is it currently used for?
0
0
2
@ljs It is amazing how destructive unanticipated use cases can be. Destructive, but necessary...
0
0
2
@brauner @jann It has been a very long time since I have seen a local filesystem operation take very long, so no argument here!
0
0
1
@brauner @jann Use AI to find the xfstest of interest? (OK, OK, I will get my coat...)
0
0
2
@jann @brauner As always, the big question is "what would have detected the bug earlier and more deterministically?" Finding the extreme corner cases is inherently hard, because that is exactly why we call them "extreme".
1
0
2
@jann @brauner Or to recover from the next timeout being unduly delayed, for that matter. That said, in my experience, most timeout handlers unconditionally do their work. On the other hand, I could easily believe that unconditional timeout handlers are much less likely to come to your attention. ;-)
0
0
2
@brauner @jann Or a way to fuzz the timers. Though some would argue that the kernel as it is does a pretty good job of this sort of fuzzing...
0
0
2
@brauner @jann To be fair, that does fall into the first of Jann's valid use cases: "a remote system is not responding, drop the connection and maybe connect again later".
0
0
0
@brauner @jann Interruptible/killable sleeping locks can be used for latency reduction for the poor user who didn't realize how long things might take.

Of course, there just might a few Interruptible/killable sleep-lock failure paths in need of better testing... ;-)
1
0
3
Show older