Re: [PATCH net-next v2 2/4] net/sched: act_api: avoid non-contiguous action array
From: Marcelo Ricardo Leitner <hidden>
Date: 2023-12-01 18:10:31
From: Marcelo Ricardo Leitner <hidden>
Date: 2023-12-01 18:10:31
On Fri, Dec 01, 2023 at 02:50:13PM -0300, Pedro Tammela wrote:
In tcf_action_add, when putting the reference for the bound actions it assigns NULLs to just created actions passing a non contiguous array to tcf_action_put_many. Refactor the code so the actions array is always contiguous. Acked-by: Jamal Hadi Salim <jhs@mojatatu.com> Signed-off-by: Pedro Tammela <redacted>
Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>