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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 1 Mar 2021 12:56:50 +0200
From:   Parav Pandit <parav@...dia.com>
To:     <dsahern@...il.com>, <stephen@...workplumber.org>,
        <netdev@...r.kernel.org>
CC:     Parav Pandit <parav@...dia.com>
Subject: [PATCH iproute2-next 0/4] devlink: Use utils helpers

This series uses utils helper for socket operations, string
processing and print error messages.

Patch summary:
Patch-1 uses utils library helper for string split and string search
Patch-2 extends library for socket receive operation
Patch-3 converts devlink to use socket helpers from utlis library
Patch-4 print error when user provides invalid flavour or state

Parav Pandit (4):
  devlink: Use library provided string processing APIs
  utils: Introduce helper routines for generic socket recv
  devlink: Use generic socket helpers from library
  devlink: Add error print when unknown values specified

 devlink/devlink.c   | 365 ++++++++++++++++++++------------------------
 devlink/mnlg.c      | 121 ++-------------
 devlink/mnlg.h      |  13 +-
 include/mnl_utils.h |   6 +
 lib/mnl_utils.c     |  25 ++-
 5 files changed, 203 insertions(+), 327 deletions(-)

-- 
2.26.2

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ