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:   Mon, 19 Feb 2018 12:58:28 +0300
From:   Kirill Tkhai <ktkhai@...tuozzo.com>
To:     davem@...emloft.net, nicolas.dichtel@...nd.com,
        vyasevic@...hat.com, ktkhai@...tuozzo.com,
        paulmck@...ux.vnet.ibm.com, vyasevich@...il.com,
        mark.rutland@....com, gregkh@...uxfoundation.org,
        leonro@...lanox.com, avagin@...tuozzo.com, fw@...len.de,
        roman.kapl@...go.com, netdev@...r.kernel.org
Subject: [PATCH 0/3] net: Get rid of net_mutex and simplify cleanup_list
 queueing

[1/3] kills net_mutex and makes net_sem be taken for write instead.
      This is made to take less locks (1 instead of 2) for the time
      before all pernet_operations are converted.

[2-3/3] simplifies dead net cleanup queueing, and makes llist api
        be used for that.

---

Kirill Tkhai (3):
      net: Kill net_mutex
      net: Make cleanup_list and net::cleanup_list of llist type
      net: Queue net_cleanup_work only if there is first net added


 include/linux/rtnetlink.h   |    1 -
 include/net/net_namespace.h |   12 +++++--
 net/core/net_namespace.c    |   75 ++++++++++++++++++++++---------------------
 3 files changed, 47 insertions(+), 41 deletions(-)

--
Signed-off-by: Kirill Tkhai <ktkhai@...tuozzo.com>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ