From: Eric Dumazet <[email protected]>
Date: Mon, 21 May 2018 10:51:53 -0700
> commit 8fb472c09b9d ("ipmr: improve hash scalability")
> added a call to rhltable_init() without checking its return value.
>
> This problem was then later copied to IPv6 and factorized in commit
> 0bbbf0e7d0e7 ("ipmr, ip6mr: Unite creation of new mr_table")
...
> Fixes: 8fb472c09b9d ("ipmr: improve hash scalability")
> Fixes: 0bbbf0e7d0e7 ("ipmr, ip6mr: Unite creation of new mr_table")
> Signed-off-by: Eric Dumazet <[email protected]>
> Cc: Nikolay Aleksandrov <[email protected]>
> Cc: Yuval Mintz <[email protected]>
> Reported-by: syzbot <[email protected]>
Applied and queued up for -stable, thanks Eric.