Received: with ECARTIS (v1.0.0; list netdev); Fri, 11 Feb 2005 17:17:12 -0800 (PST) Received: from kaber.coreworks.de ([62.206.217.67]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j1C1H80W014978 for ; Fri, 11 Feb 2005 17:17:09 -0800 Received: from localhost ([127.0.0.1]) by kaber.coreworks.de with esmtp (Exim 4.44) id 1Czlu7-00064F-Li; Sat, 12 Feb 2005 02:16:59 +0100 Message-ID: <420D590B.9040404@trash.net> Date: Sat, 12 Feb 2005 02:16:59 +0100 From: Patrick McHardy User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.5) Gecko/20050106 Debian/1.7.5-1 X-Accept-Language: en MIME-Version: 1.0 To: Pablo Neira CC: "David S. Miller" , netdev@oss.sgi.com Subject: Re: [PATCH] [NETLINK] unify checkings for clean messages References: <420BF8C3.3050305@eurodev.net> <20050210173201.21da89e5.davem@davemloft.net> <420D2128.5000803@eurodev.net> In-Reply-To: <420D2128.5000803@eurodev.net> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.81, clamav-milter version 0.81b on oss.sgi.com X-Virus-Status: Clean X-archive-position: 1553 X-ecartis-version: Ecartis v1.0.0 Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com X-original-sender: kaber@trash.net Precedence: bulk X-list: netdev Content-Length: 455 Lines: 17 Pablo Neira wrote: > 01process_skb.patch: > introduces the new function called netlink_process_skb that does > the sanity checkings for received messages. > 02xfrm.patch: > the modification to make xfrm_user use such new function. > 03rtnetlink.patch: > same thing for rtnetlink. They all look good to me. Depending on what happens with the loginuid patch, audit_receive_skb might be another candidate for replacement. Regards Patrick