Re: [PATCH net] net: Implement missing SO_TIMESTAMPING_NEW cmsg support

From: Willem de Bruijn
Date: Tue Jan 02 2024 - 17:04:27 EST


Arnd Bergmann wrote:
> On Tue, Jan 2, 2024, at 22:13, Thomas Lange wrote:
> > Commit 9718475e6908 ("socket: Add SO_TIMESTAMPING_NEW") added the new
> > socket option SO_TIMESTAMPING_NEW. However, it was never implemented in
> > __sock_cmsg_send thus breaking SO_TIMESTAMPING cmsg for platforms using
> > SO_TIMESTAMPING_NEW.
> >
> > Fixes: 9718475e6908 ("socket: Add SO_TIMESTAMPING_NEW")
> > Link:
> > https://lore.kernel.org/netdev/6a7281bf-bc4a-4f75-bb88-7011908ae471@xxxxxxxxxxxxxxxx/
> > Signed-off-by: Thomas Lange <thomas@xxxxxxxxxxxx>
>
> Cc: stable@xxxxxxxxxxxxxxx
> Acked-by: Arnd Bergmann <arnd@xxxxxxxx>

Reviewed-by: Willem de Bruijn <willemb@xxxxxxxxxx>