In the Linux kernel, the following vulnerability has been resolved:
tcp: Fix data-races around sysctltcpmax_reordering.
While reading sysctltcpmaxreordering, it can be changed concurrently. Thus, we need to add READONCE() to its readers.