From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755592Ab1BOSJF (ORCPT ); Tue, 15 Feb 2011 13:09:05 -0500 Received: from smtp107.prem.mail.sp1.yahoo.com ([98.136.44.62]:47710 "HELO smtp107.prem.mail.sp1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1754885Ab1BOSJC (ORCPT ); Tue, 15 Feb 2011 13:09:02 -0500 X-Yahoo-SMTP: OIJXglSswBDfgLtXluJ6wiAYv6_cnw-- X-YMail-OSG: oArMxecVM1muiCDe9TdETXVDyHxyOoxNwQXKgEZKOrQJcva 1RI2Wk8AnMtkyTCrpH359XZeRklzTWIsjfBtg9MsCcod0Z6O46f1yybuPOC1 iCTlqeUvXoWWw37HMQyxkkFjwfB8zagliO3ks5ozGElIlDLRDihZIgga2SMM o3D5gnHbE_vhc8lnNs3gKfVJM2Ys3n.0PFMEspBqV3PFw1LQL28mugApiIn2 Y_RECGsbqCtahezEVSb2EAECMpf9JWvDhmEKicxLpew2lZJQ5AMosBvWW3ET 1mFuwS8k3WhrdlhBso5qJD2lH2HrX7NwSQcHC X-Yahoo-Newman-Property: ymail-3 Message-ID: <4D5AC13C.10000@schaufler-ca.com> Date: Tue, 15 Feb 2011 10:09:00 -0800 From: Casey Schaufler User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 MIME-Version: 1.0 To: David Miller CC: linux-kernel@vger.kernel.org, netdev@vger.kernel.org, ext-jarkko.2.sakkinen@nokia.com, Janne.Karhunen@nokia.com, elena.reshetova@nokia.com, Casey Schaufler Subject: Re: [PATCH] net: provide capability and group sets via SCM References: <4D3466BD.10500@schaufler-ca.com> <4D51C38B.1060902@schaufler-ca.com> <20110214.174919.48492611.davem@davemloft.net> In-Reply-To: <20110214.174919.48492611.davem@davemloft.net> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2/14/2011 5:49 PM, David Miller wrote: > From: Casey Schaufler > Date: Tue, 08 Feb 2011 14:28:27 -0800 > >> Subject: [PATCH] net: provide group lists and capability set via CMSG >> >> Provide the namespace converted group list of the peer >> process using the SCM mechanism. Provide the capability >> set of the peer process. The capability set is not >> namespace converted on the assumption that there is no >> such conversion available or required. >> >> Signed-off-by: Casey Schaufler > You can't just hit the asm-generic header, you have to also hit > all of the architectures that don't use the asm-generic header, > including sparc, powerpc, mips, s390, arm, alpha, cris, frv, h8300, > ia64, m32r, m68k, m68knommu, mn10300, parisc, and xtensa. OK, I was afraid of that. Updated version will include those. Thank you. > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ > >