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-prev] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 2 Mar 2021 21:02:17 -0700
From:   David Ahern <dsahern@...il.com>
To:     Parav Pandit <parav@...dia.com>, stephen@...workplumber.org,
        netdev@...r.kernel.org
Subject: Re: [PATCH iproute2-next 0/4] devlink: Use utils helpers

On 3/1/21 3:56 AM, Parav Pandit wrote:
> 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(-)
> 

applied to iproute2-next. Thanks, Parav

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ