: Michael J Dilmore
---
drivers/net/bonding/bond_options.c | 132 +++--
1 file changed, 67 insertions(+), 65 deletions(-)
diff --git a/drivers/net/bonding/bond_options.c
b/drivers/net/bonding/bond_options.c
index 1bcbb89..b1e5b8a 100644
--- a/drivers/net/bonding
On 21/06/17 23:39, Jay Vosburgh wrote:
Michael J Dilmore wrote:
On 21/06/17 22:56, David Miller wrote:
From: Michael D
Date: Wed, 21 Jun 2017 22:41:07 +0100
I don't think you can stop it being dereferenced... you just need to
prevent an attacker from exploiting the null po
On 21/06/17 22:56, David Miller wrote:
From: Michael D
Date: Wed, 21 Jun 2017 22:41:07 +0100
I don't think you can stop it being dereferenced... you just need to
prevent an attacker from exploiting the null pointer dereference
vulnerability right? And this is done by returning the function ri
The function below contains a BUG_ON where no active slave is detected. The
patch
converts this to a WARN_ON to avoid crashing the kernel.
Signed-off-by: Michael J Dilmore
---
drivers/net/bonding/bond_options.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net
The bond_options.c file contains multiple netdev_info messages that
clutter kernel output. This patches replaces these with netdev_dbg messages
and adds a netdev_dbg for packets for slave.
Signed-off-by: Michael J Dilmore
Suggested-by: Joe Perches
---
drivers/net/bonding/bond_options.c | 54
The bond_options.c file contains several netdev_info messages that clutter
kernel output. This patch changes all netdev_info messages
to netdev_dbg and adds a netdev debug for the packets per slave parameter.
Suggested-by: Joe Perches
Signed-off-by: Michael J Dilmore
---
drivers/net/bonding
Multiple netdev_info messages clutter kernel output. Also add netdev_dbg for
packets per slave.
Suggested-by: Joe Perches
Signed-off-by: Michael J Dilmore
cc: Veaceslav Falico , Andy Gospodarek ,
netdev@vger.kernel.org, linux-ker...@vger.kernel.org
---
drivers/net/bonding/bond_options.c