From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936542AbcJWHMN (ORCPT ); Sun, 23 Oct 2016 03:12:13 -0400 Received: from mail-lf0-f65.google.com ([209.85.215.65]:32922 "EHLO mail-lf0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751634AbcJWHMM (ORCPT ); Sun, 23 Oct 2016 03:12:12 -0400 Date: Sun, 23 Oct 2016 10:12:09 +0300 From: Cyrill Gorcunov To: David Miller Cc: netdev@vger.kernel.org, dsa@cumulusnetworks.com, eric.dumazet@gmail.com, jhs@mojatatu.com, linux-kernel@vger.kernel.org, kuznet@ms2.inr.ac.ru, jmorris@namei.org, yoshfuji@linux-ipv6.org, kaber@trash.net, avagin@openvz.org, stephen@networkplumber.org Subject: Re: [PATCH v7] net: ip, diag -- Add diag interface for raw sockets Message-ID: <20161023071209.GO1847@uranus.lan> References: <20161021100344.GM1847@uranus.lan> <20161022.185527.935058828725905432.davem@davemloft.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161022.185527.935058828725905432.davem@davemloft.net> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Oct 22, 2016 at 06:55:27PM -0400, David Miller wrote: > From: Cyrill Gorcunov > Date: Fri, 21 Oct 2016 13:03:44 +0300 > > > In criu we are actively using diag interface to collect sockets > > present in the system when dumping applications. And while for > > unix, tcp, udp[lite], packet, netlink it works as expected, > > the raw sockets do not have. Thus add it. > > Applied, thanks. Thanks to all for extensive comments and review!