From mboxrd@z Thu Jan 1 00:00:00 1970 From: Casey Schaufler Subject: Re: linux-next: manual merge of the security-testing tree with the net tree Date: Thu, 06 Jan 2011 17:05:20 -0800 Message-ID: <4D2666D0.9060802@schaufler-ca.com> References: <20110107114400.e4d1d33b.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from smtp104.prem.mail.sp1.yahoo.com ([98.136.44.59]:31922 "HELO smtp104.prem.mail.sp1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1755187Ab1AGBFW (ORCPT ); Thu, 6 Jan 2011 20:05:22 -0500 In-Reply-To: <20110107114400.e4d1d33b.sfr@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell Cc: James Morris , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, David Miller , netdev@vger.kernel.org, Casey Schaufler On 1/6/2011 4:44 PM, Stephen Rothwell wrote: > Hi James, > > Today's linux-next merge of the security-testing tree got a conflict in > security/smack/smack_lsm.c between commit > 3610cda53f247e176bcbb7a7cca64bc53b12acdb ("af_unix: Avoid socket->sk NULL > OOPS in stream connect security hooks") from the net tree and commit > b4e0d5f0791bd6dd12a1c1edea0340969c7c1f90 ("Smack: UDS revision") from the > security-testing tree. > > I fixed it up (I think - see below) and can carry the fix as necessary. The change looks like it addresses the change in interface. Thank you.