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:   Sun, 31 Dec 2017 13:16:21 +0200
From:   Denis Drozdov <denisd@...lanox.com>
To:     davem@...emloft.net
Cc:     jgg@...pe.ca, dledford@...hat.com, leonro@...lanox.com,
        linux-rdma@...r.kernel.org, netdev@...r.kernel.org,
        Denis Drozdov <denisd@...lanox.com>
Subject: [PATCH net 0/2] IB/ipoib: ip link support

IP link was broken due to the changes in IPoIB for the rdma_netdev 
support after commit cd565b4b51e5
("IB/IPoIB: Support acceleration options callbacks").

This patchset restores IPoIB pkey creation and removal using rtnetlink.
The first patch introduces changes in the rtnetlink code in order to allow
IPOIB allocate and free the netdevice.

The second patch establishes appropriate rtnetlink callbacks for IPoIB
device and restores IPoIB netlink support

Thank you
---

Denis Drozdov (2):
  rtnl: device allocation/free via rtnl_link_ops
  IB/ipoib: Fix netlink support in IPoIB

  drivers/infiniband/ulp/ipoib/ipoib.h         |  2 ++
  drivers/infiniband/ulp/ipoib/ipoib_main.c    | 23 +++++++++--------
  drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 38 +++++++++++++++++++++++++---
  drivers/infiniband/ulp/ipoib/ipoib_vlan.c    | 20 ++++-----------
  include/net/rtnetlink.h                      |  4 +++
  net/core/dev.c                               |  2 ++
  net/core/rtnetlink.c                         | 23 ++++++++++++-----
  7 files changed, 77 insertions(+), 35 deletions(-)

-- 
1.8.3.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ