https://github.com/torvalds/linux
Revision b1545dba092ba543eab1f7b5ed757a4988e267c8 authored by John Johansen on 23 August 2017, 19:10:39 UTC, committed by John Johansen on 22 September 2017, 20:00:58 UTC
  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')

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Fixes: c6bf1adaecaa ("apparmor: add the ability to mediate signals")
Signed-off-by: John Johansen <john.johansen@canonical.com>
1 parent bc4d82f
History
Tip revision: b1545dba092ba543eab1f7b5ed757a4988e267c8 authored by John Johansen on 23 August 2017, 19:10:39 UTC
apparmor: fix build failure on sparc caused by undeclared signals
Tip revision: b1545db

back to top