Message ID | 20240410171016.7621-1-kuniyu@amazon.com (mailing list archive) |
---|---|
Headers | show |
Series | af_unix: Fix MSG_OOB bugs with MSG_PEEK. | expand |
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski <kuba@kernel.org>: On Wed, 10 Apr 2024 10:10:14 -0700 you wrote: > Currently, OOB data can be read without MSG_OOB accidentally > in two cases, and this seris fixes the bugs. > > > Changes: > v2: > Drop patch 3 > > [...] Here is the summary with links: - [v2,net,1/2] af_unix: Call manage_oob() for every skb in unix_stream_read_generic(). https://git.kernel.org/netdev/net/c/283454c8a123 - [v2,net,2/2] af_unix: Don't peek OOB data without MSG_OOB. https://git.kernel.org/netdev/net/c/22dd70eb2c3d You are awesome, thank you!