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-next>] [day] [month] [year] [list]
Date:   Thu, 28 Feb 2019 10:38:03 -0800
From:   Stephen Hemminger <stephen@...workplumber.org>
To:     netdev@...r.kernel.org
Cc:     Stephen Hemminger <sthemmin@...rosoft.com>
Subject: [RFC 0/7] ndo_bpf error reporting

Several drivers are logging errors to console rather than
using xdp->extack to report problems. Try and make user
experience consistent.

Note: these patches are RFC because compile tested only.

Stephen Hemminger (6):
  bnxt: use extack for xdp error messages
  ixgbe: use extack for xdp errors
  i40e: use extack for bpf errors
  ixgebvf: report xdp errors through extack
  mlx4: report errors through extack
  mlx5: report XDP errors through extack

 drivers/net/ethernet/broadcom/bnxt/bnxt_xdp.c | 26 +++++++++----------
 drivers/net/ethernet/intel/i40e/i40e_main.c   | 14 +++++++---
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 25 +++++++++++++-----
 .../net/ethernet/intel/ixgbevf/ixgbevf_main.c | 11 +++++---
 .../net/ethernet/mellanox/mlx4/en_netdev.c    | 14 ++++++----
 .../net/ethernet/mellanox/mlx5/core/en_main.c | 22 +++++++++-------
 6 files changed, 71 insertions(+), 41 deletions(-)

-- 
2.17.1

Powered by blists - more mailing lists