Re: [PATCH v4 net 1/1] net sched actions: fix GETing actions

2016-09-18 Thread David Miller
From: Jamal Hadi Salim Date: Fri, 16 Sep 2016 16:27:04 -0400 > Fixes: > commit 22dc13c837c3 ("net_sched: convert tcf_exts from list to pointer > array"), > commit 824a7e8863b3 ("net_sched: remove an unnecessary list_del()") > commit f07fed82ad79 ("net_sched: remove the

[PATCH v4 net 1/1] net sched actions: fix GETing actions

2016-09-16 Thread Jamal Hadi Salim
From: Jamal Hadi Salim With the batch changes that translated transient actions into a temporary list lost in the translation was the fact that tcf_action_destroy() will eventually delete the action from the permanent location if the refcount is zero. Example of what broke: