==================================================================
BUG: KASAN: use-after-free in fib6_age+0x110/0x140 net/ipv6/ip6_fib.c:2014
Read of size 4 at addr ffff8801b1042a54 by task syz-executor1/822

CPU: 1 PID: 822 Comm: syz-executor1 Not tainted 4.15.0-rc7+ #186
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011
Call Trace:
 __dump_stack lib/dump_stack.c:17 [inline]
 dump_stack+0x194/0x257 lib/dump_stack.c:53
 print_address_description+0x73/0x250 mm/kasan/report.c:252
 kasan_report_error mm/kasan/report.c:351 [inline]
 kasan_report+0x25b/0x340 mm/kasan/report.c:409
 __asan_report_load4_noabort+0x14/0x20 mm/kasan/report.c:429
 fib6_age+0x110/0x140 net/ipv6/ip6_fib.c:2014
 fib6_clean_node+0x389/0x580 net/ipv6/ip6_fib.c:1912
 fib6_walk_continue+0x46c/0x8a0 net/ipv6/ip6_fib.c:1838
 fib6_walk+0x91/0xf0 net/ipv6/ip6_fib.c:1886
 fib6_clean_tree+0x1e6/0x340 net/ipv6/ip6_fib.c:1963
 __fib6_clean_all+0x1f4/0x3a0 net/ipv6/ip6_fib.c:1979
 fib6_clean_all net/ipv6/ip6_fib.c:1990 [inline]
 fib6_run_gc+0x16b/0x3c0 net/ipv6/ip6_fib.c:2046
 ndisc_netdev_event+0xe5/0x4a0 net/ipv6/ndisc.c:1758
 notifier_call_chain+0x136/0x2c0 kernel/notifier.c:93
 __raw_notifier_call_chain kernel/notifier.c:394 [inline]
 raw_notifier_call_chain+0x2d/0x40 kernel/notifier.c:401
 call_netdevice_notifiers_info+0x32/0x70 net/core/dev.c:1708
 call_netdevice_notifiers net/core/dev.c:1726 [inline]
 dev_set_mac_address+0x22e/0x340 net/core/dev.c:7072
 do_setlink+0x675/0x3d40 net/core/rtnetlink.c:2219
 rtnl_setlink+0x339/0x430 net/core/rtnetlink.c:2535
 rtnetlink_rcv_msg+0x57f/0xb10 net/core/rtnetlink.c:4530
 netlink_rcv_skb+0x224/0x470 net/netlink/af_netlink.c:2441
 rtnetlink_rcv+0x1c/0x20 net/core/rtnetlink.c:4548
 netlink_unicast_kernel net/netlink/af_netlink.c:1308 [inline]
 netlink_unicast+0x4c4/0x6b0 net/netlink/af_netlink.c:1334
 netlink_sendmsg+0xa4a/0xe60 net/netlink/af_netlink.c:1897
 sock_sendmsg_nosec net/socket.c:630 [inline]
 sock_sendmsg+0xca/0x110 net/socket.c:640
 sock_write_iter+0x31a/0x5d0 net/socket.c:909
 call_write_iter include/linux/fs.h:1772 [inline]
 do_iter_readv_writev+0x525/0x7f0 fs/read_write.c:653
 do_iter_write+0x154/0x540 fs/read_write.c:932
 vfs_writev+0x18a/0x340 fs/read_write.c:977
 do_writev+0xfc/0x2a0 fs/read_write.c:1012
 SYSC_writev fs/read_write.c:1085 [inline]
 SyS_writev+0x27/0x30 fs/read_write.c:1082
 entry_SYSCALL_64_fastpath+0x23/0x9a
RIP: 0033:0x452ac9
RSP: 002b:00007fb355e7cc58 EFLAGS: 00000212 ORIG_RAX: 0000000000000014
RAX: ffffffffffffffda RBX: 000000000071bea0 RCX: 0000000000452ac9
RDX: 0000000000000001 RSI: 000000002097fff0 RDI: 0000000000000013
RBP: 0000000000000322 R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000212 R12: 00000000006f2bd0
R13: 00000000ffffffff R14: 00007fb355e7d6d4 R15: 0000000000000000

Allocated by task 22223:
 save_stack+0x43/0xd0 mm/kasan/kasan.c:447
 set_track mm/kasan/kasan.c:459 [inline]
 kasan_kmalloc+0xad/0xe0 mm/kasan/kasan.c:551
 kasan_slab_alloc+0x12/0x20 mm/kasan/kasan.c:489
 kmem_cache_alloc+0x12e/0x760 mm/slab.c:3544
 dst_alloc+0x11f/0x1a0 net/core/dst.c:104
 __ip6_dst_alloc+0x35/0x90 net/ipv6/route.c:361
 ip6_dst_alloc+0x29/0xb0 net/ipv6/route.c:376
 ip6_route_info_create+0x4ff/0x2e20 net/ipv6/route.c:2538
 ip6_route_add+0xa2/0x190 net/ipv6/route.c:2779
 ipv6_route_ioctl+0x4db/0x6b0 net/ipv6/route.c:3299
 inet6_ioctl+0xef/0x1e0 net/ipv6/af_inet6.c:520
 sock_do_ioctl+0x65/0xb0 net/socket.c:958
 sock_ioctl+0x2c2/0x440 net/socket.c:1055
 vfs_ioctl fs/ioctl.c:46 [inline]
 do_vfs_ioctl+0x1b1/0x1520 fs/ioctl.c:686
 SYSC_ioctl fs/ioctl.c:701 [inline]
 SyS_ioctl+0x8f/0xc0 fs/ioctl.c:692
 entry_SYSCALL_64_fastpath+0x23/0x9a

Freed by task 16:
 save_stack+0x43/0xd0 mm/kasan/kasan.c:447
 set_track mm/kasan/kasan.c:459 [inline]
 kasan_slab_free+0x71/0xc0 mm/kasan/kasan.c:524
 __cache_free mm/slab.c:3488 [inline]
 kmem_cache_free+0x83/0x2a0 mm/slab.c:3746
 dst_destroy+0x257/0x370 net/core/dst.c:140
 dst_destroy_rcu+0x16/0x20 net/core/dst.c:153
 __rcu_reclaim kernel/rcu/rcu.h:195 [inline]
 rcu_do_batch kernel/rcu/tree.c:2758 [inline]
 invoke_rcu_callbacks kernel/rcu/tree.c:3012 [inline]
 __rcu_process_callbacks kernel/rcu/tree.c:2979 [inline]
 rcu_process_callbacks+0xd6c/0x17f0 kernel/rcu/tree.c:2996
 __do_softirq+0x2d7/0xb85 kernel/softirq.c:285

The buggy address belongs to the object at ffff8801b1042980
 which belongs to the cache ip6_dst_cache of size 320
The buggy address is located 212 bytes inside of
 320-byte region [ffff8801b1042980, ffff8801b1042ac0)
The buggy address belongs to the page:
page:ffffea0006c41080 count:1 mapcount:0 mapping:ffff8801b1042080 index:0x0
flags: 0x2fffc0000000100(slab)
raw: 02fffc0000000100 ffff8801b1042080 0000000000000000 000000010000000a
raw: ffffea000722a120 ffffea000709dae0 ffff8801d30c36c0 0000000000000000
page dumped because: kasan: bad access detected

Memory state around the buggy address:
 ffff8801b1042900: 00 00 00 00 00 00 00 00 fc fc fc fc fc fc fc fc
 ffff8801b1042980: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
>ffff8801b1042a00: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
                                                 ^
 ffff8801b1042a80: fb fb fb fb fb fb fb fb fc fc fc fc fc fc fc fc
 ffff8801b1042b00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
==================================================================