@ptesarik@infosec.exchange
If you feel insufficiently frustrated developing stuff, try root-causing performance regressions. Plenty of frustration for everyone!
For example, I am now chasing a netperf regression between 6.4 and 6.12 where perf suggests that raw_copy_from_user() is now slower for some reason. Lacking any better idea, I wrote a small misc driver to stress raw_copy_from_user(). Of course, this raw_copy_from_user() runs equally fast in both kernels. Only the other raw_copy_from_user() which is embedded in copy_from_user_iter() is slower in the newer kernel.
@mpdesouza@floss.social
@ptesarik@infosec.exchange /me is grabbing popcorn and waiting for more info