From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Pirko Subject: Re: [patch net] net: sched: cbq: create block for q->link.block Date: Mon, 27 Nov 2017 18:35:29 +0100 Message-ID: <20171127173529.GD1971@nanopsycho.orion> References: <20171127172259.1183-1-jiri@resnulli.us> <20171127173043.GA3472@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org, davem@davemloft.net, jhs@mojatatu.com, xiyou.wangcong@gmail.com, mlxsw@mellanox.com, jaster@redhat.com, ivecera@redhat.com To: Marcelo Ricardo Leitner Return-path: Received: from mail-wm0-f68.google.com ([74.125.82.68]:46413 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752557AbdK0Rfb (ORCPT ); Mon, 27 Nov 2017 12:35:31 -0500 Received: by mail-wm0-f68.google.com with SMTP id u83so35961678wmb.5 for ; Mon, 27 Nov 2017 09:35:30 -0800 (PST) Content-Disposition: inline In-Reply-To: <20171127173043.GA3472@localhost.localdomain> Sender: netdev-owner@vger.kernel.org List-ID: 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: >> From: Jiri Pirko >> >> 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.