diff options
author | Oliver Hartkopp <[email protected]> | 2022-03-28 13:36:11 +0200 |
---|---|---|
committer | Marc Kleine-Budde <[email protected]> | 2022-03-31 09:46:58 +0200 |
commit | e382fea8ae54f5bb62869c6b69b33993d43adeca (patch) | |
tree | 6833f666ce8db31c055e2b59fe8f8efa970d1cdd /net/unix/af_unix.c | |
parent | f9512d654f62604664251dedd437a22fe484974a (diff) |
can: isotp: restore accidentally removed MSG_PEEK feature
In commit 42bf50a1795a ("can: isotp: support MSG_TRUNC flag when
reading from socket") a new check for recvmsg flags has been
introduced that only checked for the flags that are handled in
isotp_recvmsg() itself.
This accidentally removed the MSG_PEEK feature flag which is processed
later in the call chain in __skb_try_recv_from_queue().
Add MSG_PEEK to the set of valid flags to restore the feature.
Fixes: 42bf50a1795a ("can: isotp: support MSG_TRUNC flag when reading from socket")
Link: https://github.com/linux-can/can-utils/issues/347#issuecomment-1079554254
Link: https://lore.kernel.org/all/[email protected]
Reported-by: Derek Will <[email protected]>
Suggested-by: Derek Will <[email protected]>
Tested-by: Derek Will <[email protected]>
Signed-off-by: Oliver Hartkopp <[email protected]>
Signed-off-by: Marc Kleine-Budde <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions