From: Jiri Pirko <redacted>
q->link.block is not initialized, that leads to EINVAL when one tries to
add filter there. So initialize it properly.
This can be reproduced by:
Reported-by: Jaroslav Aster <redacted>
Reported-by: Ivan Vecera <ivecera@redhat.com>
Fixes: 6529eaba33f0 ("net: sched: introduce tcf block infractructure")
Signed-off-by: Jiri Pirko <redacted>
---
net/sched/sch_cbq.c | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
On Mon, Nov 27, 2017 at 06:22:59PM +0100, Jiri Pirko wrote:
From: Jiri Pirko <redacted>
q->link.block is not initialized, that leads to EINVAL when one tries to
add filter there. So initialize it properly.
This can be reproduced by:
Mon, Nov 27, 2017 at 06:30:43PM CET, marcelo.leitner@gmail.com wrote:
On Mon, Nov 27, 2017 at 06:22:59PM +0100, Jiri Pirko wrote:
quoted
From: Jiri Pirko <redacted>
q->link.block is not initialized, that leads to EINVAL when one tries to
add filter there. So initialize it properly.
This can be reproduced by:
By...? :-)
Ha, I guess that git-send-email avoids the lines starting by "#" :),
resending.