Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753909AbdHWLMS (ORCPT ); Wed, 23 Aug 2017 07:12:18 -0400 Received: from ozlabs.org ([103.22.144.67]:52315 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753691AbdHWLMQ (ORCPT ); Wed, 23 Aug 2017 07:12:16 -0400 Date: Wed, 23 Aug 2017 21:12:13 +1000 From: Stephen Rothwell To: James Morris Cc: Linux-Next Mailing List , Linux Kernel Mailing List , John Johansen Subject: linux-next: build failure after merge of the security tree Message-ID: <20170823211213.0b014b1e@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 922 Lines: 24 Hi James, After merging the security tree, today's linux-next build (sparc64 allmodconfig) failed like this: In file included from security/apparmor/ipc.c:23:0: security/apparmor/include/sig_names.h:26:3: error: 'SIGSTKFLT' undeclared here (not in a function) [SIGSTKFLT] = 16, /* -, 16, - */ ^ security/apparmor/include/sig_names.h:26:3: error: array index in initializer not of integer type security/apparmor/include/sig_names.h:26:3: note: (near initialization for 'sig_map') security/apparmor/include/sig_names.h:51:3: error: 'SIGUNUSED' undeclared here (not in a function) [SIGUNUSED] = 34, /* -, 31, - */ ^ security/apparmor/include/sig_names.h:51:3: error: array index in initializer not of integer type security/apparmor/include/sig_names.h:51:3: note: (near initialization for 'sig_map') Caused by commit c6bf1adaecaa ("apparmor: add the ability to mediate signals") -- Cheers, Stephen Rothwell