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, 02 Oct 2018 15:55:53 -0700 (PDT)
From:   David Miller <davem@...emloft.net>
To:     mahesh@...dewar.net
Cc:     j.vosburgh@...il.com, andy@...yhouse.net, vfalico@...il.com,
        netdev@...r.kernel.org, edumazet@...gle.com, maheshb@...gle.com
Subject: Re: [PATCH net] bonding: fix warning message

From: Mahesh Bandewar <mahesh@...dewar.net>
Date: Tue,  2 Oct 2018 12:14:34 -0700

> From: Mahesh Bandewar <maheshb@...gle.com>
> 
> RX queue config for bonding master could be different from its slave
> device(s). With the commit 6a9e461f6fe4 ("bonding: pass link-local
> packets to bonding master also."), the packet is reinjected into stack
> with skb->dev as bonding master. This potentially triggers the
> message:
> 
>    "bondX received packet on queue Y, but number of RX queues is Z"
> 
> whenever the queue that packet is received on is higher than the
> numrxqueues on bonding master (Y > Z).
> 
> Fixes: 6a9e461f6fe4 ("bonding: pass link-local packets to bonding master also.")
> Reported-by: John Sperbeck <jsperbeck@...gle.com>
> Signed-off-by: Eric Dumazet <edumazet@...gle.com>
> Signed-off-by: Mahesh Bandewar <maheshb@...gle.com>

Applied.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ