From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753957AbbA1UNX (ORCPT ); Wed, 28 Jan 2015 15:13:23 -0500 Received: from bombadil.infradead.org ([198.137.202.9]:39082 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753759AbbA1UNU (ORCPT ); Wed, 28 Jan 2015 15:13:20 -0500 Message-ID: <54C92579.4090001@infradead.org> Date: Wed, 28 Jan 2015 10:07:53 -0800 From: Randy Dunlap User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: akpm@linux-foundation.org, linux-kernel@vger.kernel.org, linux-next@vger.kernel.org, sfr@canb.auug.org.au, mhocko@suse.cz, Casey Schaufler , linux-security-module Subject: Re: mmotm 2015-01-27-16-19 uploaded (smack) References: <54c82b3b.HD9c5l1koPm4DGUG%akpm@linux-foundation.org> In-Reply-To: <54c82b3b.HD9c5l1koPm4DGUG%akpm@linux-foundation.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/27/15 16:20, akpm@linux-foundation.org wrote: > The mm-of-the-moment snapshot 2015-01-27-16-19 has been uploaded to > > http://www.ozlabs.org/~akpm/mmotm/ > > mmotm-readme.txt says > > README for mm-of-the-moment: > > http://www.ozlabs.org/~akpm/mmotm/ > > This is a snapshot of my -mm patch queue. Uploaded at random hopefully > more than once a week. (from linux-next) on i386: CONFIG_NETWORK_SECMARK is not enabled. CONFIG_SECURITY_SMACK_NETFILTER is not enabled. ../security/smack/smack_netfilter.c: In function 'smack_ipv4_output': ../security/smack/smack_netfilter.c:55:6: error: 'struct sk_buff' has no member named 'secmark' skb->secmark = skp->smk_secid; ^ Error in security/smack/Makefile: smack-$(CONFIG_NETFILTER) += smack_netfilter.o -- ~Randy