In the Linux kernel, the following vulnerability has been resolved:
netfs: Fix barriering when walking subrequest list
Fix the barriering used when walking the subrequest list in retry as
theres a possibility of seeing a subreq thats just been added by the
application thread.
References