Some of them were dereferencing the user pointer before disabling SMAP.
PR: 255591
Tested by: pitwuu@gmail.com
Differential D30276
linux: Fix SMAP-enabled futex routines markj on May 15 2021, 3:29 PM. Authored by Tags None Referenced Files
Subscribers
Details
Some of them were dereferencing the user pointer before disabling SMAP. PR: 255591
Diff Detail
Event TimelineComment Actions It is indeed weird, because cb0eecdf927 was reported by relatively many people, and you can see testers. Comment Actions Some of the ops did not have this bug, so I guess only those ops were being used before. The reporter of PR 255591 also claimed that the panic does not occur on 13.0, which is also strange. |