From: Cong Wang <[email protected]>
Date: Mon, 6 Jun 2016 09:54:30 -0700
> The police action is using its own code to initialize tcf hash
> info, which makes us to forgot to initialize a->hinfo correctly.
> Fix this by calling the helper function tcf_hash_create() directly.
>
> This patch fixed the following crash:
...
> Fixes: ddf97ccdd7cb ("net_sched: add network namespace support for tc
> actions")
> Cc: Jamal Hadi Salim <[email protected]>
> Signed-off-by: Cong Wang <[email protected]>
Applied, thanks.