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]
Message-Id: <1508994485-24533-1-git-send-email-dsahern@gmail.com>
Date:   Wed, 25 Oct 2017 22:08:02 -0700
From:   David Ahern <dsahern@...il.com>
To:     netdev@...r.kernel.org
Cc:     jiri@...lanox.com, idosch@...lanox.com, johannes.berg@...el.com,
        David Ahern <dsahern@...il.com>
Subject: [PATCH net-next 0/3] net: Allow non-fatal messages to be passed in extack

There are many cases where networking subsystems throw non-fatal warning
messages that end up in dmesg / kernel log to which a user making the
change is completely oblivious. This set makes the extack facility
usable for returning such messages. The case in point here is spectrum
and adding FIB rules which causes an offload abort. Make the use case
more user friendly by letting the user know that offload is no longer
happening.

David Ahern (3):
  netlink: Allow ext_ack to carry non-error messages
  net: Add extack to fib_notifier_info
  mlxsw: spectrum_router: Return extack message on abort due to fib
    rules

 .../net/ethernet/mellanox/mlxsw/spectrum_router.c  | 97 ++++++++++++----------
 include/net/fib_notifier.h                         |  1 +
 net/core/fib_rules.c                               |  9 +-
 net/ipv4/fib_trie.c                                | 13 +--
 net/ipv6/ip6_fib.c                                 | 15 ++--
 net/netlink/af_netlink.c                           | 18 ++--
 6 files changed, 85 insertions(+), 68 deletions(-)

-- 
2.1.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ