From: Herbert Xu <herb...@gondor.apana.org.au> Date: Tue, 26 Mar 2019 13:50:14 +0800
> ila_xlat_nl_cmd_flush uses rhashtable walkers allocated from the > stack but it never frees them. This corrupts the walker list of > the hash table. > > This patch fixes it. > > Reported-by: syzbot+dae72a112334aa65a...@syzkaller.appspotmail.com > Fixes: b6e71bdebb12 ("ila: Flush netlink command to clear xlat...") > Signed-off-by: Herbert Xu <herb...@gondor.apana.org.au> Applied and queued up for -stable, thanks Herbert.