It seems syzbot got new features enabled, and fired some interesting reports. Oh well.
Eric Dumazet (8): crypto: af_alg - fix possible uninit-value in alg_bind() netlink: fix uninit-value in netlink_sendmsg net: fix rtnh_ok() net: initialize skb->peeked when cloning net: fix uninit-value in __hw_addr_add_ex() dccp: initialize ireq->ir_mark ipv4: fix uninit-value in ip_route_output_key_hash_rcu() soreuseport: initialise timewait reuseport field crypto/af_alg.c | 8 ++++---- include/net/inet_timewait_sock.h | 1 + include/net/nexthop.h | 2 +- net/core/dev_addr_lists.c | 4 ++-- net/core/skbuff.c | 1 + net/dccp/ipv4.c | 1 + net/dccp/ipv6.c | 1 + net/ipv4/inet_timewait_sock.c | 1 + net/ipv4/route.c | 11 ++++++----- net/netlink/af_netlink.c | 2 ++ 10 files changed, 20 insertions(+), 12 deletions(-) -- 2.17.0.484.g0c8726318c-goog