From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Rosenberg Subject: Re: [PATCH 3/10] Fix leaking of kernel heap addresses in net/ Date: Fri, 12 Nov 2010 10:14:21 -0500 Message-ID: <1289574861.3090.290.camel@Dan> References: <1289524023.5167.67.camel@dan> <1289574706.2247.4.camel@achroite.uk.solarflarecom.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: "David S. Miller" , Oliver Hartkopp , Alexey Kuznetsov , Urs Thuermann , Hideaki YOSHIFUJI , Patrick McHardy , James Morris , Remi Denis-Courmont , "Pekka Savola (ipv6)" , Sridhar Samudrala , Vlad Yasevich , Tejun Heo , Eric Dumazet , Li Zefan , Joe Perches , Stephen Hemminger , Jamal Hadi Salim , "Eric W. Biederman" , Alexey Dobriyan , Jiri Pirko , Johannes Berg , Daniel Lezcano , Pavel Eme To: Ben Hutchings Return-path: Received: from mx1.vsecurity.com ([209.67.252.12]:59029 "EHLO mx1.vsecurity.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932382Ab0KLPOX (ORCPT ); Fri, 12 Nov 2010 10:14:23 -0500 In-Reply-To: <1289574706.2247.4.camel@achroite.uk.solarflarecom.com> Sender: netdev-owner@vger.kernel.org List-ID: > > Similarly for other formats that you want to make conditional on > CAP_NET_ADMIN. I wanted to avoid a %p output of "(null)" in case userspace tools couldn't handle that, but I agree this is much nicer looking. I'm currently putting together a new format specifier instead, as per the suggestions of Eric and David. -Dan