mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
1c1274a569
The code for reading ancillary data from a received buffer is assuming the buffer is linear. To make this assumption true we have to linearize the buffer before message data is read. Signed-off-by: Jon Maloy <jon.maloy@ericsson.com> Signed-off-by: David S. Miller <davem@davemloft.net>