On Wed, Feb 9, 2022 at 4:36 PM Jakub Kicinski <kuba@xxxxxxxxxx> wrote: > > Nothing prevents the user from requesting timestamping > on ping6 sockets, yet timestamps are not going to be reported. > Plumb the flags through. > > Signed-off-by: Jakub Kicinski <kuba@xxxxxxxxxx> > --- > net/ipv6/ping.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/net/ipv6/ping.c b/net/ipv6/ping.c > index 86a72f7a61cf..3228ccd8abf1 100644 > --- a/net/ipv6/ping.c > +++ b/net/ipv6/ping.c > @@ -113,6 +113,7 @@ static int ping_v6_sendmsg(struct sock *sk, struct msghdr *msg, size_t len) > > ipcm6_init_sk(&ipc6, np); > ipc6.sockc.mark = sk->sk_mark; > + ipc6.sockc.tsflags = sk->sk_tsflags; > fl6.flowlabel = ip6_make_flowinfo(ipc6.tclass, fl6.flowlabel); > > dst = ip6_sk_dst_lookup_flow(sk, &fl6, daddr, false); > -- > 2.34.1 > probably deserves a fixes tag? otherwise looks fine to me