lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Tue, 14 May 2019 08:53:00 +0000
From:   Jianbo Liu <jianbol@...lanox.com>
To:     Edward Cree <ecree@...arflare.com>
CC:     netdev <netdev@...r.kernel.org>
Subject: Re: [RFC PATCH net-next 3/3] flow_offload: support CVLAN match

The 05/13/2019 14:28, Edward Cree wrote:
> On 13/05/2019 13:54, Jianbo Liu wrote:
> > Could you please push to 5.1 and 5.0-stable? The original patch brought a bug
> > in mlx5_core driver. Need your patch to fix.
> >
> > --- a/drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
> > +++ b/drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
> > @@ -1615,7 +1615,7 @@ static int __parse_cls_flower(struct mlx5e_priv *priv,
> >         if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_CVLAN)) {
> >                 struct flow_match_vlan match;
> >
> > -               flow_rule_match_vlan(rule, &match);
> > +               flow_rule_match_cvlan(rule, &match);
> >                 if (match.mask->vlan_id ||
> >                     match.mask->vlan_priority ||
> >                     match.mask->vlan_tpid) {
> >
> > Thanks!
> My patch will be more easily accepted with a user in-tree, so could
>  you give this fix a commit message and SOB?  Then I'll roll it into
>  my next posting of this series, thanks!
> 

OK, I will send the patch later, thanks!

Jianbo

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ