Message ID | 20241114215414.3357873-1-sbrivio@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | Fix race between datagram socket address change and rehash | expand |
On Thu, Nov 14, 2024 at 10:54:12PM +0100, Stefano Brivio wrote: > Patch 2/2 fixes a race condition in the lookup of datagram sockets > between address change (triggered by connect()) and rehashing. > > Patch 1/2 is a small optimisation to simplify 2/2. These both LGTM, but I don't know the code in question well enough to claim to have done a full review.