Re: [PATCH net-next] taskstats: fix nl parsing in accounting/getdelays.c

From: Nicolas Dichtel
Date: Wed Apr 27 2016 - 11:50:15 EST


Le 27/04/2016 17:47, Nicolas Dichtel a Ãcrit :
> The type TASKSTATS_TYPE_NULL should always be ignored.
>
> When jumping to the next attribute, only the length of the current
> attribute should be added, not the length of all nested attributes.
> This last bug was not visible before commit 80df554275c2, because the
> kernel didn't put more than two nested attributes.
>
> Fixes: a3baf649ca9c ("[PATCH] per-task-delay-accounting: documentation")
> Fixes: 80df554275c2 ("taskstats: use the libnl API to align nlattr on 64-bit")
> Signed-off-by: Nicolas Dichtel <nicolas.dichtel@xxxxxxxxx>
Please, drop this version. I fatfingered my rebase.