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] [day] [month] [year] [list]
Date:   Thu, 05 Oct 2017 20:40:30 -0700 (PDT)
From:   David Miller <davem@...emloft.net>
To:     stefanha@...hat.com
Cc:     netdev@...r.kernel.org, jhansen@...are.com, decui@...rosoft.com
Subject: Re: [PATCH v3 0/5] VSOCK: add sock_diag interface

From: Stefan Hajnoczi <stefanha@...hat.com>
Date: Thu,  5 Oct 2017 16:46:49 -0400

> v3:
>  * Rebased onto net-next/master and resolved Hyper-V transport conflict
> 
> v2:
>  * Moved tests to tools/testing/vsock/.  I was unable to put them in selftests/
>    because they require manual setup of a VMware/KVM guest.
>  * Moved to __vsock_in_bound/connected_table() to af_vsock.h
>  * Fixed local variable ordering in Patch 4
> 
> There is currently no way for userspace to query open AF_VSOCK sockets.  This
> means ss(8), netstat(8), and other utilities cannot display AF_VSOCK sockets.
> 
> This patch series adds the netlink sock_diag interface for AF_VSOCK.  Userspace
> programs sent a DUMP request including an sk_state bitmap to filter sockets
> based on their state (connected, listening, etc).  The vsock_diag.ko module
> replies with information about matching sockets.  This userspace ABI is defined
> in <linux/vm_sockets_diag.h>.
> 
> The final patch adds a test suite that exercises the basic cases.
> 
> Jorgen and Dexuan: I have only tested the virtio transport but this should also
> work for VMCI and Hyper-V.  Please give it a shot if you have time.

Series applied, thanks.

Powered by blists - more mailing lists